Interface ActivityLoopType

    • Method Detail

      • getCount

        Object getCount()
        Returns the value of the 'Count' attribute.

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

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

        void setCount​(Object value)
        Sets the value of the 'Count' attribute.
        Parameters:
        value - the new value of the 'Count' attribute.
        See Also:
        getCount()
        Generated class or method.