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 |
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. |
boolean | isEnabled() Indicates whether a filter should be used. |
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.
BOTTOM