org.argouml.uml.diagram.static_structure.ui
Class GoSummaryToInheritance

java.lang.Object
  |
  +--org.argouml.ui.AbstractGoRule
        |
        +--org.argouml.uml.diagram.static_structure.ui.GoSummaryToInheritance
All Implemented Interfaces:
javax.swing.tree.TreeModel

public class GoSummaryToInheritance
extends AbstractGoRule

This class is a Go Rule for the "Class - centric" Navigation perspective. $Revision: 1.6 $

Since:
argo 0.13.4, Created on 21 March 2003, 23:18

Constructor Summary
GoSummaryToInheritance()
           
 
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

GoSummaryToInheritance

public GoSummaryToInheritance()
Method Detail

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.toString()

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


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