jBPM :: BPMN2 EMF Extension Model 6.2.0.CR2

bpsim
Interface PriorityParameters

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

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

A representation of the model object 'Priority Parameters'.

The following features are supported:

See Also:
BpsimPackage.getPriorityParameters()

Method Summary
 Parameter getInterruptible()
          Returns the value of the 'Interruptible' containment reference
 Parameter getPriority()
          Returns the value of the 'Priority' containment reference
 void setInterruptible(Parameter value)
          Sets the value of the 'Interruptible' containment reference
 void setPriority(Parameter value)
          Sets the value of the 'Priority' 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

getInterruptible

Parameter getInterruptible()
Returns the value of the 'Interruptible' containment reference.

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

Returns:
the value of the 'Interruptible' containment reference.
See Also:
setInterruptible(Parameter), BpsimPackage.getPriorityParameters_Interruptible()

setInterruptible

void setInterruptible(Parameter value)
Sets the value of the 'Interruptible' containment reference.

Parameters:
value - the new value of the 'Interruptible' containment reference.
See Also:
getInterruptible()

getPriority

Parameter getPriority()
Returns the value of the 'Priority' containment reference.

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

Returns:
the value of the 'Priority' containment reference.
See Also:
setPriority(Parameter), BpsimPackage.getPriorityParameters_Priority()

setPriority

void setPriority(Parameter value)
Sets the value of the 'Priority' containment reference.

Parameters:
value - the new value of the 'Priority' containment reference.
See Also:
getPriority()

jBPM :: BPMN2 EMF Extension Model 6.2.0.CR2

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