Interface InPortType

    • Method Detail

      • getConnectFrom

        List<String> getConnectFrom()
        Returns the value of the 'Connect From' attribute.

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

        Returns:
        the value of the 'Connect From' attribute.
        See Also:
        setConnectFrom(List), LqnPackage.getInPortType_ConnectFrom()
        Generated class or method.
        EMF model class or method.
        dataType="org.palladiosimulator.solver.lqn.ConnectFromType" many="false" extendedMetaData="kind='attribute' name='connect-from' namespace='##targetNamespace'"
      • setConnectFrom

        void setConnectFrom​(List<String> value)
        Sets the value of the 'Connect From' attribute.
        Parameters:
        value - the new value of the 'Connect From' attribute.
        See Also:
        getConnectFrom()
        Generated class or method.
      • getDescription

        String getDescription()
        Returns the value of the 'Description' attribute.

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

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

        void setDescription​(String value)
        Sets the value of the 'Description' attribute.
        Parameters:
        value - the new value of the 'Description' attribute.
        See Also:
        getDescription()
        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.getInPortType_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.