Package bpsim

Interface UserDistributionType

    • Method Detail

      • getGroup

        org.eclipse.emf.ecore.util.FeatureMap getGroup()
        Returns the value of the 'Group' attribute list. The list contents are of type FeatureMap.Entry.

        If the meaning of the 'Group' attribute list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Group' attribute list.
        See Also:
        BpsimPackage.getUserDistributionType_Group()
        Generated code
        Model
        unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" extendedMetaData="kind='group' name='group:5'"
      • getUserDistributionDataPoint

        org.eclipse.emf.common.util.EList<UserDistributionDataPointType> getUserDistributionDataPoint()
        Returns the value of the 'User Distribution Data Point' containment reference list. The list contents are of type UserDistributionDataPointType.

        If the meaning of the 'User Distribution Data Point' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'User Distribution Data Point' containment reference list.
        See Also:
        BpsimPackage.getUserDistributionType_UserDistributionDataPoint()
        Generated code
        Model
        containment="true" required="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='UserDistributionDataPoint' namespace='##targetNamespace' group='#group:5'"
      • isDiscrete

        boolean isDiscrete()
        Returns the value of the 'Discrete' attribute. The default value is "false".

        If the meaning of the 'Discrete' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Discrete' attribute.
        See Also:
        isSetDiscrete(), unsetDiscrete(), setDiscrete(boolean), BpsimPackage.getUserDistributionType_Discrete()
        Generated code
        Model
        default="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean" extendedMetaData="kind='attribute' name='discrete'"