Interface ClassDegree

All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, DegreeOfFreedomInstance, EObject, org.palladiosimulator.pcm.core.entity.NamedElement, Notifier, org.palladiosimulator.pcm.PCMBaseClass, org.palladiosimulator.pcm.PCMClass
All Known Subinterfaces:
AllocationDegree, AssembledComponentDegree, ClassAsReferenceDegree, ClassWithCopyDegree, ComplementumVisnetisDegree, FeatureCompletionDegree, FeatureDegree, ResourceSelectionDegree, SchedulingPolicyDegree
All Known Implementing Classes:
AllocationDegreeImpl, AssembledComponentDegreeImpl, ClassAsReferenceDegreeImpl, ClassDegreeImpl, ClassWithCopyDegreeImpl, ComplementumVisnetisDegreeImpl, FeatureCompletionDegreeImpl, FeatureDegreeImpl, ResourceSelectionDegreeImpl, SchedulingPolicyDegreeImpl

public interface ClassDegree extends DegreeOfFreedomInstance
A representation of the model object 'Class Degree'. This class represents DegreeOfFreedoms that have an enumeration domain. The set of possile values of the degree of freedom are referenced with the domainOfEntities property. Any kind of PCM element can be annotated here. Subclasses restrict the type of annotated elements with OCL constraints.

The following features are supported:

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

    • getClassDesignOptions

      EList<EObject> getClassDesignOptions()
      Returns the value of the 'Class Design Options' reference list. The list contents are of type EObject.

      If the meaning of the 'Class Design Options' reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Class Design Options' reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"