Uses of Interface
org.omg.smm.Argument
| Package | Description |
|---|---|
| org.omg.smm | |
| org.omg.smm.impl | |
| org.omg.smm.util |
-
Uses of Argument in org.omg.smm
Methods in org.omg.smm that return Argument Modifier and Type Method Description ArgumentSmmFactory. createArgument()Returns a new object of class 'Argument'.Methods in org.omg.smm that return types with arguments of type Argument Modifier and Type Method Description org.eclipse.emf.common.util.EList<Argument>Measure. getAllArguments()org.eclipse.emf.common.util.EList<Argument>Measure. getArguments()org.eclipse.emf.common.util.EList<Argument>Observation. getArguments()Returns the value of the 'Arguments' containment reference list.org.eclipse.emf.common.util.EList<Argument>ObservedMeasure. getArguments()Returns the value of the 'Arguments' containment reference list. -
Uses of Argument in org.omg.smm.impl
Classes in org.omg.smm.impl that implement Argument Modifier and Type Class Description classArgumentImplAn implementation of the model object 'Argument'.Fields in org.omg.smm.impl with type parameters of type Argument Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Argument>ObservationImpl. argumentsThe cached value of the 'Arguments' containment reference list.protected org.eclipse.emf.common.util.EList<Argument>ObservedMeasureImpl. argumentsThe cached value of the 'Arguments' containment reference list.Methods in org.omg.smm.impl that return Argument Modifier and Type Method Description ArgumentSmmFactoryImpl. createArgument()Methods in org.omg.smm.impl that return types with arguments of type Argument Modifier and Type Method Description org.eclipse.emf.common.util.EList<Argument>MeasureImpl. getAllArguments()org.eclipse.emf.common.util.EList<Argument>MeasureImpl. getArguments()org.eclipse.emf.common.util.EList<Argument>ObservationImpl. getArguments()org.eclipse.emf.common.util.EList<Argument>ObservedMeasureImpl. getArguments() -
Uses of Argument in org.omg.smm.util
Methods in org.omg.smm.util with parameters of type Argument Modifier and Type Method Description TSmmSwitch. caseArgument(Argument object)Returns the result of interpreting the object as an instance of 'Argument'.