org.argouml.ui.explorer.rules
Class GoStateToDoActivity

java.lang.Object
  |
  +--org.argouml.ui.explorer.rules.AbstractPerspectiveRule
        |
        +--org.argouml.ui.explorer.rules.GoStateToDoActivity
All Implemented Interfaces:
PerspectiveRule

public class GoStateToDoActivity
extends AbstractPerspectiveRule

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)
          gets a collection of 'child' object for any 'parent' object in the uml model, this creates the tree structure.
 java.lang.String getRuleName()
           
 
Methods inherited from class org.argouml.ui.explorer.rules.AbstractPerspectiveRule
toString
 
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 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
See Also:
AbstractGoRule.getChildren(java.lang.Object)

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".
See Also:
AbstractGoRule.getRuleName()


ArgoUML © 1996-2004 (20040306)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook