Uses of Interface
org.apache.uima.cas.FSConstraint
Packages that use FSConstraint
Package
Description
Common Analysis System(CAS) Interfaces
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of FSConstraint in org.apache.uima.cas
Subinterfaces of FSConstraint in org.apache.uima.casModifier and TypeInterfaceDescriptioninterfaceInterface for a boolean constraint.interfaceInterface for a float constraint.interfaceInterface for an integer constraint.interfaceInterface for feature structure matching constraints.interfaceInterface for a String constraint.interfaceInterface for type constraint.Methods in org.apache.uima.cas with parameters of type FSConstraintModifier and TypeMethodDescriptionabstract FSMatchConstraintConstraintFactory.embedConstraint(ArrayList<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 FSConstraintModifier and TypeClassDescriptionclassImplementation of boolean match constraint.(package private) classImplements a conjunctive constraint.(package private) classImplements a disjunctive constraint.(package private) classImplement an embedded constraint.(package private) classImplement an embedded float constraint.classSee interface for documentation.(package private) classImplement the FSFloatConstraint interface.(package private) classImplement the FSIntConstraint interface.(package private) classImplement the FSStringConstraint interface.(package private) classAn implementation of the type constraint interface.(package private) classImplement an embedded int constraint.(package private) classImplements a constraint embedded under a path.(package private) classImplement an embedded String constraint.Methods in org.apache.uima.cas.impl with parameters of type FSConstraintModifier and TypeMethodDescriptionConstraintFactoryImpl.embedConstraint(ArrayList<String> path, FSConstraint constraint) ConstraintFactoryImpl.embedConstraint(FeaturePath featPath, FSConstraint constraint) Constructors in org.apache.uima.cas.impl with parameters of type FSConstraintModifierConstructorDescription(package private)EmbeddedConstraint(ArrayList<String> path, FSConstraint cons)