public class RegexpMatchFeature extends BooleanFeature
| Constructor and Description |
|---|
RegexpMatchFeature(String featureName,
String regexp) |
RegexpMatchFeature(String featureName,
String regexp,
int flag) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(String word)
Returns if specified word is matched condition.
|
pipegetDataAlphabet, getInstanceId, getParent, getParentRoot, getTargetAlphabet, isDataAlphabetSet, isTargetProcessing, pipe, readResolve, resolveDataAlphabet, resolveTargetAlphabet, setDataAlphabet, setParent, setTargetAlphabet, setTargetProcessingpublic boolean matches(String word)
BooleanFeaturematches in class BooleanFeatureCopyright © 2016 New York University. All rights reserved.