org.argouml.ui.explorer.rules
Class GoClassToSummary
java.lang.Object
|
+--org.argouml.ui.explorer.rules.AbstractPerspectiveRule
|
+--org.argouml.ui.explorer.rules.GoClassToSummary
- All Implemented Interfaces:
- PerspectiveRule
- public class GoClassToSummary
- extends AbstractPerspectiveRule
This class is a Go Rule for the "Class - centric" Navigation perspective.
$Revision: 1.5 $
- Since:
- argo 0.13.4, Created on 21 March 2003, 23:18
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GoClassToSummary
public GoClassToSummary()
getRuleName
public java.lang.String getRuleName()
- Specified by:
getRuleName
in interface PerspectiveRule
- Specified by:
getRuleName
in class AbstractPerspectiveRule
- Returns:
- the name of the rule, like "from -> to".
getChildren
public java.util.Collection getChildren(java.lang.Object parent)
- Description copied from interface:
PerspectiveRule
- gets a collection of 'child' object for any 'parent' object in the
uml model, this creates the tree structure.
- Specified by:
getChildren
in interface PerspectiveRule
- Specified by:
getChildren
in class AbstractPerspectiveRule
hasIncomingDependencies
private boolean hasIncomingDependencies(java.lang.Object parent)
hasOutGoingDependencies
private boolean hasOutGoingDependencies(java.lang.Object parent)
hasInheritance
private boolean hasInheritance(java.lang.Object parent)