Uses of Interface
org.omg.smm.Observation
| Package | Description |
|---|---|
| org.omg.smm | |
| org.omg.smm.impl | |
| org.omg.smm.util |
-
Uses of Observation in org.omg.smm
Methods in org.omg.smm that return Observation Modifier and Type Method Description ObservationSmmFactory. createObservation()Returns a new object of class 'Observation'.Methods in org.omg.smm that return types with arguments of type Observation Modifier and Type Method Description org.eclipse.emf.common.util.EList<Observation>SmmModel. getObservations()Returns the value of the 'Observations' containment reference list. -
Uses of Observation in org.omg.smm.impl
Classes in org.omg.smm.impl that implement Observation Modifier and Type Class Description classObservationImplAn implementation of the model object 'Observation'.Fields in org.omg.smm.impl with type parameters of type Observation Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Observation>SmmModelImpl. observationsThe cached value of the 'Observations' containment reference list.Methods in org.omg.smm.impl that return Observation Modifier and Type Method Description ObservationSmmFactoryImpl. createObservation()Methods in org.omg.smm.impl that return types with arguments of type Observation Modifier and Type Method Description org.eclipse.emf.common.util.EList<Observation>SmmModelImpl. getObservations() -
Uses of Observation in org.omg.smm.util
Methods in org.omg.smm.util with parameters of type Observation Modifier and Type Method Description TSmmSwitch. caseObservation(Observation object)Returns the result of interpreting the object as an instance of 'Observation'.