Interface Constraint

All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, de.uka.ipd.sdq.identifier.Identifier, NamedElement, Notifier
All Known Subinterfaces:
ProhibitsConstraint, RequiredConstraint
All Known Implementing Classes:
ConstraintImpl, ProhibitsConstraintImpl, RequiredConstraintImpl

public interface Constraint extends NamedElement
A representation of the model object 'Constraint'.

The following features are supported:

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

    • getSource

      Feature getSource()
      Returns the value of the 'Source' reference.

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

      Returns:
      the value of the 'Source' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setSource

      void setSource(Feature value)
      Sets the value of the 'Source' reference.
      Parameters:
      value - the new value of the 'Source' reference.
      See Also:
      Generated class or method.
    • getTarget

      EList<Feature> getTarget()
      Returns the value of the 'Target' reference list. The list contents are of type Feature.

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

      Returns:
      the value of the 'Target' reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • getDescription

      String getDescription()
      Returns the value of the 'Description' attribute.

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

      Returns:
      the value of the 'Description' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setDescription

      void setDescription(String value)
      Sets the value of the 'Description' attribute.
      Parameters:
      value - the new value of the 'Description' attribute.
      See Also:
      Generated class or method.