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.
|
org.eclipse.emf.ecore.EObject |
getClass_()
Returns the value of the 'Class' reference.
|
Operation |
getRecognizer()
Returns the value of the 'Recognizer' reference.
|
org.eclipse.emf.ecore.EObject |
getStereotype()
Returns the value of the 'Stereotype' reference.
|
void |
setBreakCondition(Operation value)
Sets the value of the '
Break Condition' reference. |
void |
setClass(org.eclipse.emf.ecore.EObject value)
Sets the value of the '
Class' reference. |
void |
setRecognizer(Operation value)
Sets the value of the '
Recognizer' reference. |
void |
setStereotype(org.eclipse.emf.ecore.EObject value)
Sets the value of the '
Stereotype' reference. |
getAnnotations, getAttributes, getDescription, getInRelationships, getName, getOutRelationships, getShortDescription, setDescription, setName, setShortDescriptionOperation getBreakCondition()
setBreakCondition(Operation),
SmmPackage.getScope_BreakCondition()void setBreakCondition(Operation value)
Break Condition' reference.
value - the new value of the 'Break Condition' reference.getBreakCondition()Operation getRecognizer()
setRecognizer(Operation),
SmmPackage.getScope_Recognizer()void setRecognizer(Operation value)
Recognizer' reference.
value - the new value of the 'Recognizer' reference.getRecognizer()org.eclipse.emf.ecore.EObject getClass_()
setClass(EObject),
SmmPackage.getScope_Class()void setClass(org.eclipse.emf.ecore.EObject value)
Class' reference.
value - the new value of the 'Class' reference.getClass_()org.eclipse.emf.ecore.EObject getStereotype()
setStereotype(EObject),
SmmPackage.getScope_Stereotype()void setStereotype(org.eclipse.emf.ecore.EObject value)
Stereotype' reference.
value - the new value of the 'Stereotype' reference.getStereotype()Copyright © 2018–2020 Atlanmod. All rights reserved.