org.argouml.uml.diagram.ui
Class GoBehavioralFeatureToStateMachine
java.lang.Object
|
+--org.argouml.ui.AbstractGoRule
|
+--org.argouml.uml.diagram.ui.GoBehavioralFeatureToStateMachine
- All Implemented Interfaces:
- javax.swing.tree.TreeModel
- public class GoBehavioralFeatureToStateMachine
- extends AbstractGoRule
Navigation rule for navperspective to navigate from behavioral feature to statemachine.
Causes statemachine to be shown as child of behavioral feature.
Method Summary |
java.util.Collection |
getChildren(java.lang.Object parent)
|
java.lang.String |
getRuleName()
return the name of the rule as it is displayed in
the nav perspective edit pane. |
boolean |
isLeaf(java.lang.Object arg0)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GoBehavioralFeatureToStateMachine
public GoBehavioralFeatureToStateMachine()
getRuleName
public java.lang.String getRuleName()
- Description copied from class:
AbstractGoRule
- return the name of the rule as it is displayed in
the nav perspective edit pane. Returns for example
"State->Substates".
- Overrides:
getRuleName
in class AbstractGoRule
- Following copied from class:
org.argouml.ui.AbstractGoRule
- See Also:
AbstractGoRule.toString()
isLeaf
public boolean isLeaf(java.lang.Object arg0)
- Overrides:
isLeaf
in class AbstractGoRule
- See Also:
TreeModel.isLeaf(Object)
getChildren
public java.util.Collection getChildren(java.lang.Object parent)
- Overrides:
getChildren
in class AbstractGoRule
- See Also:
AbstractGoRule.getChildren(Object)