Uses of Interface
org.apache.uima.cas.FSMatchConstraint
-
Packages that use FSMatchConstraint 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.org.apache.uima.jcas Interfaces for accessing the JCAS.org.apache.uima.jcas.impl Provides the classes that support the Java Cas Model (JCM).org.apache.uima.resource.metadata Interfaces for objects that represent metadata for a Resource.org.apache.uima.resource.metadata.impl org.apache.uima.util Utility classes and interfaces used by UIMA components. -
-
Uses of FSMatchConstraint in org.apache.uima.cas
Subinterfaces of FSMatchConstraint in org.apache.uima.cas Modifier and Type Interface Description interfaceFSTypeConstraintInterface for type constraint.Methods in org.apache.uima.cas that return FSMatchConstraint Modifier and Type Method Description abstract FSMatchConstraintConstraintFactory. and(FSMatchConstraint c1, FSMatchConstraint c2)Conjoin two constraints.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.abstract FSMatchConstraintConstraintFactory. or(FSMatchConstraint c1, FSMatchConstraint c2)Disjoin two constraints.Methods in org.apache.uima.cas with parameters of type FSMatchConstraint Modifier and Type Method Description abstract FSMatchConstraintConstraintFactory. and(FSMatchConstraint c1, FSMatchConstraint c2)Conjoin two constraints.<T extends FeatureStructure>
FSIterator<T>CAS. createFilteredIterator(FSIterator<T> it, FSMatchConstraint cons)Create an iterator over structures satisfying a given constraint.abstract FSMatchConstraintConstraintFactory. or(FSMatchConstraint c1, FSMatchConstraint c2)Disjoin two constraints. -
Uses of FSMatchConstraint in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement FSMatchConstraint Modifier and Type Class Description classBooleanConstraintImplementation of boolean match constraint.Methods in org.apache.uima.cas.impl that return FSMatchConstraint Modifier and Type Method Description FSMatchConstraintConstraintFactoryImpl. and(FSMatchConstraint c1, FSMatchConstraint c2)FSMatchConstraintConstraintFactoryImpl. embedConstraint(java.util.ArrayList<java.lang.String> path, FSConstraint constraint)FSMatchConstraintConstraintFactoryImpl. embedConstraint(FeaturePath featPath, FSConstraint constraint)FSMatchConstraintConstraintFactoryImpl. or(FSMatchConstraint c1, FSMatchConstraint c2)Methods in org.apache.uima.cas.impl with parameters of type FSMatchConstraint Modifier and Type Method Description FSMatchConstraintConstraintFactoryImpl. and(FSMatchConstraint c1, FSMatchConstraint c2)<T extends FeatureStructure>
FSIterator<T>CASImpl. createFilteredIterator(FSIterator<T> it, FSMatchConstraint cons)FSMatchConstraintConstraintFactoryImpl. or(FSMatchConstraint c1, FSMatchConstraint c2) -
Uses of FSMatchConstraint in org.apache.uima.jcas
Methods in org.apache.uima.jcas with parameters of type FSMatchConstraint Modifier and Type Method Description <T extends FeatureStructure>
FSIterator<T>JCas. createFilteredIterator(FSIterator<T> it, FSMatchConstraint cons)Create an iterator over structures satisfying a given constraint. -
Uses of FSMatchConstraint in org.apache.uima.jcas.impl
Methods in org.apache.uima.jcas.impl with parameters of type FSMatchConstraint Modifier and Type Method Description <T extends FeatureStructure>
FSIterator<T>JCasImpl. createFilteredIterator(FSIterator<T> it, FSMatchConstraint constraint) -
Uses of FSMatchConstraint in org.apache.uima.resource.metadata
Methods in org.apache.uima.resource.metadata that return FSMatchConstraint Modifier and Type Method Description FSMatchConstraintSimplePrecondition. getFsMatchConstraint()Retrieves the FSMatchConstraint that determines which CAS feature structures will be tested by this precondition.Methods in org.apache.uima.resource.metadata with parameters of type FSMatchConstraint Modifier and Type Method Description voidSimplePrecondition. setFsMatchConstraint(FSMatchConstraint aConstraint)Sets the FSMatchConstraint that determines which CAS feature structures will be tested by this precondition. -
Uses of FSMatchConstraint in org.apache.uima.resource.metadata.impl
Methods in org.apache.uima.resource.metadata.impl that return FSMatchConstraint Modifier and Type Method Description FSMatchConstraintSimplePrecondition_impl. getFsMatchConstraint()Methods in org.apache.uima.resource.metadata.impl with parameters of type FSMatchConstraint Modifier and Type Method Description voidLanguagePrecondition_impl. setFsMatchConstraint(FSMatchConstraint aConstraint)voidMimeTypePrecondition_impl. setFsMatchConstraint(FSMatchConstraint aConstraint)voidSimplePrecondition_impl. setFsMatchConstraint(FSMatchConstraint aConstraint) -
Uses of FSMatchConstraint in org.apache.uima.util
Methods in org.apache.uima.util that return FSMatchConstraint Modifier and Type Method Description static FSMatchConstraintAnalysisEngineUtils. createOutputFilter(AnalysisEngineMetaData aMetaData)Creates a FSMatchConstraint used when formatting the CAS for output.Methods in org.apache.uima.util with parameters of type FSMatchConstraint Modifier and Type Method Description java.lang.StringCasToInlineXml. format(CAS aCAS, FSMatchConstraint aFilter)Formats a CAS as a String.java.lang.StringTCasFormatter. format(CAS aCAS, FSMatchConstraint aFilter)Produces a string representation of a CAS.java.lang.StringTCasToInlineXml. format(CAS aCAS, FSMatchConstraint aFilter)Deprecated.java.lang.StringCasToInlineXml. generateXML(CAS aCAS, FSMatchConstraint aFilter)Generates inline XML from a CAS.voidCasToInlineXml. generateXML(CAS aCAS, FSMatchConstraint aFilter, org.xml.sax.ContentHandler aHandler)Generates inline XML from a CAS using a passed in ContentHandlerjava.lang.StringTCasToInlineXml. generateXML(CAS aCAS, FSMatchConstraint aFilter)Deprecated.
-