Uses of Interface
bpsim.ElementParameters
-
Packages that use ElementParameters Package Description bpsim bpsim.impl bpsim.util -
-
Uses of ElementParameters in bpsim
Subinterfaces of ElementParameters in bpsim Modifier and Type Interface Description interfaceElementParametersTypeA representation of the model object 'Element Parameters Type'.Methods in bpsim that return ElementParameters Modifier and Type Method Description ElementParametersBpsimFactory. createElementParameters()Returns a new object of class 'Element Parameters'.Methods in bpsim that return types with arguments of type ElementParameters Modifier and Type Method Description org.eclipse.emf.common.util.EList<ElementParameters>Scenario. getElementParameters()Returns the value of the 'Element Parameters' containment reference list. -
Uses of ElementParameters in bpsim.impl
Classes in bpsim.impl that implement ElementParameters Modifier and Type Class Description classElementParametersImplAn implementation of the model object 'Element Parameters'.classElementParametersTypeImplAn implementation of the model object 'Element Parameters Type'.Fields in bpsim.impl with type parameters of type ElementParameters Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<ElementParameters>ScenarioImpl. elementParametersThe cached value of the 'Element Parameters' containment reference list.Methods in bpsim.impl that return ElementParameters Modifier and Type Method Description ElementParametersBpsimFactoryImpl. createElementParameters()Methods in bpsim.impl that return types with arguments of type ElementParameters Modifier and Type Method Description org.eclipse.emf.common.util.EList<ElementParameters>ScenarioImpl. getElementParameters() -
Uses of ElementParameters in bpsim.util
Methods in bpsim.util with parameters of type ElementParameters Modifier and Type Method Description TBpsimSwitch. caseElementParameters(ElementParameters object)Returns the result of interpreting the object as an instance of 'Element Parameters'.
-