Interface ContentionResource

All Superinterfaces:
EObject, Notifier, Resource
All Known Subinterfaces:
PassiveResource, ProcessingResource
All Known Implementing Classes:
ContentionResourceImpl, PassiveResourceImpl, ProcessingResourceImpl

public interface ContentionResource extends Resource
A representation of the model object 'Contention Resource'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

    • getNumReplicas

      int getNumReplicas()
      Returns the value of the 'Num Replicas' attribute.

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

      Returns:
      the value of the 'Num Replicas' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true"
    • setNumReplicas

      void setNumReplicas(int value)
      Sets the value of the 'Num Replicas' attribute.
      Parameters:
      value - the new value of the 'Num Replicas' attribute.
      See Also:
      Generated class or method.