Interface EntryType

    • Method Detail

      • getResultEntry

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

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

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

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

        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.getEntryType_ServiceTimeDistribution()
        Generated class or method.
        EMF model class or method.
        containment="true" extendedMetaData="kind='element' name='service-time-distribution' namespace='##targetNamespace'"
      • getForwarding

        EList<EntryMakingCallType> getForwarding()
        Returns the value of the 'Forwarding' containment reference list. The list contents are of type EntryMakingCallType.

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

        Returns:
        the value of the 'Forwarding' containment reference list.
        See Also:
        LqnPackage.getEntryType_Forwarding()
        Generated class or method.
        EMF model class or method.
        containment="true" extendedMetaData="kind='element' name='forwarding' namespace='##targetNamespace'"
      • getEntryActivityGraph

        EntryActivityGraph getEntryActivityGraph()
        Returns the value of the 'Entry Activity Graph' containment reference.

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

        Returns:
        the value of the 'Entry Activity Graph' containment reference.
        See Also:
        setEntryActivityGraph(EntryActivityGraph), LqnPackage.getEntryType_EntryActivityGraph()
        Generated class or method.
        EMF model class or method.
        containment="true" extendedMetaData="kind='element' name='entry-activity-graph' namespace='##targetNamespace'"
      • getEntryPhaseActivities

        PhaseActivities getEntryPhaseActivities()
        Returns the value of the 'Entry Phase Activities' containment reference.

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

        Returns:
        the value of the 'Entry Phase Activities' containment reference.
        See Also:
        setEntryPhaseActivities(PhaseActivities), LqnPackage.getEntryType_EntryPhaseActivities()
        Generated class or method.
        EMF model class or method.
        containment="true" extendedMetaData= "kind='element' name='entry-phase-activities' namespace='##targetNamespace'"
      • 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.getEntryType_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.
      • getOpenArrivalRate

        Object getOpenArrivalRate()
        Returns the value of the 'Open Arrival Rate' attribute.

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

        Returns:
        the value of the 'Open Arrival Rate' attribute.
        See Also:
        setOpenArrivalRate(Object), LqnPackage.getEntryType_OpenArrivalRate()
        Generated class or method.
        EMF model class or method.
        dataType="org.palladiosimulator.solver.lqn.SrvnFloat" extendedMetaData="kind='attribute' name='open-arrival-rate' namespace='##targetNamespace'"
      • setOpenArrivalRate

        void setOpenArrivalRate​(Object value)
        Sets the value of the 'Open Arrival Rate' attribute.
        Parameters:
        value - the new value of the 'Open Arrival Rate' attribute.
        See Also:
        getOpenArrivalRate()
        Generated class or method.
      • getPriority

        int getPriority()
        Returns the value of the 'Priority' attribute.

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

        Returns:
        the value of the 'Priority' attribute.
        See Also:
        isSetPriority(), unsetPriority(), setPriority(int), LqnPackage.getEntryType_Priority()
        Generated class or method.
        EMF model class or method.
        unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Int" extendedMetaData="kind='attribute' name='priority' namespace='##targetNamespace'"
      • getType

        TypeType getType()
        Returns the value of the 'Type' attribute. The literals are from the enumeration TypeType.

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

        Returns:
        the value of the 'Type' attribute.
        See Also:
        TypeType, isSetType(), unsetType(), setType(TypeType), LqnPackage.getEntryType_Type()
        Generated class or method.
        EMF model class or method.
        unsettable="true" required="true" extendedMetaData="kind='attribute' name='type' namespace='##targetNamespace'"
      • isSetType

        boolean isSetType()
        Returns whether the value of the 'Type' attribute is set.
        Returns:
        whether the value of the 'Type' attribute is set.
        See Also:
        unsetType(), getType(), setType(TypeType)
        Generated class or method.