org.eclipse.modisco.omg.smm
Interface Scope

All Superinterfaces:
AbstractMeasureElement, SmmElement
All Known Subinterfaces:
QualityScope

public interface Scope
extends AbstractMeasureElement

A representation of the model object 'Scope'.

The following features are supported:

See Also:
SmmPackage.getScope()
Generated:
Model:

Method Summary
 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.
 
Methods inherited from interface org.eclipse.modisco.omg.smm.AbstractMeasureElement
getInCategory
 
Methods inherited from interface org.eclipse.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescription
 

Method Detail

getClass_

java.lang.String getClass_()
Returns the value of the 'Class' attribute.

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

Returns:
the value of the 'Class' attribute.
See Also:
setClass(String), SmmPackage.getScope_Class()
Generated:
Model:
required="true"

setClass

void setClass(java.lang.String value)
Sets the value of the 'Class' attribute.

Parameters:
value - the new value of the 'Class' attribute.
See Also:
getClass_()
Generated:

getElements

 getElements()
Returns the value of the 'Elements' reference list. The list contents are of type 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...

Returns:
the value of the 'Elements' reference list.
See Also:
SmmPackage.getScope_Elements()
Generated:
Model:

getRecognizerQuery

Operation getRecognizerQuery()
Returns the value of the 'Recognizer Query' reference.

If the meaning of the 'Recognizer Query' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Recognizer Query' reference.
See Also:
setRecognizerQuery(Operation), SmmPackage.getScope_RecognizerQuery()
Generated:
Model:

setRecognizerQuery

void setRecognizerQuery(Operation value)
Sets the value of the 'Recognizer Query' reference.

Parameters:
value - the new value of the 'Recognizer Query' reference.
See Also:
getRecognizerQuery()
Generated:

getBreakCondition

Operation getBreakCondition()
Returns the value of the 'Break Condition' reference.

If the meaning of the 'Break Condition' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Break Condition' reference.
See Also:
setBreakCondition(Operation), SmmPackage.getScope_BreakCondition()
Generated:
Model:

setBreakCondition

void setBreakCondition(Operation value)
Sets the value of the 'Break Condition' reference.

Parameters:
value - the new value of the 'Break Condition' reference.
See Also:
getBreakCondition()
Generated: