Package org.apache.uima.cas
Interface FSConstraint
-
- All Superinterfaces:
java.io.Serializable
- All Known Subinterfaces:
FSBooleanConstraint
,FSFloatConstraint
,FSIntConstraint
,FSMatchConstraint
,FSStringConstraint
,FSTypeConstraint
- All Known Implementing Classes:
BooleanConstraint
,ConjunctiveConstraint
,DisjunctiveConstraint
,EmbeddedConstraint
,FloatConstraint
,FSBooleanConstraintImpl
,FSFloatConstraintImpl
,FSIntConstraintImpl
,FSStringConstraintImpl
,FSTypeConstraintImpl
,IntConstraint
,PathConstraint
,StringConstraint
public interface FSConstraint extends java.io.Serializable
Interface for feature structure constraints. Doesn't do anything by itself, just an umbrella for the constraint interfaces.