public class TRSet
extends java.lang.Object
Constructor and Description |
---|
TRSet() |
Modifier and Type | Method and Description |
---|---|
void |
add(TriggeredReaction t) |
void |
beginTransaction() |
void |
empty() |
void |
endTransaction(boolean commit) |
TriggeredReaction |
get() |
java.util.Iterator<? extends TriggeredReaction> |
getIterator() |
boolean |
isEmpty() |
void |
remove(TriggeredReaction t) |
TriggeredReaction[] |
toArray() |
public void add(TriggeredReaction t)
t
- the ReSpecT triggered reaction to add to the triggered
reaction setpublic void beginTransaction()
public void empty()
public void endTransaction(boolean commit)
commit
- wether the just terminated transaction has to be successfully
commited or notpublic TriggeredReaction get()
public java.util.Iterator<? extends TriggeredReaction> getIterator()
public boolean isEmpty()
public void remove(TriggeredReaction t)
t
- the triggered reaction to remove from this listpublic TriggeredReaction[] toArray()