de.cau.cs.kieler.core.kgraph
Interface KGraphPackage.Literals

Enclosing interface:
KGraphPackage

public static interface KGraphPackage.Literals

Defines literals for the meta objects that represent

Rating red
Generated:
This code was automatically generated.

Field Summary
static EClass KEDGE
          The meta object literal for the 'KEdge' class.
static EReference KEDGE__LABELS
          The meta object literal for the 'Labels' containment reference list feature.
static EReference KEDGE__SOURCE
          The meta object literal for the 'Source' container reference feature.
static EReference KEDGE__SOURCE_PORT
          The meta object literal for the 'Source Port' reference feature.
static EReference KEDGE__TARGET
          The meta object literal for the 'Target' reference feature.
static EReference KEDGE__TARGET_PORT
          The meta object literal for the 'Target Port' reference feature.
static EClass KGRAPH_DATA
          The meta object literal for the 'Data' class.
static EClass KGRAPH_ELEMENT
          The meta object literal for the 'Element' class.
static EReference KGRAPH_ELEMENT__DATA
          The meta object literal for the 'Data' containment reference list feature.
static EClass KLABEL
          The meta object literal for the 'KLabel' class.
static EReference KLABEL__PARENT
          The meta object literal for the 'Parent' reference feature.
static EAttribute KLABEL__TEXT
          The meta object literal for the 'Text' attribute feature.
static EClass KNODE
          The meta object literal for the 'KNode' class.
static EReference KNODE__CHILDREN
          The meta object literal for the 'Children' containment reference list feature.
static EReference KNODE__INCOMING_EDGES
          The meta object literal for the 'Incoming Edges' reference list feature.
static EReference KNODE__LABEL
          The meta object literal for the 'Label' containment reference feature.
static EReference KNODE__OUTGOING_EDGES
          The meta object literal for the 'Outgoing Edges' containment reference list feature.
static EReference KNODE__PARENT
          The meta object literal for the 'Parent' container reference feature.
static EReference KNODE__PORTS
          The meta object literal for the 'Ports' containment reference list feature.
static EClass KPORT
          The meta object literal for the 'KPort' class.
static EReference KPORT__EDGES
          The meta object literal for the 'Edges' reference list feature.
static EReference KPORT__LABEL
          The meta object literal for the 'Label' containment reference feature.
static EReference KPORT__NODE
          The meta object literal for the 'Node' container reference feature.
 

Field Detail

KGRAPH_ELEMENT

static final EClass KGRAPH_ELEMENT
The meta object literal for the 'Element' class.

See Also:
KGraphElementImpl, KGraphPackageImpl.getKGraphElement()
Generated:
This code was automatically generated.

KGRAPH_ELEMENT__DATA

static final EReference KGRAPH_ELEMENT__DATA
The meta object literal for the 'Data' containment reference list feature.

Generated:
This code was automatically generated.

KGRAPH_DATA

static final EClass KGRAPH_DATA
The meta object literal for the 'Data' class.

See Also:
KGraphData, KGraphPackageImpl.getKGraphData()
Generated:
This code was automatically generated.

KNODE

static final EClass KNODE
The meta object literal for the 'KNode' class.

See Also:
KNodeImpl, KGraphPackageImpl.getKNode()
Generated:
This code was automatically generated.

KNODE__CHILDREN

static final EReference KNODE__CHILDREN
The meta object literal for the 'Children' containment reference list feature.

Generated:
This code was automatically generated.

KNODE__PARENT

static final EReference KNODE__PARENT
The meta object literal for the 'Parent' container reference feature.

Generated:
This code was automatically generated.

KNODE__PORTS

static final EReference KNODE__PORTS
The meta object literal for the 'Ports' containment reference list feature.

Generated:
This code was automatically generated.

KNODE__OUTGOING_EDGES

static final EReference KNODE__OUTGOING_EDGES
The meta object literal for the 'Outgoing Edges' containment reference list feature.

Generated:
This code was automatically generated.

KNODE__INCOMING_EDGES

static final EReference KNODE__INCOMING_EDGES
The meta object literal for the 'Incoming Edges' reference list feature.

Generated:
This code was automatically generated.

KNODE__LABEL

static final EReference KNODE__LABEL
The meta object literal for the 'Label' containment reference feature.

Generated:
This code was automatically generated.

KEDGE

static final EClass KEDGE
The meta object literal for the 'KEdge' class.

See Also:
KEdgeImpl, KGraphPackageImpl.getKEdge()
Generated:
This code was automatically generated.

KEDGE__SOURCE

static final EReference KEDGE__SOURCE
The meta object literal for the 'Source' container reference feature.

Generated:
This code was automatically generated.

KEDGE__TARGET

static final EReference KEDGE__TARGET
The meta object literal for the 'Target' reference feature.

Generated:
This code was automatically generated.

KEDGE__SOURCE_PORT

static final EReference KEDGE__SOURCE_PORT
The meta object literal for the 'Source Port' reference feature.

Generated:
This code was automatically generated.

KEDGE__TARGET_PORT

static final EReference KEDGE__TARGET_PORT
The meta object literal for the 'Target Port' reference feature.

Generated:
This code was automatically generated.

KEDGE__LABELS

static final EReference KEDGE__LABELS
The meta object literal for the 'Labels' containment reference list feature.

Generated:
This code was automatically generated.

KPORT

static final EClass KPORT
The meta object literal for the 'KPort' class.

See Also:
KPortImpl, KGraphPackageImpl.getKPort()
Generated:
This code was automatically generated.

KPORT__NODE

static final EReference KPORT__NODE
The meta object literal for the 'Node' container reference feature.

Generated:
This code was automatically generated.

KPORT__EDGES

static final EReference KPORT__EDGES
The meta object literal for the 'Edges' reference list feature.

Generated:
This code was automatically generated.

KPORT__LABEL

static final EReference KPORT__LABEL
The meta object literal for the 'Label' containment reference feature.

Generated:
This code was automatically generated.

KLABEL

static final EClass KLABEL
The meta object literal for the 'KLabel' class.

See Also:
KLabelImpl, KGraphPackageImpl.getKLabel()
Generated:
This code was automatically generated.

KLABEL__TEXT

static final EAttribute KLABEL__TEXT
The meta object literal for the 'Text' attribute feature.

Generated:
This code was automatically generated.

KLABEL__PARENT

static final EReference KLABEL__PARENT
The meta object literal for the 'Parent' reference feature.

Generated:
This code was automatically generated.