Interface DependenceRelation
- All Known Implementing Classes:
DependenceRelationImpl
A representation of the model object 'Dependence Relation'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Source' reference.Returns the value of the 'Target' reference.getType()Returns the value of the 'Type' attribute.booleanReturns the value of the 'Contingent' attribute.voidsetContingent(boolean value) Sets the value of the 'Contingent' attribute.voidsetSource(TemplateVariable value) Sets the value of the 'Source' reference.voidsetTarget(TemplateVariable value) Sets the value of the 'Target' reference.voidsetType(DependenceType value) Sets the value of the 'Type' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getType
DependenceType getType()Returns the value of the 'Type' attribute. The literals are from the enumerationDependenceType.- Returns:
- the value of the 'Type' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setType
Sets the value of the 'Type' attribute.- Parameters:
value- the new value of the 'Type' attribute.- See Also:
- Generated class or method.
-
getTarget
TemplateVariable getTarget()Returns the value of the 'Target' reference.- Returns:
- the value of the 'Target' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setTarget
Sets the value of the 'Target' reference.- Parameters:
value- the new value of the 'Target' reference.- See Also:
- Generated class or method.
-
getSource
TemplateVariable getSource()Returns the value of the 'Source' reference.- Returns:
- the value of the 'Source' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setSource
Sets the value of the 'Source' reference.- Parameters:
value- the new value of the 'Source' reference.- See Also:
- Generated class or method.
-
isContingent
boolean isContingent()Returns the value of the 'Contingent' attribute.- Returns:
- the value of the 'Contingent' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setContingent
void setContingent(boolean value) Sets the value of the 'Contingent' attribute.- Parameters:
value- the new value of the 'Contingent' attribute.- See Also:
- Generated class or method.
-