Interface ActivityDefBase

    • Method Detail

      • getServiceTimeDistribution

        EList<OutputDistributionType> getServiceTimeDistribution()
        Returns the value of the 'Service Time Distribution' containment reference list. The list contents are of type OutputDistributionType.

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

        Returns:
        the value of the 'Service Time Distribution' containment reference list.
        See Also:
        LqnPackage.getActivityDefBase_ServiceTimeDistribution()
        Generated class or method.
        EMF model class or method.
        containment="true" extendedMetaData="kind='element' name='service-time-distribution' namespace='##targetNamespace'"
      • getResultActivity

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

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

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

        Object getHostDemandCvsq()
        Returns the value of the 'Host Demand Cvsq' attribute.

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

        Returns:
        the value of the 'Host Demand Cvsq' attribute.
        See Also:
        setHostDemandCvsq(Object), LqnPackage.getActivityDefBase_HostDemandCvsq()
        Generated class or method.
        EMF model class or method.
        dataType="org.palladiosimulator.solver.lqn.SrvnFloat" extendedMetaData="kind='attribute' name='host-demand-cvsq' namespace='##targetNamespace'"
      • setHostDemandCvsq

        void setHostDemandCvsq​(Object value)
        Sets the value of the 'Host Demand Cvsq' attribute.
        Parameters:
        value - the new value of the 'Host Demand Cvsq' attribute.
        See Also:
        getHostDemandCvsq()
        Generated class or method.
      • getHostDemandMean

        Object getHostDemandMean()
        Returns the value of the 'Host Demand Mean' attribute.

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

        Returns:
        the value of the 'Host Demand Mean' attribute.
        See Also:
        setHostDemandMean(Object), LqnPackage.getActivityDefBase_HostDemandMean()
        Generated class or method.
        EMF model class or method.
        dataType="org.palladiosimulator.solver.lqn.SrvnFloat" required="true" extendedMetaData="kind='attribute' name='host-demand-mean' namespace='##targetNamespace'"
      • setHostDemandMean

        void setHostDemandMean​(Object value)
        Sets the value of the 'Host Demand Mean' attribute.
        Parameters:
        value - the new value of the 'Host Demand Mean' attribute.
        See Also:
        getHostDemandMean()
        Generated class or method.
      • getMaxServiceTime

        Object getMaxServiceTime()
        Returns the value of the 'Max Service Time' attribute.

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

        Returns:
        the value of the 'Max Service Time' attribute.
        See Also:
        setMaxServiceTime(Object), LqnPackage.getActivityDefBase_MaxServiceTime()
        Generated class or method.
        EMF model class or method.
        dataType="org.palladiosimulator.solver.lqn.SrvnFloat" extendedMetaData="kind='attribute' name='max-service-time' namespace='##targetNamespace'"
      • setMaxServiceTime

        void setMaxServiceTime​(Object value)
        Sets the value of the 'Max Service Time' attribute.
        Parameters:
        value - the new value of the 'Max Service Time' attribute.
        See Also:
        getMaxServiceTime()
        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.getActivityDefBase_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.
      • getThinkTime

        Object getThinkTime()
        Returns the value of the 'Think Time' attribute.

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

        Returns:
        the value of the 'Think Time' attribute.
        See Also:
        setThinkTime(Object), LqnPackage.getActivityDefBase_ThinkTime()
        Generated class or method.
        EMF model class or method.
        dataType="org.palladiosimulator.solver.lqn.SrvnFloat" extendedMetaData="kind='attribute' name='think-time' namespace='##targetNamespace'"
      • setThinkTime

        void setThinkTime​(Object value)
        Sets the value of the 'Think Time' attribute.
        Parameters:
        value - the new value of the 'Think Time' attribute.
        See Also:
        getThinkTime()
        Generated class or method.