Uses of Interface
org.eclipse.modisco.omg.smm.Scope

Packages that use Scope
org.eclipse.modisco.omg.smm   
org.eclipse.modisco.omg.smm.util   
org.eclipse.modisco.smm.quality   
org.eclipse.modisco.smm.quality.util   
 

Uses of Scope in org.eclipse.modisco.omg.smm
 

Methods in org.eclipse.modisco.omg.smm that return Scope
 Scope SmmFactory.createScope()
          Returns a new object of class 'Scope'.
 Scope Measure.getScope()
          Returns the value of the 'Scope' reference.
 

Methods in org.eclipse.modisco.omg.smm with parameters of type Scope
 void Measure.setScope(Scope value)
          Sets the value of the 'Scope' reference.
 

Uses of Scope in org.eclipse.modisco.omg.smm.util
 

Methods in org.eclipse.modisco.omg.smm.util with parameters of type Scope
 T SmmSwitch.caseScope(Scope object)
          Returns the result of interpreting the object as an instance of 'Scope'.
 

Uses of Scope in org.eclipse.modisco.smm.quality
 

Subinterfaces of Scope in org.eclipse.modisco.smm.quality
 interface QualityScope
          A representation of the model object 'Quality Scope'.
 

Uses of Scope in org.eclipse.modisco.smm.quality.util
 

Methods in org.eclipse.modisco.smm.quality.util with parameters of type Scope
 T SmmqualitySwitch.caseScope(Scope object)
          Returns the result of interpreting the object as an instance of 'Scope'.