org.apache.ctakes.assertion.medfacts.i2b2.api
Class ConstraintConstructorFindContainedBy

java.lang.Object
  extended by org.apache.ctakes.assertion.medfacts.i2b2.api.ConstraintConstructor
      extended by org.apache.ctakes.assertion.medfacts.i2b2.api.ConstraintConstructorFindContainedBy

public class ConstraintConstructorFindContainedBy
extends ConstraintConstructor


Field Summary
 
Fields inherited from class org.apache.ctakes.assertion.medfacts.i2b2.api.ConstraintConstructor
jcas
 
Constructor Summary
ConstraintConstructorFindContainedBy()
           
ConstraintConstructorFindContainedBy(org.apache.uima.jcas.JCas jcas)
           
 
Method Summary
 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)
           
 
Methods inherited from class org.apache.ctakes.assertion.medfacts.i2b2.api.ConstraintConstructor
createFilteredIterator, getJcas, setJcas
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintConstructorFindContainedBy

public ConstraintConstructorFindContainedBy()

ConstraintConstructorFindContainedBy

public ConstraintConstructorFindContainedBy(org.apache.uima.jcas.JCas jcas)
Method Detail

constructConstraintByBeginEnd

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)
Specified by:
constructConstraintByBeginEnd in class ConstraintConstructor
Returns:

constructContainedByConstraint

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)
Parameters:
problemBegin -
problemEnd -
cf -
sentenceBeginFeaturePath -
sentenceEndFeaturePath -
Returns: