Uses of Interface
bpsim.Parameter
-
Packages that use Parameter Package Description bpsim bpsim.impl bpsim.util -
-
Uses of Parameter in bpsim
Subinterfaces of Parameter in bpsim Modifier and Type Interface Description interfacePropertyTypeA representation of the model object 'Property Type'.Methods in bpsim that return Parameter Modifier and Type Method Description ParameterBpsimFactory. createParameter()Returns a new object of class 'Parameter'.ParameterResourceParameters. getAvailability()Returns the value of the 'Availability' containment reference.ParameterControlParameters. getCondition()Returns the value of the 'Condition' containment reference.ParameterScenarioParameters. getDuration()Returns the value of the 'Duration' containment reference.ParameterCostParameters. getFixedCost()Returns the value of the 'Fixed Cost' containment reference.ParameterPriorityParameters. getInterruptible()Returns the value of the 'Interruptible' containment reference.ParameterControlParameters. getInterTriggerTimer()Returns the value of the 'Inter Trigger Timer' containment reference.ParameterPriorityParameters. getPriority()Returns the value of the 'Priority' containment reference.ParameterControlParameters. getProbability()Returns the value of the 'Probability' containment reference.ParameterTimeParameters. getProcessingTime()Returns the value of the 'Processing Time' containment reference.ParameterResourceParameters. getQuantity()Returns the value of the 'Quantity' containment reference.ParameterTimeParameters. getQueueTime()Returns the value of the 'Queue Time' containment reference.ParameterTimeParameters. getReworkTime()Returns the value of the 'Rework Time' containment reference.ParameterResourceParameters. getSelection()Returns the value of the 'Selection' containment reference.ParameterTimeParameters. getSetUpTime()Returns the value of the 'Set Up Time' containment reference.ParameterScenarioParameters. getStart()Returns the value of the 'Start' containment reference.ParameterTimeParameters. getTransferTime()Returns the value of the 'Transfer Time' containment reference.ParameterControlParameters. getTriggerCount()Returns the value of the 'Trigger Count' containment reference.ParameterCostParameters. getUnitCost()Returns the value of the 'Unit Cost' containment reference.ParameterTimeParameters. getValidationTime()Returns the value of the 'Validation Time' containment reference.ParameterTimeParameters. getWaitTime()Returns the value of the 'Wait Time' containment reference.Methods in bpsim that return types with arguments of type Parameter Modifier and Type Method Description org.eclipse.emf.common.util.EList<Parameter>ResourceParameters. getRole()Returns the value of the 'Role' containment reference list.Methods in bpsim with parameters of type Parameter Modifier and Type Method Description voidResourceParameters. setAvailability(Parameter value)Sets the value of the 'Availability' containment reference.voidControlParameters. setCondition(Parameter value)Sets the value of the 'Condition' containment reference.voidScenarioParameters. setDuration(Parameter value)Sets the value of the 'Duration' containment reference.voidCostParameters. setFixedCost(Parameter value)Sets the value of the 'Fixed Cost' containment reference.voidPriorityParameters. setInterruptible(Parameter value)Sets the value of the 'Interruptible' containment reference.voidControlParameters. setInterTriggerTimer(Parameter value)Sets the value of the 'Inter Trigger Timer' containment reference.voidPriorityParameters. setPriority(Parameter value)Sets the value of the 'Priority' containment reference.voidControlParameters. setProbability(Parameter value)Sets the value of the 'Probability' containment reference.voidTimeParameters. setProcessingTime(Parameter value)Sets the value of the 'Processing Time' containment reference.voidResourceParameters. setQuantity(Parameter value)Sets the value of the 'Quantity' containment reference.voidTimeParameters. setQueueTime(Parameter value)Sets the value of the 'Queue Time' containment reference.voidTimeParameters. setReworkTime(Parameter value)Sets the value of the 'Rework Time' containment reference.voidResourceParameters. setSelection(Parameter value)Sets the value of the 'Selection' containment reference.voidTimeParameters. setSetUpTime(Parameter value)Sets the value of the 'Set Up Time' containment reference.voidScenarioParameters. setStart(Parameter value)Sets the value of the 'Start' containment reference.voidTimeParameters. setTransferTime(Parameter value)Sets the value of the 'Transfer Time' containment reference.voidControlParameters. setTriggerCount(Parameter value)Sets the value of the 'Trigger Count' containment reference.voidCostParameters. setUnitCost(Parameter value)Sets the value of the 'Unit Cost' containment reference.voidTimeParameters. setValidationTime(Parameter value)Sets the value of the 'Validation Time' containment reference.voidTimeParameters. setWaitTime(Parameter value)Sets the value of the 'Wait Time' containment reference. -
Uses of Parameter in bpsim.impl
Classes in bpsim.impl that implement Parameter Modifier and Type Class Description classParameterImplAn implementation of the model object 'Parameter'.classPropertyTypeImplAn implementation of the model object 'Property Type'.Fields in bpsim.impl declared as Parameter Modifier and Type Field Description protected ParameterResourceParametersImpl. availabilityThe cached value of the 'Availability' containment reference.protected ParameterControlParametersImpl. conditionThe cached value of the 'Condition' containment reference.protected ParameterScenarioParametersImpl. durationThe cached value of the 'Duration' containment reference.protected ParameterCostParametersImpl. fixedCostThe cached value of the 'Fixed Cost' containment reference.protected ParameterPriorityParametersImpl. interruptibleThe cached value of the 'Interruptible' containment reference.protected ParameterControlParametersImpl. interTriggerTimerThe cached value of the 'Inter Trigger Timer' containment reference.protected ParameterPriorityParametersImpl. priorityThe cached value of the 'Priority' containment reference.protected ParameterControlParametersImpl. probabilityThe cached value of the 'Probability' containment reference.protected ParameterTimeParametersImpl. processingTimeThe cached value of the 'Processing Time' containment reference.protected ParameterResourceParametersImpl. quantityThe cached value of the 'Quantity' containment reference.protected ParameterTimeParametersImpl. queueTimeThe cached value of the 'Queue Time' containment reference.protected ParameterTimeParametersImpl. reworkTimeThe cached value of the 'Rework Time' containment reference.protected ParameterResourceParametersImpl. selectionThe cached value of the 'Selection' containment reference.protected ParameterTimeParametersImpl. setUpTimeThe cached value of the 'Set Up Time' containment reference.protected ParameterScenarioParametersImpl. startThe cached value of the 'Start' containment reference.protected ParameterTimeParametersImpl. transferTimeThe cached value of the 'Transfer Time' containment reference.protected ParameterControlParametersImpl. triggerCountThe cached value of the 'Trigger Count' containment reference.protected ParameterCostParametersImpl. unitCostThe cached value of the 'Unit Cost' containment reference.protected ParameterTimeParametersImpl. validationTimeThe cached value of the 'Validation Time' containment reference.protected ParameterTimeParametersImpl. waitTimeThe cached value of the 'Wait Time' containment reference.Fields in bpsim.impl with type parameters of type Parameter Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Parameter>ResourceParametersImpl. roleThe cached value of the 'Role' containment reference list.Methods in bpsim.impl that return Parameter Modifier and Type Method Description ParameterBpsimFactoryImpl. createParameter()ParameterResourceParametersImpl. getAvailability()ParameterControlParametersImpl. getCondition()ParameterScenarioParametersImpl. getDuration()ParameterCostParametersImpl. getFixedCost()ParameterPriorityParametersImpl. getInterruptible()ParameterControlParametersImpl. getInterTriggerTimer()ParameterPriorityParametersImpl. getPriority()ParameterControlParametersImpl. getProbability()ParameterTimeParametersImpl. getProcessingTime()ParameterResourceParametersImpl. getQuantity()ParameterTimeParametersImpl. getQueueTime()ParameterTimeParametersImpl. getReworkTime()ParameterResourceParametersImpl. getSelection()ParameterTimeParametersImpl. getSetUpTime()ParameterScenarioParametersImpl. getStart()ParameterTimeParametersImpl. getTransferTime()ParameterControlParametersImpl. getTriggerCount()ParameterCostParametersImpl. getUnitCost()ParameterTimeParametersImpl. getValidationTime()ParameterTimeParametersImpl. getWaitTime()Methods in bpsim.impl that return types with arguments of type Parameter Modifier and Type Method Description org.eclipse.emf.common.util.EList<Parameter>ResourceParametersImpl. getRole()Methods in bpsim.impl with parameters of type Parameter Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainResourceParametersImpl. basicSetAvailability(Parameter newAvailability, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainControlParametersImpl. basicSetCondition(Parameter newCondition, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainScenarioParametersImpl. basicSetDuration(Parameter newDuration, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainCostParametersImpl. basicSetFixedCost(Parameter newFixedCost, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainPriorityParametersImpl. basicSetInterruptible(Parameter newInterruptible, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainControlParametersImpl. basicSetInterTriggerTimer(Parameter newInterTriggerTimer, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainPriorityParametersImpl. basicSetPriority(Parameter newPriority, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainControlParametersImpl. basicSetProbability(Parameter newProbability, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainTimeParametersImpl. basicSetProcessingTime(Parameter newProcessingTime, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainResourceParametersImpl. basicSetQuantity(Parameter newQuantity, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainTimeParametersImpl. basicSetQueueTime(Parameter newQueueTime, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainTimeParametersImpl. basicSetReworkTime(Parameter newReworkTime, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainResourceParametersImpl. basicSetSelection(Parameter newSelection, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainTimeParametersImpl. basicSetSetUpTime(Parameter newSetUpTime, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainScenarioParametersImpl. basicSetStart(Parameter newStart, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainTimeParametersImpl. basicSetTransferTime(Parameter newTransferTime, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainControlParametersImpl. basicSetTriggerCount(Parameter newTriggerCount, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainCostParametersImpl. basicSetUnitCost(Parameter newUnitCost, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainTimeParametersImpl. basicSetValidationTime(Parameter newValidationTime, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainTimeParametersImpl. basicSetWaitTime(Parameter newWaitTime, org.eclipse.emf.common.notify.NotificationChain msgs)voidResourceParametersImpl. setAvailability(Parameter newAvailability)voidControlParametersImpl. setCondition(Parameter newCondition)voidScenarioParametersImpl. setDuration(Parameter newDuration)voidCostParametersImpl. setFixedCost(Parameter newFixedCost)voidPriorityParametersImpl. setInterruptible(Parameter newInterruptible)voidControlParametersImpl. setInterTriggerTimer(Parameter newInterTriggerTimer)voidPriorityParametersImpl. setPriority(Parameter newPriority)voidControlParametersImpl. setProbability(Parameter newProbability)voidTimeParametersImpl. setProcessingTime(Parameter newProcessingTime)voidResourceParametersImpl. setQuantity(Parameter newQuantity)voidTimeParametersImpl. setQueueTime(Parameter newQueueTime)voidTimeParametersImpl. setReworkTime(Parameter newReworkTime)voidResourceParametersImpl. setSelection(Parameter newSelection)voidTimeParametersImpl. setSetUpTime(Parameter newSetUpTime)voidScenarioParametersImpl. setStart(Parameter newStart)voidTimeParametersImpl. setTransferTime(Parameter newTransferTime)voidControlParametersImpl. setTriggerCount(Parameter newTriggerCount)voidCostParametersImpl. setUnitCost(Parameter newUnitCost)voidTimeParametersImpl. setValidationTime(Parameter newValidationTime)voidTimeParametersImpl. setWaitTime(Parameter newWaitTime) -
Uses of Parameter in bpsim.util
Methods in bpsim.util with parameters of type Parameter Modifier and Type Method Description TBpsimSwitch. caseParameter(Parameter object)Returns the result of interpreting the object as an instance of 'Parameter'.
-