Package bpsim

Interface Parameter

    • 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.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.
      • 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

      • getResultRequest

        org.eclipse.emf.common.util.EList<ResultType> getResultRequest()
        Returns the value of the 'Result Request' attribute list. The list contents are of type 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...

        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 type FeatureMap.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 type ParameterValue.

        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
      • 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
      • 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