jBPM :: BPMN2 EMF Extension Model 6.2.0-SNAPSHOT

bpsim
Interface ElementParameters

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
ElementParametersType
All Known Implementing Classes:
ElementParametersImpl, ElementParametersTypeImpl

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

A representation of the model object 'Element Parameters'.

The following features are supported:

See Also:
BpsimPackage.getElementParameters()

Method Summary
 ControlParameters getControlParameters()
          Returns the value of the 'Control Parameters' containment reference
 CostParameters getCostParameters()
          Returns the value of the 'Cost Parameters' containment reference
 String getElementRef()
          Returns the value of the 'Element Ref' attribute
 String getId()
          Returns the value of the 'Id' attribute
 PriorityParameters getPriorityParameters()
          Returns the value of the 'Priority Parameters' containment reference
 PropertyParameters getPropertyParameters()
          Returns the value of the 'Property Parameters' containment reference
 ResourceParameters getResourceParameters()
          Returns the value of the 'Resource Parameters' containment reference
 TimeParameters getTimeParameters()
          Returns the value of the 'Time Parameters' containment reference
 org.eclipse.emf.common.util.EList<VendorExtension> getVendorExtension()
          Returns the value of the 'Vendor Extension' containment reference list.
 void setControlParameters(ControlParameters value)
          Sets the value of the 'Control Parameters' containment reference
 void setCostParameters(CostParameters value)
          Sets the value of the 'Cost Parameters' containment reference
 void setElementRef(String value)
          Sets the value of the 'Element Ref' attribute
 void setId(String value)
          Sets the value of the 'Id' attribute
 void setPriorityParameters(PriorityParameters value)
          Sets the value of the 'Priority Parameters' containment reference
 void setPropertyParameters(PropertyParameters value)
          Sets the value of the 'Property Parameters' containment reference
 void setResourceParameters(ResourceParameters value)
          Sets the value of the 'Resource Parameters' containment reference
 void setTimeParameters(TimeParameters value)
          Sets the value of the 'Time Parameters' 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

getTimeParameters

TimeParameters getTimeParameters()
Returns the value of the 'Time Parameters' containment reference.

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

Returns:
the value of the 'Time Parameters' containment reference.
See Also:
setTimeParameters(TimeParameters), BpsimPackage.getElementParameters_TimeParameters()

setTimeParameters

void setTimeParameters(TimeParameters value)
Sets the value of the 'Time Parameters' containment reference.

Parameters:
value - the new value of the 'Time Parameters' containment reference.
See Also:
getTimeParameters()

getControlParameters

ControlParameters getControlParameters()
Returns the value of the 'Control Parameters' containment reference.

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

Returns:
the value of the 'Control Parameters' containment reference.
See Also:
setControlParameters(ControlParameters), BpsimPackage.getElementParameters_ControlParameters()

setControlParameters

void setControlParameters(ControlParameters value)
Sets the value of the 'Control Parameters' containment reference.

Parameters:
value - the new value of the 'Control Parameters' containment reference.
See Also:
getControlParameters()

getResourceParameters

ResourceParameters getResourceParameters()
Returns the value of the 'Resource Parameters' containment reference.

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

Returns:
the value of the 'Resource Parameters' containment reference.
See Also:
setResourceParameters(ResourceParameters), BpsimPackage.getElementParameters_ResourceParameters()

setResourceParameters

void setResourceParameters(ResourceParameters value)
Sets the value of the 'Resource Parameters' containment reference.

Parameters:
value - the new value of the 'Resource Parameters' containment reference.
See Also:
getResourceParameters()

getPriorityParameters

PriorityParameters getPriorityParameters()
Returns the value of the 'Priority Parameters' containment reference.

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

Returns:
the value of the 'Priority Parameters' containment reference.
See Also:
setPriorityParameters(PriorityParameters), BpsimPackage.getElementParameters_PriorityParameters()

setPriorityParameters

void setPriorityParameters(PriorityParameters value)
Sets the value of the 'Priority Parameters' containment reference.

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

getCostParameters

CostParameters getCostParameters()
Returns the value of the 'Cost Parameters' containment reference.

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

Returns:
the value of the 'Cost Parameters' containment reference.
See Also:
setCostParameters(CostParameters), BpsimPackage.getElementParameters_CostParameters()

setCostParameters

void setCostParameters(CostParameters value)
Sets the value of the 'Cost Parameters' containment reference.

Parameters:
value - the new value of the 'Cost Parameters' containment reference.
See Also:
getCostParameters()

getPropertyParameters

PropertyParameters getPropertyParameters()
Returns the value of the 'Property Parameters' containment reference.

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

Returns:
the value of the 'Property Parameters' containment reference.
See Also:
setPropertyParameters(PropertyParameters), BpsimPackage.getElementParameters_PropertyParameters()

setPropertyParameters

void setPropertyParameters(PropertyParameters value)
Sets the value of the 'Property Parameters' containment reference.

Parameters:
value - the new value of the 'Property Parameters' containment reference.
See Also:
getPropertyParameters()

getVendorExtension

org.eclipse.emf.common.util.EList<VendorExtension> getVendorExtension()
Returns the value of the 'Vendor Extension' containment reference list. The list contents are of type VendorExtension.

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

Returns:
the value of the 'Vendor Extension' containment reference list.
See Also:
BpsimPackage.getElementParameters_VendorExtension()

getElementRef

String getElementRef()
Returns the value of the 'Element Ref' attribute.

If the meaning of the 'Element Ref' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Element Ref' attribute.
See Also:
setElementRef(String), BpsimPackage.getElementParameters_ElementRef()

setElementRef

void setElementRef(String value)
Sets the value of the 'Element Ref' attribute.

Parameters:
value - the new value of the 'Element Ref' attribute.
See Also:
getElementRef()

getId

String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), BpsimPackage.getElementParameters_Id()

setId

void setId(String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()

jBPM :: BPMN2 EMF Extension Model 6.2.0-SNAPSHOT

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