HEADER

biouml.standard.filter
Interface Action

All Known Implementing Classes:
CompositeHighlightAction, HideAction, HighlightAction

public interface Action

Public interface that is used to specify what action should be applied to digarm element if it satisfies to the filter condition.


Method Summary
 voidapply(DiagramElement de)
          Apllies the action to the specified diagram element.

Method Detail

apply

public void apply(DiagramElement de)
Apllies the action to the specified diagram element.

FOOTER

BOTTOM