public interface Scope extends AbstractMeasureElement
The following features are supported:
SmmPackage.getScope()| Modifier and Type | Method and Description |
|---|---|
Operation |
getBreakCondition()
Returns the value of the 'Break Condition' reference.
|
java.lang.String |
getClass_()
Returns the value of the 'Class' attribute.
|
|
getElements()
Returns the value of the 'Elements' reference list.
|
Operation |
getRecognizerQuery()
Returns the value of the 'Recognizer Query' reference.
|
void |
setBreakCondition(Operation value)
Sets the value of the '
Break Condition' reference. |
void |
setClass(java.lang.String value)
Sets the value of the '
Class' attribute. |
void |
setRecognizerQuery(Operation value)
Sets the value of the '
Recognizer Query' reference. |
getInCategorygetAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescriptionjava.lang.String getClass_()
If the meaning of the 'Class' attribute isn't clear, there really should be more of a description here...
setClass(String),
SmmPackage.getScope_Class()void setClass(java.lang.String value)
Class' attribute.
value - the new value of the 'Class' attribute.getClass_()getElements()
org.eclipse.emf.ecore.EObject.
If the meaning of the 'Elements' reference list isn't clear, there really should be more of a description here...
SmmPackage.getScope_Elements()Operation getRecognizerQuery()
If the meaning of the 'Recognizer Query' reference isn't clear, there really should be more of a description here...
setRecognizerQuery(Operation),
SmmPackage.getScope_RecognizerQuery()void setRecognizerQuery(Operation value)
Recognizer Query' reference.
value - the new value of the 'Recognizer Query' reference.getRecognizerQuery()Operation getBreakCondition()
If the meaning of the 'Break Condition' reference isn't clear, there really should be more of a description here...
setBreakCondition(Operation),
SmmPackage.getScope_BreakCondition()void setBreakCondition(Operation value)
Break Condition' reference.
value - the new value of the 'Break Condition' reference.getBreakCondition()