Uses of Interface
org.apache.uima.cas.FSConstraint
-
Packages that use FSConstraint Package Description org.apache.uima.cas Common Analysis System(CAS) Interfacesorg.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.(package private) classConjunctiveConstraintImplements a conjunctive constraint.(package private) classDisjunctiveConstraintImplements a disjunctive constraint.(package private) classEmbeddedConstraintImplement an embedded constraint.(package private) classFloatConstraintImplement an embedded float constraint.classFSBooleanConstraintImplSee interface for documentation.(package private) classFSFloatConstraintImplImplement the FSFloatConstraint interface.(package private) classFSIntConstraintImplImplement the FSIntConstraint interface.(package private) classFSStringConstraintImplImplement the FSStringConstraint interface.(package private) classFSTypeConstraintImplAn implementation of the type constraint interface.(package private) classIntConstraintImplement an embedded int constraint.(package private) classPathConstraintImplements a constraint embedded under a path.(package private) classStringConstraintImplement an embedded String constraint.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)Constructors in org.apache.uima.cas.impl with parameters of type FSConstraint Constructor Description EmbeddedConstraint(java.util.ArrayList<java.lang.String> path, FSConstraint cons)
-