Interface TimeSliceRelation
- All Superinterfaces:
EObject,tools.mdsd.modelingfoundations.identifier.NamedElement,Notifier,Relation,TemporalRelation
- All Known Implementing Classes:
TimeSliceRelationImpl
A representation of the model object 'Time Slice 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.voidsetSource(TemplateVariable value) Sets the value of the 'Source' reference.voidsetTarget(TemplateVariable value) Sets the value of the 'Target' reference.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 tools.mdsd.modelingfoundations.identifier.NamedElement
getEntityName, setEntityNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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.
-
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.
-