|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFeatureSet
Interface that allows events to grouped together by their characteristics. Events can be added and removed from the set.
| Method Summary | |
|---|---|
void |
add(IEvent event)
Adds an event to the feature set. |
void |
clear()
Removes all the events from the IFeatureSet |
boolean |
contains(IEvent event)
Checks if the event belongs to the IFeatureSet. |
java.lang.String |
getIdentifier()
Returns a unique identifier for the set. |
void |
remove(IEvent event)
Removes an event from the feature set. |
| Method Detail |
|---|
void add(IEvent event)
event - void remove(IEvent event)
event - boolean contains(IEvent event)
IFeatureSet.
event - the event to examine
void clear()
IFeatureSet
java.lang.String getIdentifier()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||