jBPM :: BPMN2 EMF Extension Model 6.2.0-SNAPSHOT

bpsim
Interface ResourceParameters

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

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

A representation of the model object 'Resource Parameters'.

The following features are supported:

See Also:
BpsimPackage.getResourceParameters()

Method Summary
 Parameter getAvailability()
          Returns the value of the 'Availability' containment reference
 Parameter getQuantity()
          Returns the value of the 'Quantity' containment reference
 org.eclipse.emf.common.util.EList<Parameter> getRole()
          Returns the value of the 'Role' containment reference list.
 Parameter getSelection()
          Returns the value of the 'Selection' containment reference
 void setAvailability(Parameter value)
          Sets the value of the 'Availability' containment reference
 void setQuantity(Parameter value)
          Sets the value of the 'Quantity' containment reference
 void setSelection(Parameter value)
          Sets the value of the 'Selection' 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

getSelection

Parameter getSelection()
Returns the value of the 'Selection' containment reference.

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

Returns:
the value of the 'Selection' containment reference.
See Also:
setSelection(Parameter), BpsimPackage.getResourceParameters_Selection()

setSelection

void setSelection(Parameter value)
Sets the value of the 'Selection' containment reference.

Parameters:
value - the new value of the 'Selection' containment reference.
See Also:
getSelection()

getAvailability

Parameter getAvailability()
Returns the value of the 'Availability' containment reference.

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

Returns:
the value of the 'Availability' containment reference.
See Also:
setAvailability(Parameter), BpsimPackage.getResourceParameters_Availability()

setAvailability

void setAvailability(Parameter value)
Sets the value of the 'Availability' containment reference.

Parameters:
value - the new value of the 'Availability' containment reference.
See Also:
getAvailability()

getQuantity

Parameter getQuantity()
Returns the value of the 'Quantity' containment reference.

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

Returns:
the value of the 'Quantity' containment reference.
See Also:
setQuantity(Parameter), BpsimPackage.getResourceParameters_Quantity()

setQuantity

void setQuantity(Parameter value)
Sets the value of the 'Quantity' containment reference.

Parameters:
value - the new value of the 'Quantity' containment reference.
See Also:
getQuantity()

getRole

org.eclipse.emf.common.util.EList<Parameter> getRole()
Returns the value of the 'Role' containment reference list. The list contents are of type Parameter.

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

Returns:
the value of the 'Role' containment reference list.
See Also:
BpsimPackage.getResourceParameters_Role()

jBPM :: BPMN2 EMF Extension Model 6.2.0-SNAPSHOT

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