de.uka.ipd.sdq.featuremodel
Interface Constraint

All Superinterfaces:
NamedElement
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:
featuremodelPackage.getConstraint()

Method Summary
 String getDescription()
          Returns the value of the 'Description' attribute.
 Feature getSource()
          Returns the value of the 'Source' reference.
  getTarget()
          Returns the value of the 'Target' reference list.
 void setDescription(String value)
          Sets the value of the 'Description' attribute.
 void setSource(Feature value)
          Sets the value of the 'Source' reference.
 
Methods inherited from interface de.uka.ipd.sdq.featuremodel.NamedElement
getName, setName
 

Method Detail

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:
setSource(Feature), featuremodelPackage.getConstraint_Source()

setSource

void setSource(Feature value)
Sets the value of the 'Source' reference.

Parameters:
value - the new value of the 'Source' reference.
See Also:
getSource()

getTarget

 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:
featuremodelPackage.getConstraint_Target()

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:
setDescription(String), featuremodelPackage.getConstraint_Description()

setDescription

void setDescription(String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()