org.argouml.ui.explorer.rules
Interface PerspectiveRule
- All Known Implementing Classes:
- AbstractPerspectiveRule
- public interface PerspectiveRule
This is the interface for rules that together make a model perspective
in the explorer.
- Since:
- 0.15.2, Created on 03 October 2003, 20:55
Method Summary |
java.util.Collection |
getChildren(java.lang.Object parent)
gets a collection of 'child' object for any 'parent' object in the
uml model, this creates the tree structure. |
java.lang.String |
getRuleName()
|
getRuleName
public java.lang.String getRuleName()
- Returns:
- the name of the rule, like "from -> to".
getChildren
public java.util.Collection getChildren(java.lang.Object parent)
- gets a collection of 'child' object for any 'parent' object in the
uml model, this creates the tree structure.