Package de.uka.ipd.sdq.featuremodel
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:
featuremodelPackage.getConstraint()- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()Returns the value of the 'Description' attribute.FeaturegetSource()Returns the value of the 'Source' reference.EList<Feature>getTarget()Returns the value of the 'Target' reference list.voidsetDescription(String value)Sets the value of the 'Description' attribute.voidsetSource(Feature value)Sets the value of the 'Source' reference.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface de.uka.ipd.sdq.featuremodel.NamedElement
getName, setName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
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()- 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:
getSource()- Generated class or method.
-
getTarget
EList<Feature> getTarget()
Returns the value of the 'Target' reference list. The list contents are of typeFeature.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()- 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:
setDescription(String),featuremodelPackage.getConstraint_Description()- 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:
getDescription()- Generated class or method.
-
-