|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Patrun in com.nearform.patrun |
|---|
| Methods in com.nearform.patrun that return Patrun | |
|---|---|
Patrun |
Patrun.add(Map<String,String> pat,
Object data)
Register a pattern, and the object that will be returned if an input matches. |
Patrun |
Patrun.add(String pat,
Object data)
Register a pattern, and the object that will be returned if an input matches. |
| Methods in com.nearform.patrun with parameters of type Patrun | |
|---|---|
Modifier |
Customiser.add(Patrun p,
Map<String,String> pat,
Object data)
Called when a node is added to the decision tree |
Object |
Modifier.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 |
Modifier.remove(Patrun pm,
Map<String,String> pat,
Object data)
Called when a node is about to be removed from the decision tree |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||