Package org.apache.uima.cas.impl
Class PathConstraint
- java.lang.Object
-
- org.apache.uima.cas.impl.PathConstraint
-
- All Implemented Interfaces:
java.io.Serializable,FSConstraint,FSMatchConstraint
- Direct Known Subclasses:
BooleanConstraint,EmbeddedConstraint,FloatConstraint,IntConstraint,StringConstraint
abstract class PathConstraint extends java.lang.Object implements FSMatchConstraint
Implements a constraint embedded under a path. Optimize later.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.ArrayList<java.lang.String>featNames
-
Constructor Summary
Constructors Modifier Constructor Description protectedPathConstraint()(package private)PathConstraint(java.util.ArrayList<java.lang.String> featNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.uima.cas.FSMatchConstraint
match
-
-