|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasen.core.parsers.StandardHeuristicDefinitionSet
Maintains a set of regular expressions.
Constructor Summary | |
StandardHeuristicDefinitionSet()
|
Method Summary | |
String[] |
getDefinitions()
Gets the set of definitions contained in this set |
void |
init(Properties properties)
Initialises the definition set from the given properties |
void |
setDefinitions(String[] definitions)
Sets the set of definitions contained in this set |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StandardHeuristicDefinitionSet()
Method Detail |
public String[] getDefinitions()
public void setDefinitions(String[] definitions)
definitions
- An array of strings representing each definitionpublic void init(Properties properties) throws JasenException
HeuristicDefinitionSet
init
in interface HeuristicDefinitionSet
properties
- The set of properties used to initialise and configure the definition set
JasenException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |