|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.nearform.patrun.Pattern
public class Pattern
Represents a data Node within the patrun decision tree
| Constructor Summary | |
|---|---|
Pattern(Map<String,String> pattern,
Object data,
Modifier modifier)
Construct an instance of Pattern |
|
| Method Summary | |
|---|---|
Object |
getData()
Get the data object for this item |
Map<String,String> |
getMatch()
Get the pattern for this item |
Modifier |
getModifier()
Get the custom modifier for this item |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Pattern(Map<String,String> pattern,
Object data,
Modifier modifier)
pat - the pattern for this nodedata - the data store for this pattern| Method Detail |
|---|
public Object getData()
public Modifier getModifier()
public Map<String,String> getMatch()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||