Interface Vertex

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
VertexImpl

public interface Vertex
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Vertex'.

The following features are supported:

See Also:
GraphPackage.getVertex()
  • Method Summary

    Modifier and Type Method Description
    String getLabel()
    Returns the value of the 'Label' attribute.
    Graph getOwner()
    Returns the value of the 'Owner' container reference.
    int getWeight()
    Returns the value of the 'Weight' attribute.
    void setLabel​(String value)
    Sets the value of the 'Label' attribute.
    void setOwner​(Graph value)
    Sets the value of the 'Owner' container reference.
    void setWeight​(int value)
    Sets the value of the 'Weight' attribute.

    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 org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver