Interface GroupType

    • Method Detail

      • getResultGroup

        EList<OutputResultType> getResultGroup()
        Returns the value of the 'Result Group' containment reference list. The list contents are of type OutputResultType.

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

        Returns:
        the value of the 'Result Group' containment reference list.
        See Also:
        LqnPackage.getGroupType_ResultGroup()
        Generated class or method.
        EMF model class or method.
        containment="true" extendedMetaData="kind='element' name='result-group' namespace='##targetNamespace'"
      • getTask

        EList<TaskType> getTask()
        Returns the value of the 'Task' containment reference list. The list contents are of type TaskType.

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

        Returns:
        the value of the 'Task' containment reference list.
        See Also:
        LqnPackage.getGroupType_Task()
        Generated class or method.
        EMF model class or method.
        containment="true" required="true" extendedMetaData="kind='element' name='task' namespace='##targetNamespace'"
      • isCap

        boolean isCap()
        Returns the value of the 'Cap' attribute. The default value is "false".

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

        Returns:
        the value of the 'Cap' attribute.
        See Also:
        isSetCap(), unsetCap(), setCap(boolean), LqnPackage.getGroupType_Cap()
        Generated class or method.
        EMF model class or method.
        default="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean" extendedMetaData="kind='attribute' name='cap' namespace='##targetNamespace'"
      • setCap

        void setCap​(boolean value)
        Sets the value of the 'Cap' attribute.
        Parameters:
        value - the new value of the 'Cap' attribute.
        See Also:
        isSetCap(), unsetCap(), isCap()
        Generated class or method.
      • isSetCap

        boolean isSetCap()
        Returns whether the value of the 'Cap' attribute is set.
        Returns:
        whether the value of the 'Cap' attribute is set.
        See Also:
        unsetCap(), isCap(), setCap(boolean)
        Generated class or method.
      • getName

        String getName()
        Returns the value of the 'Name' attribute.

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

        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), LqnPackage.getGroupType_Name()
        Generated class or method.
        EMF model class or method.
        dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='attribute' name='name' namespace='##targetNamespace'"
      • setName

        void setName​(String value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
        Generated class or method.
      • getShare

        Object getShare()
        Returns the value of the 'Share' attribute.

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

        Returns:
        the value of the 'Share' attribute.
        See Also:
        setShare(Object), LqnPackage.getGroupType_Share()
        Generated class or method.
        EMF model class or method.
        dataType="org.palladiosimulator.solver.lqn.SrvnFloat" required="true" extendedMetaData="kind='attribute' name='share' namespace='##targetNamespace'"
      • setShare

        void setShare​(Object value)
        Sets the value of the 'Share' attribute.
        Parameters:
        value - the new value of the 'Share' attribute.
        See Also:
        getShare()
        Generated class or method.