|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Modifier
An interface for a custom modifier used to customise the find and remove methods
| Method Summary | |
|---|---|
Object |
find(Patrun pm,
Map<String,String> pat,
Object data)
Called when a node is matched against a pattern on the find method of Patrun |
Boolean |
remove(Patrun pm,
Map<String,String> pat,
Object data)
Called when a node is about to be removed from the decision tree |
| Method Detail |
|---|
Object find(Patrun pm,
Map<String,String> pat,
Object data)
pm - the instance of the Patrun objectpat - the match pattern that was provided in the call to find on Patrundata - the data object found that matches the pattern
Boolean remove(Patrun pm,
Map<String,String> pat,
Object data)
pm - the instance of the Patrun objectpat - the match pattern that was provided in the call to remove on Patrundata - the data object found that matches the pattern
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||