Uses of Interface
org.omg.smm.ObservationScope
| Package | Description |
|---|---|
| org.omg.smm | |
| org.omg.smm.impl | |
| org.omg.smm.util |
-
Uses of ObservationScope in org.omg.smm
Methods in org.omg.smm that return ObservationScope Modifier and Type Method Description ObservationScopeSmmFactory. createObservationScope()Returns a new object of class 'Observation Scope'.Methods in org.omg.smm that return types with arguments of type ObservationScope Modifier and Type Method Description org.eclipse.emf.common.util.EList<ObservationScope>Observation. getScopes()Returns the value of the 'Scopes' containment reference list. -
Uses of ObservationScope in org.omg.smm.impl
Classes in org.omg.smm.impl that implement ObservationScope Modifier and Type Class Description classObservationScopeImplAn implementation of the model object 'Observation Scope'.Fields in org.omg.smm.impl with type parameters of type ObservationScope Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<ObservationScope>ObservationImpl. scopesThe cached value of the 'Scopes' containment reference list.Methods in org.omg.smm.impl that return ObservationScope Modifier and Type Method Description ObservationScopeSmmFactoryImpl. createObservationScope()Methods in org.omg.smm.impl that return types with arguments of type ObservationScope Modifier and Type Method Description org.eclipse.emf.common.util.EList<ObservationScope>ObservationImpl. getScopes() -
Uses of ObservationScope in org.omg.smm.util
Methods in org.omg.smm.util with parameters of type ObservationScope Modifier and Type Method Description TSmmSwitch. caseObservationScope(ObservationScope object)Returns the result of interpreting the object as an instance of 'Observation Scope'.