Package org.atlanmod.graph
Interface Edge
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
EdgeImpl
public interface Edge
extends org.eclipse.emf.ecore.EObject
- See Also:
GraphPackage.getEdge()
-
Method Summary
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
-
getFrom
Vertex getFrom()Returns the value of the 'From' reference.- Returns:
- the value of the 'From' reference.
- See Also:
setFrom(Vertex),GraphPackage.getEdge_From()
-
setFrom
Sets the value of the 'From' reference.- Parameters:
value- the new value of the 'From' reference.- See Also:
getFrom()
-
getTo
Vertex getTo()Returns the value of the 'To' reference.- Returns:
- the value of the 'To' reference.
- See Also:
setTo(Vertex),GraphPackage.getEdge_To()
-
setTo
Sets the value of the 'To' reference.- Parameters:
value- the new value of the 'To' reference.- See Also:
getTo()
-