org.eclipse.gmt.modisco.omg.smm
Interface Scope

All Superinterfaces:
SmmElement

public interface Scope
extends SmmElement

A representation of the model object 'Scope'.

The following features are supported:

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

Method Summary
 java.lang.String getClass_()
          Returns the value of the 'Class' attribute.
  getMeasures()
          Returns the value of the 'Measures' reference list.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 java.lang.String getRecognizer()
          Returns the value of the 'Recognizer' attribute.
 boolean isEnumerated()
          Returns the value of the 'Enumerated' attribute.
 void setClass(java.lang.String value)
          Sets the value of the 'Class' attribute.
 void setEnumerated(boolean value)
          Sets the value of the 'Enumerated' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setRecognizer(java.lang.String value)
          Sets the value of the 'Recognizer' attribute.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getInbound, getModel, getOutbound, setModel
 

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:

isEnumerated

boolean isEnumerated()
Returns the value of the 'Enumerated' attribute.

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

Returns:
the value of the 'Enumerated' attribute.
See Also:
setEnumerated(boolean), SmmPackage.getScope_Enumerated()
Generated:
Model:

setEnumerated

void setEnumerated(boolean value)
Sets the value of the 'Enumerated' attribute.

Parameters:
value - the new value of the 'Enumerated' attribute.
See Also:
isEnumerated()
Generated:

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), SmmPackage.getScope_Name()
Generated:
Model:

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated:

getMeasures

 getMeasures()
Returns the value of the 'Measures' reference list. The list contents are of type Measure. It is bidirectional and its opposite is 'Scope'.

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

Returns:
the value of the 'Measures' reference list.
See Also:
SmmPackage.getScope_Measures(), Measure.getScope()
Generated:
Model:
opposite="scope"

getRecognizer

java.lang.String getRecognizer()
Returns the value of the 'Recognizer' attribute.

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

Returns:
the value of the 'Recognizer' attribute.
See Also:
setRecognizer(String), SmmPackage.getScope_Recognizer()
Generated:
Model:

setRecognizer

void setRecognizer(java.lang.String value)
Sets the value of the 'Recognizer' attribute.

Parameters:
value - the new value of the 'Recognizer' attribute.
See Also:
getRecognizer()
Generated: