org.argouml.uml.diagram.state.ui
Class GoStateToDoActivity

java.lang.Object
  extended byorg.argouml.ui.AbstractGoRule
      extended byorg.argouml.uml.diagram.state.ui.GoStateToDoActivity
All Implemented Interfaces:
javax.swing.tree.TreeModel

public class GoStateToDoActivity
extends AbstractGoRule

Go rule to navigate from a state to it's doactivity. Used in the package perspective.

Since:
Dec 25, 2002

Constructor Summary
GoStateToDoActivity()
           
 
Method Summary
 java.util.Collection getChildren(java.lang.Object parent)
          this is the method that should be overridden by GoRules
 java.lang.String getRuleName()
          return the name of the rule as it is displayed in the nav perspective edit pane.
 
Methods inherited from class org.argouml.ui.AbstractGoRule
addTreeModelListener, getChild, getChildCount, getIndexOfChild, getRoot, isLeaf, removeTreeModelListener, toString, valueForPathChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GoStateToDoActivity

public GoStateToDoActivity()
Method Detail

getChildren

public java.util.Collection getChildren(java.lang.Object parent)
Description copied from class: AbstractGoRule
this is the method that should be overridden by GoRules

Specified by:
getChildren in class AbstractGoRule
See Also:
AbstractGoRule.getChildren(java.lang.Object)

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".

Specified by:
getRuleName in class AbstractGoRule
See Also:
AbstractGoRule.getRuleName()


ArgoUML © 1996-2003 (20030829)ArgoUML Project HomeArgoUML Cookbook