Uses of Class
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.Parameter
Packages that use Parameter
-
Uses of Parameter in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model
Subclasses of Parameter in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_modelModifier and TypeClassDescriptionstatic class
Java class for anonymous complex type.Fields in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model declared as ParameterModifier and TypeFieldDescriptionprotected Parameter
ResourceParameters.availability
protected Parameter
ControlParameters.condition
protected Parameter
ScenarioParameters.duration
protected Parameter
CostParameters.fixedCost
protected Parameter
PriorityParameters.interruptible
protected Parameter
ControlParameters.interTriggerTimer
protected Parameter
PriorityParameters.priority
protected Parameter
ControlParameters.probability
protected Parameter
TimeParameters.processingTime
protected Parameter
ResourceParameters.quantity
protected Parameter
TimeParameters.queueTime
protected Parameter
TimeParameters.reworkTime
protected Parameter
ResourceParameters.selection
protected Parameter
TimeParameters.setUpTime
protected Parameter
ScenarioParameters.start
protected Parameter
TimeParameters.transferTime
protected Parameter
ControlParameters.triggerCount
protected Parameter
CostParameters.unitCost
protected Parameter
TimeParameters.validationTime
protected Parameter
TimeParameters.waitTime
Fields in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model with type parameters of type ParameterMethods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model that return ParameterModifier and TypeMethodDescriptionObjectFactory.createParameter()
Create an instance ofParameter
ResourceParameters.getAvailability()
Gets the value of the availability property.ControlParameters.getCondition()
Gets the value of the condition property.ScenarioParameters.getDuration()
Gets the value of the duration property.CostParameters.getFixedCost()
Gets the value of the fixedCost property.PriorityParameters.getInterruptible()
Gets the value of the interruptible property.ControlParameters.getInterTriggerTimer()
Gets the value of the interTriggerTimer property.PriorityParameters.getPriority()
Gets the value of the priority property.ControlParameters.getProbability()
Gets the value of the probability property.TimeParameters.getProcessingTime()
Gets the value of the processingTime property.ResourceParameters.getQuantity()
Gets the value of the quantity property.TimeParameters.getQueueTime()
Gets the value of the queueTime property.TimeParameters.getReworkTime()
Gets the value of the reworkTime property.ResourceParameters.getSelection()
Gets the value of the selection property.TimeParameters.getSetUpTime()
Gets the value of the setUpTime property.ScenarioParameters.getStart()
Gets the value of the start property.TimeParameters.getTransferTime()
Gets the value of the transferTime property.ControlParameters.getTriggerCount()
Gets the value of the triggerCount property.CostParameters.getUnitCost()
Gets the value of the unitCost property.TimeParameters.getValidationTime()
Gets the value of the validationTime property.TimeParameters.getWaitTime()
Gets the value of the waitTime property.Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model that return types with arguments of type ParameterModifier and TypeMethodDescriptionResourceParameters.getRole()
Gets the value of the role property.Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model with parameters of type ParameterModifier and TypeMethodDescriptionvoid
ResourceParameters.setAvailability
(Parameter value) Sets the value of the availability property.void
ControlParameters.setCondition
(Parameter value) Sets the value of the condition property.void
ScenarioParameters.setDuration
(Parameter value) Sets the value of the duration property.void
CostParameters.setFixedCost
(Parameter value) Sets the value of the fixedCost property.void
PriorityParameters.setInterruptible
(Parameter value) Sets the value of the interruptible property.void
ControlParameters.setInterTriggerTimer
(Parameter value) Sets the value of the interTriggerTimer property.void
PriorityParameters.setPriority
(Parameter value) Sets the value of the priority property.void
ControlParameters.setProbability
(Parameter value) Sets the value of the probability property.void
TimeParameters.setProcessingTime
(Parameter value) Sets the value of the processingTime property.void
ResourceParameters.setQuantity
(Parameter value) Sets the value of the quantity property.void
TimeParameters.setQueueTime
(Parameter value) Sets the value of the queueTime property.void
TimeParameters.setReworkTime
(Parameter value) Sets the value of the reworkTime property.void
ResourceParameters.setSelection
(Parameter value) Sets the value of the selection property.void
TimeParameters.setSetUpTime
(Parameter value) Sets the value of the setUpTime property.void
Sets the value of the start property.void
TimeParameters.setTransferTime
(Parameter value) Sets the value of the transferTime property.void
ControlParameters.setTriggerCount
(Parameter value) Sets the value of the triggerCount property.void
CostParameters.setUnitCost
(Parameter value) Sets the value of the unitCost property.void
TimeParameters.setValidationTime
(Parameter value) Sets the value of the validationTime property.void
TimeParameters.setWaitTime
(Parameter value) Sets the value of the waitTime property.