Package bpsim

Interface UserDistributionDataPointType

    • Method Detail

      • 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.getUserDistributionDataPointType_ParameterValueGroup()
        Generated code
        Model
        dataType="org.eclipse.emf.ecore.EFeatureMapEntry" required="true" many="false" extendedMetaData="kind='group' name='ParameterValue:group' namespace='##targetNamespace'"
      • getParameterValue

        ParameterValue getParameterValue()
        Returns the value of the 'Parameter Value' containment reference.

        If the meaning of the 'Parameter Value' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Parameter Value' containment reference.
        See Also:
        setParameterValue(ParameterValue), BpsimPackage.getUserDistributionDataPointType_ParameterValue()
        Generated code
        Model
        containment="true" required="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='ParameterValue' namespace='##targetNamespace' group='ParameterValue:group'"
      • setParameterValue

        void setParameterValue​(ParameterValue value)
        Sets the value of the 'Parameter Value' containment reference.
        Parameters:
        value - the new value of the 'Parameter Value' containment reference.
        See Also:
        getParameterValue()
        Generated code