Uses of Interface
bpsim.TimeParameters
-
Packages that use TimeParameters Package Description bpsim bpsim.impl bpsim.util -
-
Uses of TimeParameters in bpsim
Methods in bpsim that return TimeParameters Modifier and Type Method Description TimeParametersBpsimFactory. createTimeParameters()Returns a new object of class 'Time Parameters'.TimeParametersElementParameters. getTimeParameters()Returns the value of the 'Time Parameters' containment reference.Methods in bpsim with parameters of type TimeParameters Modifier and Type Method Description voidElementParameters. setTimeParameters(TimeParameters value)Sets the value of the 'Time Parameters' containment reference. -
Uses of TimeParameters in bpsim.impl
Classes in bpsim.impl that implement TimeParameters Modifier and Type Class Description classTimeParametersImplAn implementation of the model object 'Time Parameters'.Fields in bpsim.impl declared as TimeParameters Modifier and Type Field Description protected TimeParametersElementParametersImpl. timeParametersThe cached value of the 'Time Parameters' containment reference.Methods in bpsim.impl that return TimeParameters Modifier and Type Method Description TimeParametersBpsimFactoryImpl. createTimeParameters()TimeParametersElementParametersImpl. getTimeParameters()Methods in bpsim.impl with parameters of type TimeParameters Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainElementParametersImpl. basicSetTimeParameters(TimeParameters newTimeParameters, org.eclipse.emf.common.notify.NotificationChain msgs)voidElementParametersImpl. setTimeParameters(TimeParameters newTimeParameters) -
Uses of TimeParameters in bpsim.util
Methods in bpsim.util with parameters of type TimeParameters Modifier and Type Method Description TBpsimSwitch. caseTimeParameters(TimeParameters object)Returns the result of interpreting the object as an instance of 'Time Parameters'.
-