HEADER

biouml.standard.filter
Interface ActionFilter

All Known Implementing Classes:
ValueActionFilter

public interface ActionFilter

This filter generates some action (currently hide or highlight) if the processed node satisfies to the filter condition.


Method Summary
 ActiongetAction(DiagramElement de)
          Returns action, that should be applied to the specified diagram element, if it satisfies to the filter condition or null otherwise.
 booleanisEnabled()
          Indicates whether a filter should be used.

Method Detail

getAction

public Action getAction(DiagramElement de)
Returns action, that should be applied to the specified diagram element, if it satisfies to the filter condition or null otherwise.

isEnabled

public boolean isEnabled()
Indicates whether a filter should be used.

FOOTER

BOTTOM