Package bpsim
Interface Parameter
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
PropertyType
- All Known Implementing Classes:
ParameterImpl,PropertyTypeImpl
public interface Parameter extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Parameter'.The following features are supported:
- See Also:
BpsimPackage.getParameter()- Generated code
- Model
- extendedMetaData="name='Parameter' kind='elementOnly'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<ParameterValue>getParameterValue()Returns the value of the 'Parameter Value' containment reference list.org.eclipse.emf.ecore.util.FeatureMapgetParameterValueGroup()Returns the value of the 'Parameter Value Group' attribute list.org.eclipse.emf.common.util.EList<ResultType>getResultRequest()Returns the value of the 'Result Request' attribute list.booleanisKpi()Returns the value of the 'Kpi' attribute.booleanisSetKpi()Returns whether the value of the 'Kpi' attribute is set.booleanisSetSla()Returns whether the value of the 'Sla' attribute is set.booleanisSla()Returns the value of the 'Sla' attribute.voidsetKpi(boolean value)Sets the value of the 'Kpi' attribute.voidsetSla(boolean value)Sets the value of the 'Sla' attribute.voidunsetKpi()Unsets the value of the 'Kpi' attribute.voidunsetSla()Unsets the value of the 'Sla' attribute.
-
-
-
Method Detail
-
getResultRequest
org.eclipse.emf.common.util.EList<ResultType> getResultRequest()
Returns the value of the 'Result Request' attribute list. The list contents are of typeResultType. The literals are from the enumerationResultType.If the meaning of the 'Result Request' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Result Request' attribute list.
- See Also:
ResultType,BpsimPackage.getParameter_ResultRequest()- Generated code
- Model
- unique="false" extendedMetaData="kind='element' name='ResultRequest' namespace='##targetNamespace'"
-
getParameterValueGroup
org.eclipse.emf.ecore.util.FeatureMap getParameterValueGroup()
Returns the value of the 'Parameter Value Group' attribute list. The list contents are of typeFeatureMap.Entry.If the meaning of the 'Parameter Value Group' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Parameter Value Group' attribute list.
- See Also:
BpsimPackage.getParameter_ParameterValueGroup()- Generated code
- Model
- unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" extendedMetaData="kind='group' name='ParameterValue:group' namespace='##targetNamespace'"
-
getParameterValue
org.eclipse.emf.common.util.EList<ParameterValue> getParameterValue()
Returns the value of the 'Parameter Value' containment reference list. The list contents are of typeParameterValue.If the meaning of the 'Parameter Value' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Parameter Value' containment reference list.
- See Also:
BpsimPackage.getParameter_ParameterValue()- Generated code
- Model
- containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='ParameterValue' namespace='##targetNamespace' group='ParameterValue:group'"
-
isKpi
boolean isKpi()
Returns the value of the 'Kpi' attribute. The default value is"false".If the meaning of the 'Kpi' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Kpi' attribute.
- See Also:
isSetKpi(),unsetKpi(),setKpi(boolean),BpsimPackage.getParameter_Kpi()- Generated code
- Model
- default="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean" extendedMetaData="kind='attribute' name='kpi'"
-
setKpi
void setKpi(boolean value)
Sets the value of the 'Kpi' attribute.- Parameters:
value- the new value of the 'Kpi' attribute.- See Also:
isSetKpi(),unsetKpi(),isKpi()- Generated code
-
unsetKpi
void unsetKpi()
Unsets the value of the 'Kpi' attribute.- See Also:
isSetKpi(),isKpi(),setKpi(boolean)- Generated code
-
isSetKpi
boolean isSetKpi()
Returns whether the value of the 'Kpi' attribute is set.- Returns:
- whether the value of the 'Kpi' attribute is set.
- See Also:
unsetKpi(),isKpi(),setKpi(boolean)- Generated code
-
isSla
boolean isSla()
Returns the value of the 'Sla' attribute. The default value is"false".If the meaning of the 'Sla' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Sla' attribute.
- See Also:
isSetSla(),unsetSla(),setSla(boolean),BpsimPackage.getParameter_Sla()- Generated code
- Model
- default="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean" extendedMetaData="kind='attribute' name='sla'"
-
setSla
void setSla(boolean value)
Sets the value of the 'Sla' attribute.- Parameters:
value- the new value of the 'Sla' attribute.- See Also:
isSetSla(),unsetSla(),isSla()- Generated code
-
unsetSla
void unsetSla()
Unsets the value of the 'Sla' attribute.- See Also:
isSetSla(),isSla(),setSla(boolean)- Generated code
-
isSetSla
boolean isSetSla()
Returns whether the value of the 'Sla' attribute is set.- Returns:
- whether the value of the 'Sla' attribute is set.
- See Also:
unsetSla(),isSla(),setSla(boolean)- Generated code
-
-