public interface Parameter
extends org.eclipse.emf.ecore.EObject
The following features are supported:
BpsimPackage.getParameter()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<ParameterValue> |
getParameterValue()
Returns the value of the 'Parameter Value' containment reference list.
|
org.eclipse.emf.ecore.util.FeatureMap |
getParameterValueGroup()
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.
|
boolean |
isKpi()
Returns the value of the 'Kpi' attribute.
|
boolean |
isSetKpi()
Returns whether the value of the '
Kpi' attribute is set |
boolean |
isSetSla()
Returns whether the value of the '
Sla' attribute is set |
boolean |
isSla()
Returns the value of the 'Sla' attribute.
|
void |
setKpi(boolean value)
Sets the value of the '
Kpi' attribute |
void |
setSla(boolean value)
Sets the value of the '
Sla' attribute |
void |
unsetKpi()
Unsets the value of the '
Kpi' attribute |
void |
unsetSla()
Unsets the value of the '
Sla' attribute |
org.eclipse.emf.common.util.EList<ResultType> getResultRequest()
ResultType.
The literals are from the enumeration ResultType.
If the meaning of the 'Result Request' attribute list isn't clear, there really should be more of a description here...
ResultType,
BpsimPackage.getParameter_ResultRequest()org.eclipse.emf.ecore.util.FeatureMap getParameterValueGroup()
FeatureMap.Entry.
If the meaning of the 'Parameter Value Group' attribute list isn't clear, there really should be more of a description here...
BpsimPackage.getParameter_ParameterValueGroup()org.eclipse.emf.common.util.EList<ParameterValue> getParameterValue()
ParameterValue.
If the meaning of the 'Parameter Value' containment reference list isn't clear, there really should be more of a description here...
BpsimPackage.getParameter_ParameterValue()boolean isKpi()
"false".
If the meaning of the 'Kpi' attribute isn't clear, there really should be more of a description here...
isSetKpi(),
unsetKpi(),
setKpi(boolean),
BpsimPackage.getParameter_Kpi()void setKpi(boolean value)
Kpi' attribute.
value - the new value of the 'Kpi' attribute.isSetKpi(),
unsetKpi(),
isKpi()void unsetKpi()
Kpi' attribute.
isSetKpi(),
isKpi(),
setKpi(boolean)boolean isSetKpi()
Kpi' attribute is set.
unsetKpi(),
isKpi(),
setKpi(boolean)boolean isSla()
"false".
If the meaning of the 'Sla' attribute isn't clear, there really should be more of a description here...
isSetSla(),
unsetSla(),
setSla(boolean),
BpsimPackage.getParameter_Sla()void setSla(boolean value)
Sla' attribute.
value - the new value of the 'Sla' attribute.isSetSla(),
unsetSla(),
isSla()void unsetSla()
Sla' attribute.
isSetSla(),
isSla(),
setSla(boolean)boolean isSetSla()
Sla' attribute is set.
unsetSla(),
isSla(),
setSla(boolean)Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.