Uses of Interface
bpsim.ResourceParameters
-
Packages that use ResourceParameters Package Description bpsim bpsim.impl bpsim.util -
-
Uses of ResourceParameters in bpsim
Methods in bpsim that return ResourceParameters Modifier and Type Method Description ResourceParametersBpsimFactory. createResourceParameters()Returns a new object of class 'Resource Parameters'.ResourceParametersElementParameters. getResourceParameters()Returns the value of the 'Resource Parameters' containment reference.Methods in bpsim with parameters of type ResourceParameters Modifier and Type Method Description voidElementParameters. setResourceParameters(ResourceParameters value)Sets the value of the 'Resource Parameters' containment reference. -
Uses of ResourceParameters in bpsim.impl
Classes in bpsim.impl that implement ResourceParameters Modifier and Type Class Description classResourceParametersImplAn implementation of the model object 'Resource Parameters'.Fields in bpsim.impl declared as ResourceParameters Modifier and Type Field Description protected ResourceParametersElementParametersImpl. resourceParametersThe cached value of the 'Resource Parameters' containment reference.Methods in bpsim.impl that return ResourceParameters Modifier and Type Method Description ResourceParametersBpsimFactoryImpl. createResourceParameters()ResourceParametersElementParametersImpl. getResourceParameters()Methods in bpsim.impl with parameters of type ResourceParameters Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainElementParametersImpl. basicSetResourceParameters(ResourceParameters newResourceParameters, org.eclipse.emf.common.notify.NotificationChain msgs)voidElementParametersImpl. setResourceParameters(ResourceParameters newResourceParameters) -
Uses of ResourceParameters in bpsim.util
Methods in bpsim.util with parameters of type ResourceParameters Modifier and Type Method Description TBpsimSwitch. caseResourceParameters(ResourceParameters object)Returns the result of interpreting the object as an instance of 'Resource Parameters'.
-