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

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

public class ConstraintConstructorFindContainedWithin
extends ConstraintConstructor


Field Summary
 
Fields inherited from class org.apache.ctakes.assertion.medfacts.i2b2.api.ConstraintConstructor
jcas
 
Constructor Summary
ConstraintConstructorFindContainedWithin()
           
ConstraintConstructorFindContainedWithin(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

ConstraintConstructorFindContainedWithin

public ConstraintConstructorFindContainedWithin()

ConstraintConstructorFindContainedWithin

public ConstraintConstructorFindContainedWithin(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:


Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.