Class Actions
- java.lang.Object
-
- org.drools.verifier.core.index.model.Actions
-
public class Actions extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classActions.ActionListenclassActions.ActionSelect
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Action action)<KeyType> MapBy<KeyType,Action>mapBy(KeyMatcher matcher)voidmerge(Actions actions)voidremove(Column column)Where<Actions.ActionSelect,Actions.ActionListen>where(Matcher matcher)
-
-
-
Constructor Detail
-
Actions
public Actions()
-
Actions
public Actions(java.util.Collection<Action> actions)
-
-
Method Detail
-
add
public void add(Action action)
-
merge
public void merge(Actions actions)
-
where
public Where<Actions.ActionSelect,Actions.ActionListen> where(Matcher matcher)
-
mapBy
public <KeyType> MapBy<KeyType,Action> mapBy(KeyMatcher matcher)
-
remove
public void remove(Column column)
-
-