public interface ElementParameters
extends org.eclipse.emf.ecore.EObject
The following features are supported:
BpsimPackage.getElementParameters()
Modifier and Type | Method and Description |
---|---|
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 |
TimeParameters getTimeParameters()
If the meaning of the 'Time Parameters' containment reference isn't clear, there really should be more of a description here...
setTimeParameters(TimeParameters)
,
BpsimPackage.getElementParameters_TimeParameters()
void setTimeParameters(TimeParameters value)
Time Parameters
' containment reference.
value
- the new value of the 'Time Parameters' containment reference.getTimeParameters()
ControlParameters getControlParameters()
If the meaning of the 'Control Parameters' containment reference isn't clear, there really should be more of a description here...
setControlParameters(ControlParameters)
,
BpsimPackage.getElementParameters_ControlParameters()
void setControlParameters(ControlParameters value)
Control Parameters
' containment reference.
value
- the new value of the 'Control Parameters' containment reference.getControlParameters()
ResourceParameters getResourceParameters()
If the meaning of the 'Resource Parameters' containment reference isn't clear, there really should be more of a description here...
setResourceParameters(ResourceParameters)
,
BpsimPackage.getElementParameters_ResourceParameters()
void setResourceParameters(ResourceParameters value)
Resource Parameters
' containment reference.
value
- the new value of the 'Resource Parameters' containment reference.getResourceParameters()
PriorityParameters getPriorityParameters()
If the meaning of the 'Priority Parameters' containment reference isn't clear, there really should be more of a description here...
setPriorityParameters(PriorityParameters)
,
BpsimPackage.getElementParameters_PriorityParameters()
void setPriorityParameters(PriorityParameters value)
Priority Parameters
' containment reference.
value
- the new value of the 'Priority Parameters' containment reference.getPriorityParameters()
CostParameters getCostParameters()
If the meaning of the 'Cost Parameters' containment reference isn't clear, there really should be more of a description here...
setCostParameters(CostParameters)
,
BpsimPackage.getElementParameters_CostParameters()
void setCostParameters(CostParameters value)
Cost Parameters
' containment reference.
value
- the new value of the 'Cost Parameters' containment reference.getCostParameters()
PropertyParameters getPropertyParameters()
If the meaning of the 'Property Parameters' containment reference isn't clear, there really should be more of a description here...
setPropertyParameters(PropertyParameters)
,
BpsimPackage.getElementParameters_PropertyParameters()
void setPropertyParameters(PropertyParameters value)
Property Parameters
' containment reference.
value
- the new value of the 'Property Parameters' containment reference.getPropertyParameters()
org.eclipse.emf.common.util.EList<VendorExtension> getVendorExtension()
VendorExtension
.
If the meaning of the 'Vendor Extension' containment reference list isn't clear, there really should be more of a description here...
BpsimPackage.getElementParameters_VendorExtension()
String getElementRef()
If the meaning of the 'Element Ref' attribute isn't clear, there really should be more of a description here...
setElementRef(String)
,
BpsimPackage.getElementParameters_ElementRef()
void setElementRef(String value)
Element Ref
' attribute.
value
- the new value of the 'Element Ref' attribute.getElementRef()
String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
BpsimPackage.getElementParameters_Id()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.