org.argouml.ui.explorer.rules
Class GoCriticsToCritic

java.lang.Object
  extended by org.argouml.ui.explorer.rules.GoCriticsToCritic
All Implemented Interfaces:
PerspectiveRule

public class GoCriticsToCritic
extends java.lang.Object
implements PerspectiveRule

Show the critics exported by a Profile


Constructor Summary
GoCriticsToCritic()
           
 
Method Summary
 java.util.Collection getChildren(java.lang.Object parent)
          Gets a collection of 'child' objects for the given 'parent' object in the uml model, which creates the tree structure.
 java.util.Set getDependencies(java.lang.Object parent)
          Gets a collection of objects for any 'parent' object in the uml model for which the tree structure must be recreated when they are changed.
 java.lang.String getRuleName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoCriticsToCritic

public GoCriticsToCritic()
Method Detail

getRuleName

public java.lang.String getRuleName()
Specified by:
getRuleName in interface PerspectiveRule
Returns:
the name of the rule, like "from->to".

getChildren

public java.util.Collection getChildren(java.lang.Object parent)
Description copied from interface: PerspectiveRule
Gets a collection of 'child' objects for the given 'parent' object in the uml model, which creates the tree structure.

Specified by:
getChildren in interface PerspectiveRule
Parameters:
parent - the given parent
Returns:
the children

getDependencies

public java.util.Set getDependencies(java.lang.Object parent)
Description copied from interface: PerspectiveRule
Gets a collection of objects for any 'parent' object in the uml model for which the tree structure must be recreated when they are changed.

Specified by:
getDependencies in interface PerspectiveRule
Parameters:
parent - the parent
Returns:
the dependent objects


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook