ontea.core
Class PatternSet
java.lang.Object
ontea.core.PatternSet
public class PatternSet
- extends java.lang.Object
Loading of patterns from property file
Pattern consists of following keys
NAME_PATTERN represents pattern to be matched
NAME_CLASS represent individual type
NAME_THRESHOLD represents treshold used to evaluate creation of an individual
- Author:
- Michal Laclavik
Field Summary |
private static org.apache.log4j.Logger |
log
|
(package private) java.util.Set<Pattern> |
set
|
Constructor Summary |
PatternSet(java.lang.String propertyFile)
|
Method Summary |
java.util.Set<Pattern> |
getPatternSet()
returns pattern set initialized by constructor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
set
java.util.Set<Pattern> set
log
private static final org.apache.log4j.Logger log
PatternSet
public PatternSet(java.lang.String propertyFile)
getPatternSet
public java.util.Set<Pattern> getPatternSet()
- returns pattern set initialized by constructor
- Returns:
- set of patterns