biouml.standard.filter
Class HideAction

java.lang.Object
  extended bybiouml.standard.filter.HideAction
All Implemented Interfaces:
Action

public class HideAction
extends java.lang.Object
implements Action

If diagram element satisfies to the filter condition it will be highlighted.


Field Summary
static HideAction instance
           
 
Constructor Summary
HideAction()
           
 
Method Summary
 void apply(DiagramElement de)
          Apllies the action to the specified diagram element.
protected  void hideNode(Node node)
           
protected  void hideNodeEdges(Node node)
           
protected  boolean isReaction(Base kernel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public static HideAction instance
Constructor Detail

HideAction

public HideAction()
Method Detail

apply

public void apply(DiagramElement de)
Description copied from interface: Action
Apllies the action to the specified diagram element.

Specified by:
apply in interface Action
To do:

hideNode

protected void hideNode(Node node)

hideNodeEdges

protected void hideNodeEdges(Node node)

isReaction

protected boolean isReaction(Base kernel)


Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.