public class ConstraintConstructorFindContainedBy extends ConstraintConstructor
jcas
Constructor and Description |
---|
ConstraintConstructorFindContainedBy() |
ConstraintConstructorFindContainedBy(org.apache.uima.jcas.JCas jcas) |
Modifier and Type | Method and Description |
---|---|
org.apache.uima.cas.FSMatchConstraint |
constructConstraintByBeginEnd(int problemBegin,
int problemEnd,
org.apache.uima.cas.ConstraintFactory cf,
org.apache.uima.cas.FeaturePath sentenceBeginFeaturePath,
org.apache.uima.cas.FeaturePath sentenceEndFeaturePath) |
org.apache.uima.cas.FSMatchConstraint |
constructContainedByConstraint(int problemBegin,
int problemEnd,
org.apache.uima.cas.ConstraintFactory cf,
org.apache.uima.cas.FeaturePath sentenceBeginFeaturePath,
org.apache.uima.cas.FeaturePath sentenceEndFeaturePath) |
createFilteredIterator, getJcas, setJcas
public ConstraintConstructorFindContainedBy()
public ConstraintConstructorFindContainedBy(org.apache.uima.jcas.JCas jcas)
public org.apache.uima.cas.FSMatchConstraint constructConstraintByBeginEnd(int problemBegin, int problemEnd, org.apache.uima.cas.ConstraintFactory cf, org.apache.uima.cas.FeaturePath sentenceBeginFeaturePath, org.apache.uima.cas.FeaturePath sentenceEndFeaturePath)
constructConstraintByBeginEnd
in class ConstraintConstructor
public org.apache.uima.cas.FSMatchConstraint constructContainedByConstraint(int problemBegin, int problemEnd, org.apache.uima.cas.ConstraintFactory cf, org.apache.uima.cas.FeaturePath sentenceBeginFeaturePath, org.apache.uima.cas.FeaturePath sentenceEndFeaturePath)
problemBegin
- problemEnd
- cf
- sentenceBeginFeaturePath
- sentenceEndFeaturePath
- Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.