Package bpsim

Interface ElementParameters

    • Method Detail

      • getTimeParameters

        TimeParameters getTimeParameters()
        Returns the value of the 'Time Parameters' containment reference.

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

        Returns:
        the value of the 'Time Parameters' containment reference.
        See Also:
        setTimeParameters(TimeParameters), BpsimPackage.getElementParameters_TimeParameters()
        Generated code
        Model
        containment="true" extendedMetaData="kind='element' name='TimeParameters' namespace='##targetNamespace'"
      • setTimeParameters

        void setTimeParameters​(TimeParameters value)
        Sets the value of the 'Time Parameters' containment reference.
        Parameters:
        value - the new value of the 'Time Parameters' containment reference.
        See Also:
        getTimeParameters()
        Generated code
      • getControlParameters

        ControlParameters getControlParameters()
        Returns the value of the 'Control Parameters' containment reference.

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

        Returns:
        the value of the 'Control Parameters' containment reference.
        See Also:
        setControlParameters(ControlParameters), BpsimPackage.getElementParameters_ControlParameters()
        Generated code
        Model
        containment="true" extendedMetaData="kind='element' name='ControlParameters' namespace='##targetNamespace'"
      • getResourceParameters

        ResourceParameters getResourceParameters()
        Returns the value of the 'Resource Parameters' containment reference.

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

        Returns:
        the value of the 'Resource Parameters' containment reference.
        See Also:
        setResourceParameters(ResourceParameters), BpsimPackage.getElementParameters_ResourceParameters()
        Generated code
        Model
        containment="true" extendedMetaData="kind='element' name='ResourceParameters' namespace='##targetNamespace'"
      • getPriorityParameters

        PriorityParameters getPriorityParameters()
        Returns the value of the 'Priority Parameters' containment reference.

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

        Returns:
        the value of the 'Priority Parameters' containment reference.
        See Also:
        setPriorityParameters(PriorityParameters), BpsimPackage.getElementParameters_PriorityParameters()
        Generated code
        Model
        containment="true" extendedMetaData="kind='element' name='PriorityParameters' namespace='##targetNamespace'"
      • getCostParameters

        CostParameters getCostParameters()
        Returns the value of the 'Cost Parameters' containment reference.

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

        Returns:
        the value of the 'Cost Parameters' containment reference.
        See Also:
        setCostParameters(CostParameters), BpsimPackage.getElementParameters_CostParameters()
        Generated code
        Model
        containment="true" extendedMetaData="kind='element' name='CostParameters' namespace='##targetNamespace'"
      • setCostParameters

        void setCostParameters​(CostParameters value)
        Sets the value of the 'Cost Parameters' containment reference.
        Parameters:
        value - the new value of the 'Cost Parameters' containment reference.
        See Also:
        getCostParameters()
        Generated code
      • getPropertyParameters

        PropertyParameters getPropertyParameters()
        Returns the value of the 'Property Parameters' containment reference.

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

        Returns:
        the value of the 'Property Parameters' containment reference.
        See Also:
        setPropertyParameters(PropertyParameters), BpsimPackage.getElementParameters_PropertyParameters()
        Generated code
        Model
        containment="true" extendedMetaData="kind='element' name='PropertyParameters' namespace='##targetNamespace'"
      • getVendorExtension

        org.eclipse.emf.common.util.EList<VendorExtension> getVendorExtension()
        Returns the value of the 'Vendor Extension' containment reference list. The list contents are of type VendorExtension.

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

        Returns:
        the value of the 'Vendor Extension' containment reference list.
        See Also:
        BpsimPackage.getElementParameters_VendorExtension()
        Generated code
        Model
        containment="true" extendedMetaData="kind='element' name='VendorExtension' namespace='##targetNamespace'"
      • getElementRef

        String getElementRef()
        Returns the value of the 'Element Ref' attribute.

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

        Returns:
        the value of the 'Element Ref' attribute.
        See Also:
        setElementRef(String), BpsimPackage.getElementParameters_ElementRef()
        Generated code
        Model
        dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='elementRef'"
      • setElementRef

        void setElementRef​(String value)
        Sets the value of the 'Element Ref' attribute.
        Parameters:
        value - the new value of the 'Element Ref' attribute.
        See Also:
        getElementRef()
        Generated code
      • getId

        String getId()
        Returns the value of the 'Id' attribute.

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

        Returns:
        the value of the 'Id' attribute.
        See Also:
        setId(String), BpsimPackage.getElementParameters_Id()
        Generated code
        Model
        id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id'"
      • setId

        void setId​(String value)
        Sets the value of the 'Id' attribute.
        Parameters:
        value - the new value of the 'Id' attribute.
        See Also:
        getId()
        Generated code