Interface ActivityOrType

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

public interface ActivityOrType extends ActivityType
A representation of the model object 'Activity Or Type'.

The following features are supported:

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

    • getProb

      String getProb()
      Returns the value of the 'Prob' attribute. The default value is "1".

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

      Returns:
      the value of the 'Prob' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      default="1" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='attribute' name='prob' namespace='##targetNamespace'"
    • setProb

      void setProb(String value)
      Sets the value of the 'Prob' attribute.
      Parameters:
      value - the new value of the 'Prob' attribute.
      See Also:
      Generated class or method.
    • unsetProb

      void unsetProb()
      Unsets the value of the 'Prob' attribute.
      See Also:
      Generated class or method.
    • isSetProb

      boolean isSetProb()
      Returns whether the value of the 'Prob' attribute is set.
      Returns:
      whether the value of the 'Prob' attribute is set.
      See Also:
      Generated class or method.