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.EObjectA representation of the model object 'Element Parameters'.The following features are supported:
- See Also:
BpsimPackage.getElementParameters()- Generated code
- Model
- extendedMetaData="name='ElementParameters' kind='elementOnly'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ControlParametersgetControlParameters()Returns the value of the 'Control Parameters' containment reference.CostParametersgetCostParameters()Returns the value of the 'Cost Parameters' containment reference.StringgetElementRef()Returns the value of the 'Element Ref' attribute.StringgetId()Returns the value of the 'Id' attribute.PriorityParametersgetPriorityParameters()Returns the value of the 'Priority Parameters' containment reference.PropertyParametersgetPropertyParameters()Returns the value of the 'Property Parameters' containment reference.ResourceParametersgetResourceParameters()Returns the value of the 'Resource Parameters' containment reference.TimeParametersgetTimeParameters()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.voidsetControlParameters(ControlParameters value)Sets the value of the 'Control Parameters' containment reference.voidsetCostParameters(CostParameters value)Sets the value of the 'Cost Parameters' containment reference.voidsetElementRef(String value)Sets the value of the 'Element Ref' attribute.voidsetId(String value)Sets the value of the 'Id' attribute.voidsetPriorityParameters(PriorityParameters value)Sets the value of the 'Priority Parameters' containment reference.voidsetPropertyParameters(PropertyParameters value)Sets the value of the 'Property Parameters' containment reference.voidsetResourceParameters(ResourceParameters value)Sets the value of the 'Resource Parameters' containment reference.voidsetTimeParameters(TimeParameters value)Sets the value of the 'Time Parameters' containment reference.
-
-
-
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()- Generated code
- Model
- containment="true" extendedMetaData="kind='element' name='TimeParameters' namespace='##targetNamespace'"
-
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()- Generated code
-
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()- Generated code
- Model
- containment="true" extendedMetaData="kind='element' name='ControlParameters' namespace='##targetNamespace'"
-
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()- Generated code
-
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()- Generated code
- Model
- containment="true" extendedMetaData="kind='element' name='ResourceParameters' namespace='##targetNamespace'"
-
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()- Generated code
-
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()- Generated code
- Model
- containment="true" extendedMetaData="kind='element' name='PriorityParameters' namespace='##targetNamespace'"
-
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()- Generated code
-
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()- Generated code
- Model
- containment="true" extendedMetaData="kind='element' name='CostParameters' namespace='##targetNamespace'"
-
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()- Generated code
-
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()- Generated code
- Model
- containment="true" extendedMetaData="kind='element' name='PropertyParameters' namespace='##targetNamespace'"
-
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()- Generated code
-
getVendorExtension
org.eclipse.emf.common.util.EList<VendorExtension> getVendorExtension()
Returns the value of the 'Vendor Extension' containment reference list. The list contents are of typeVendorExtension.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()- Generated code
- Model
- containment="true" extendedMetaData="kind='element' name='VendorExtension' namespace='##targetNamespace'"
-
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()- Generated code
- Model
- dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='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()- Generated code
-
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()- Generated code
- Model
- id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id'"
-
-