Uses of Interface
bpsim.CostParameters
-
Packages that use CostParameters Package Description bpsim bpsim.impl bpsim.util -
-
Uses of CostParameters in bpsim
Methods in bpsim that return CostParameters Modifier and Type Method Description CostParametersBpsimFactory. createCostParameters()Returns a new object of class 'Cost Parameters'.CostParametersElementParameters. getCostParameters()Returns the value of the 'Cost Parameters' containment reference.Methods in bpsim with parameters of type CostParameters Modifier and Type Method Description voidElementParameters. setCostParameters(CostParameters value)Sets the value of the 'Cost Parameters' containment reference. -
Uses of CostParameters in bpsim.impl
Classes in bpsim.impl that implement CostParameters Modifier and Type Class Description classCostParametersImplAn implementation of the model object 'Cost Parameters'.Fields in bpsim.impl declared as CostParameters Modifier and Type Field Description protected CostParametersElementParametersImpl. costParametersThe cached value of the 'Cost Parameters' containment reference.Methods in bpsim.impl that return CostParameters Modifier and Type Method Description CostParametersBpsimFactoryImpl. createCostParameters()CostParametersElementParametersImpl. getCostParameters()Methods in bpsim.impl with parameters of type CostParameters Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainElementParametersImpl. basicSetCostParameters(CostParameters newCostParameters, org.eclipse.emf.common.notify.NotificationChain msgs)voidElementParametersImpl. setCostParameters(CostParameters newCostParameters) -
Uses of CostParameters in bpsim.util
Methods in bpsim.util with parameters of type CostParameters Modifier and Type Method Description TBpsimSwitch. caseCostParameters(CostParameters object)Returns the result of interpreting the object as an instance of 'Cost Parameters'.
-