Interface ActivityLoopType

All Superinterfaces:
ActivityType, EObject, Notifier
All Known Implementing Classes:
ActivityLoopTypeImpl

public interface ActivityLoopType extends ActivityType
A representation of the model object 'Activity Loop Type '.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
extendedMetaData="name='ActivityLoopType' kind='empty'"
  • Method Details

    • 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:
      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:
      Generated class or method.