org.argouml.ui.explorer.rules
Class GoUseCaseToExtensionPoint

java.lang.Object
  extended byorg.argouml.ui.explorer.rules.AbstractPerspectiveRule
      extended byorg.argouml.ui.explorer.rules.GoUseCaseToExtensionPoint
All Implemented Interfaces:
PerspectiveRule

public class GoUseCaseToExtensionPoint
extends AbstractPerspectiveRule

Provides a rule to display extension points in the navigation pane.


Field Summary
protected static org.apache.log4j.Logger cat
           
 
Constructor Summary
GoUseCaseToExtensionPoint()
           
 
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()
          Give a name to this rule.
 
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
 

Field Detail

cat

protected static org.apache.log4j.Logger cat
Constructor Detail

GoUseCaseToExtensionPoint

public GoUseCaseToExtensionPoint()
Method Detail

getRuleName

public java.lang.String getRuleName()

Give a name to this rule.

Specified by:
getRuleName in interface PerspectiveRule
Specified by:
getRuleName in class AbstractPerspectiveRule
Returns:
The name of the rule ("Use Case->Extension Point").

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


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