Interface GraphPackage.Literals

Enclosing interface:
GraphPackage

public static interface GraphPackage.Literals
Defines literals for the meta objects that represent
  • each class,
  • each feature of each class,
  • each operation of each class,
  • each enum,
  • and each data type
  • Field Summary

    Fields
    Modifier and Type Field Description
    static org.eclipse.emf.ecore.EClass EDGE
    The meta object literal for the 'Edge' class.
    static org.eclipse.emf.ecore.EReference EDGE__FROM
    The meta object literal for the 'From' reference feature.
    static org.eclipse.emf.ecore.EReference EDGE__TO
    The meta object literal for the 'To' reference feature.
    static org.eclipse.emf.ecore.EClass GRAPH
    The meta object literal for the 'Graph' class.
    static org.eclipse.emf.ecore.EReference GRAPH__EDGES
    The meta object literal for the 'Edges' containment reference list feature.
    static org.eclipse.emf.ecore.EReference GRAPH__VERTICES
    The meta object literal for the 'Vertices' containment reference list feature.
    static org.eclipse.emf.ecore.EClass VERTEX
    The meta object literal for the 'Vertex' class.
    static org.eclipse.emf.ecore.EAttribute VERTEX__LABEL
    The meta object literal for the 'Label' attribute feature.
    static org.eclipse.emf.ecore.EReference VERTEX__OWNER
    The meta object literal for the 'Owner' container reference feature.
    static org.eclipse.emf.ecore.EAttribute VERTEX__WEIGHT
    The meta object literal for the 'Weight' attribute feature.
  • Field Details

    • GRAPH

      static final org.eclipse.emf.ecore.EClass GRAPH
      The meta object literal for the 'Graph' class.
      See Also:
      GraphImpl, GraphPackageImpl.getGraph()
    • GRAPH__VERTICES

      static final org.eclipse.emf.ecore.EReference GRAPH__VERTICES
      The meta object literal for the 'Vertices' containment reference list feature.
    • GRAPH__EDGES

      static final org.eclipse.emf.ecore.EReference GRAPH__EDGES
      The meta object literal for the 'Edges' containment reference list feature.
    • VERTEX

      static final org.eclipse.emf.ecore.EClass VERTEX
      The meta object literal for the 'Vertex' class.
      See Also:
      VertexImpl, GraphPackageImpl.getVertex()
    • VERTEX__OWNER

      static final org.eclipse.emf.ecore.EReference VERTEX__OWNER
      The meta object literal for the 'Owner' container reference feature.
    • VERTEX__LABEL

      static final org.eclipse.emf.ecore.EAttribute VERTEX__LABEL
      The meta object literal for the 'Label' attribute feature.
    • VERTEX__WEIGHT

      static final org.eclipse.emf.ecore.EAttribute VERTEX__WEIGHT
      The meta object literal for the 'Weight' attribute feature.
    • EDGE

      static final org.eclipse.emf.ecore.EClass EDGE
      The meta object literal for the 'Edge' class.
      See Also:
      EdgeImpl, GraphPackageImpl.getEdge()
    • EDGE__FROM

      static final org.eclipse.emf.ecore.EReference EDGE__FROM
      The meta object literal for the 'From' reference feature.
    • EDGE__TO

      static final org.eclipse.emf.ecore.EReference EDGE__TO
      The meta object literal for the 'To' reference feature.