jBPM :: BPMN2 EMF Extension Model 6.2.0-SNAPSHOT

Uses of Interface
bpsim.TimeParameters

Packages that use TimeParameters
bpsim   
bpsim.impl   
bpsim.util   
 

Uses of TimeParameters in bpsim
 

Methods in bpsim that return TimeParameters
 TimeParameters BpsimFactory.createTimeParameters()
          Returns a new object of class 'Time Parameters'
 TimeParameters ElementParameters.getTimeParameters()
          Returns the value of the 'Time Parameters' containment reference
 

Methods in bpsim with parameters of type TimeParameters
 void ElementParameters.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
 class TimeParametersImpl
          An implementation of the model object 'Time Parameters'
 

Fields in bpsim.impl declared as TimeParameters
protected  TimeParameters ElementParametersImpl.timeParameters
          The cached value of the 'Time Parameters' containment reference
 

Methods in bpsim.impl that return TimeParameters
 TimeParameters BpsimFactoryImpl.createTimeParameters()
           
 TimeParameters ElementParametersImpl.getTimeParameters()
           
 

Methods in bpsim.impl with parameters of type TimeParameters
 org.eclipse.emf.common.notify.NotificationChain ElementParametersImpl.basicSetTimeParameters(TimeParameters newTimeParameters, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ElementParametersImpl.setTimeParameters(TimeParameters newTimeParameters)
           
 

Uses of TimeParameters in bpsim.util
 

Methods in bpsim.util with parameters of type TimeParameters
 T BpsimSwitch.caseTimeParameters(TimeParameters object)
          Returns the result of interpreting the object as an instance of 'Time Parameters'
 


jBPM :: BPMN2 EMF Extension Model 6.2.0-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.