org.apache.uima.tools.cfe.config
Interface TargetAnnotationXML

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
TargetAnnotationXMLImpl

public interface TargetAnnotationXML
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Target Annotation XML'.

The following features are supported:

See Also:
ConfigPackage.getTargetAnnotationXML()

Method Summary
 String getClassName()
          Returns the value of the 'Class Name' attribute.
 String getEnclosingAnnotation()
          Returns the value of the 'Enclosing Annotation' attribute.
 org.eclipse.emf.common.util.EList<FeatureObjectMatcherXML> getFeatureAnnotationMatchers()
          Returns the value of the 'Feature Annotation Matchers' containment reference list.
 PartialObjectMatcherXML getTargetAnnotationMatcher()
          Returns the value of the 'Target Annotation Matcher' containment reference.
 void setClassName(String value)
          Sets the value of the 'Class Name' attribute.
 void setEnclosingAnnotation(String value)
          Sets the value of the 'Enclosing Annotation' attribute.
 void setTargetAnnotationMatcher(PartialObjectMatcherXML value)
          Sets the value of the 'Target Annotation Matcher' containment reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getTargetAnnotationMatcher

PartialObjectMatcherXML getTargetAnnotationMatcher()
Returns the value of the 'Target Annotation Matcher' containment reference.

If the meaning of the 'Target Annotation Matcher' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Target Annotation Matcher' containment reference.
See Also:
setTargetAnnotationMatcher(PartialObjectMatcherXML), ConfigPackage.getTargetAnnotationXML_TargetAnnotationMatcher()

setTargetAnnotationMatcher

void setTargetAnnotationMatcher(PartialObjectMatcherXML value)
Sets the value of the 'Target Annotation Matcher' containment reference.

Parameters:
value - the new value of the 'Target Annotation Matcher' containment reference.
See Also:
getTargetAnnotationMatcher()

getFeatureAnnotationMatchers

org.eclipse.emf.common.util.EList<FeatureObjectMatcherXML> getFeatureAnnotationMatchers()
Returns the value of the 'Feature Annotation Matchers' containment reference list. The list contents are of type FeatureObjectMatcherXML.

If the meaning of the 'Feature Annotation Matchers' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Feature Annotation Matchers' containment reference list.
See Also:
ConfigPackage.getTargetAnnotationXML_FeatureAnnotationMatchers()

getClassName

String getClassName()
Returns the value of the 'Class Name' attribute. class id for RRM training

Returns:
the value of the 'Class Name' attribute.
See Also:
setClassName(String), ConfigPackage.getTargetAnnotationXML_ClassName()

setClassName

void setClassName(String value)
Sets the value of the 'Class Name' attribute.

Parameters:
value - the new value of the 'Class Name' attribute.
See Also:
getClassName()

getEnclosingAnnotation

String getEnclosingAnnotation()
Returns the value of the 'Enclosing Annotation' attribute.

If the meaning of the 'Enclosing Annotation' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Enclosing Annotation' attribute.
See Also:
setEnclosingAnnotation(String), ConfigPackage.getTargetAnnotationXML_EnclosingAnnotation()

setEnclosingAnnotation

void setEnclosingAnnotation(String value)
Sets the value of the 'Enclosing Annotation' attribute.

Parameters:
value - the new value of the 'Enclosing Annotation' attribute.
See Also:
getEnclosingAnnotation()


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.