Uses of Interface
org.apache.uima.cas.FSConstraint
-
Packages that use FSConstraint Package Description org.apache.uima.cas Common Analysis System (CAS) Interfaces.org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of FSConstraint in org.apache.uima.cas
Subinterfaces of FSConstraint in org.apache.uima.cas Modifier and Type Interface Description interfaceFSBooleanConstraintInterface for a boolean constraint.interfaceFSFloatConstraintInterface for a float constraint.interfaceFSIntConstraintInterface for an integer constraint.interfaceFSMatchConstraintInterface for feature structure matching constraints.interfaceFSStringConstraintInterface for a String constraint.interfaceFSTypeConstraintInterface for type constraint.Methods in org.apache.uima.cas with parameters of type FSConstraint Modifier and Type Method Description abstract FSMatchConstraintConstraintFactory. embedConstraint(java.util.ArrayList<java.lang.String> path, FSConstraint constraint)Embed a constraint under a path.abstract FSMatchConstraintConstraintFactory. embedConstraint(FeaturePath path, FSConstraint constraint)Combine a constraint test with a path from a feature structure instance to the value to be tested. -
Uses of FSConstraint in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement FSConstraint Modifier and Type Class Description classBooleanConstraintImplementation of boolean match constraint.classFSBooleanConstraintImplSee interface for documentation.Methods in org.apache.uima.cas.impl with parameters of type FSConstraint Modifier and Type Method Description FSMatchConstraintConstraintFactoryImpl. embedConstraint(java.util.ArrayList<java.lang.String> path, FSConstraint constraint)FSMatchConstraintConstraintFactoryImpl. embedConstraint(FeaturePath featPath, FSConstraint constraint)
-