Package org.omg.smm
Interface Scope
- All Superinterfaces:
AbstractMeasureElement,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,SmmElement
- All Known Implementing Classes:
ScopeImpl
public interface Scope extends AbstractMeasureElement
A representation of the model object 'Scope'.
The following features are supported:
- See Also:
SmmPackage.getScope()
-
Method Summary
Modifier and Type Method Description OperationgetBreakCondition()Returns the value of the 'Break Condition' reference.org.eclipse.emf.ecore.EObjectgetClass_()Returns the value of the 'Class' reference.OperationgetRecognizer()Returns the value of the 'Recognizer' reference.org.eclipse.emf.ecore.EObjectgetStereotype()Returns the value of the 'Stereotype' reference.voidsetBreakCondition(Operation value)Sets the value of the 'Break Condition' reference.voidsetClass(org.eclipse.emf.ecore.EObject value)Sets the value of the 'Class' reference.voidsetRecognizer(Operation value)Sets the value of the 'Recognizer' reference.voidsetStereotype(org.eclipse.emf.ecore.EObject value)Sets the value of the 'Stereotype' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.omg.smm.SmmElement
getAnnotations, getAttributes, getDescription, getInRelationships, getName, getOutRelationships, getShortDescription, setDescription, setName, setShortDescription
-
Method Details
-
getBreakCondition
Operation getBreakCondition()Returns the value of the 'Break Condition' reference.- Returns:
- the value of the 'Break Condition' reference.
- See Also:
setBreakCondition(Operation),SmmPackage.getScope_BreakCondition()
-
setBreakCondition
Sets the value of the 'Break Condition' reference.- Parameters:
value- the new value of the 'Break Condition' reference.- See Also:
getBreakCondition()
-
getRecognizer
Operation getRecognizer()Returns the value of the 'Recognizer' reference.- Returns:
- the value of the 'Recognizer' reference.
- See Also:
setRecognizer(Operation),SmmPackage.getScope_Recognizer()
-
setRecognizer
Sets the value of the 'Recognizer' reference.- Parameters:
value- the new value of the 'Recognizer' reference.- See Also:
getRecognizer()
-
getClass_
org.eclipse.emf.ecore.EObject getClass_()Returns the value of the 'Class' reference.- Returns:
- the value of the 'Class' reference.
- See Also:
setClass(EObject),SmmPackage.getScope_Class()
-
setClass
void setClass(org.eclipse.emf.ecore.EObject value)Sets the value of the 'Class' reference.- Parameters:
value- the new value of the 'Class' reference.- See Also:
getClass_()
-
getStereotype
org.eclipse.emf.ecore.EObject getStereotype()Returns the value of the 'Stereotype' reference.- Returns:
- the value of the 'Stereotype' reference.
- See Also:
setStereotype(EObject),SmmPackage.getScope_Stereotype()
-
setStereotype
void setStereotype(org.eclipse.emf.ecore.EObject value)Sets the value of the 'Stereotype' reference.- Parameters:
value- the new value of the 'Stereotype' reference.- See Also:
getStereotype()
-