jBPM :: BPMN2 EMF Extension Model 6.0.0.CR4-Pre1

bpsim
Interface ControlParameters

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ControlParametersImpl

public interface ControlParameters
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Control Parameters'.

The following features are supported:

See Also:
BpsimPackage.getControlParameters()

Method Summary
 Parameter getCondition()
          Returns the value of the 'Condition' containment reference
 Parameter getInterTriggerTimer()
          Returns the value of the 'Inter Trigger Timer' containment reference
 Parameter getProbability()
          Returns the value of the 'Probability' containment reference
 Parameter getTriggerCount()
          Returns the value of the 'Trigger Count' containment reference
 void setCondition(Parameter value)
          Sets the value of the 'Condition' containment reference
 void setInterTriggerTimer(Parameter value)
          Sets the value of the 'Inter Trigger Timer' containment reference
 void setProbability(Parameter value)
          Sets the value of the 'Probability' containment reference
 void setTriggerCount(Parameter value)
          Sets the value of the 'Trigger Count' containment reference
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getProbability

Parameter getProbability()
Returns the value of the 'Probability' containment reference.

If the meaning of the 'Probability' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Probability' containment reference.
See Also:
setProbability(Parameter), BpsimPackage.getControlParameters_Probability()

setProbability

void setProbability(Parameter value)
Sets the value of the 'Probability' containment reference.

Parameters:
value - the new value of the 'Probability' containment reference.
See Also:
getProbability()

getCondition

Parameter getCondition()
Returns the value of the 'Condition' containment reference.

If the meaning of the 'Condition' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Condition' containment reference.
See Also:
setCondition(Parameter), BpsimPackage.getControlParameters_Condition()

setCondition

void setCondition(Parameter value)
Sets the value of the 'Condition' containment reference.

Parameters:
value - the new value of the 'Condition' containment reference.
See Also:
getCondition()

getInterTriggerTimer

Parameter getInterTriggerTimer()
Returns the value of the 'Inter Trigger Timer' containment reference.

If the meaning of the 'Inter Trigger Timer' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Inter Trigger Timer' containment reference.
See Also:
setInterTriggerTimer(Parameter), BpsimPackage.getControlParameters_InterTriggerTimer()

setInterTriggerTimer

void setInterTriggerTimer(Parameter value)
Sets the value of the 'Inter Trigger Timer' containment reference.

Parameters:
value - the new value of the 'Inter Trigger Timer' containment reference.
See Also:
getInterTriggerTimer()

getTriggerCount

Parameter getTriggerCount()
Returns the value of the 'Trigger Count' containment reference.

If the meaning of the 'Trigger Count' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Trigger Count' containment reference.
See Also:
setTriggerCount(Parameter), BpsimPackage.getControlParameters_TriggerCount()

setTriggerCount

void setTriggerCount(Parameter value)
Sets the value of the 'Trigger Count' containment reference.

Parameters:
value - the new value of the 'Trigger Count' containment reference.
See Also:
getTriggerCount()

jBPM :: BPMN2 EMF Extension Model 6.0.0.CR4-Pre1

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