de.cau.cs.kieler.keg
Interface KEGPackage.Literals

Enclosing interface:
KEGPackage

public static interface KEGPackage.Literals

Defines literals for the meta objects that represent

Rating red
Generated:
This code was automatically generated.

Field Summary
static EClass EDGE
          The meta object literal for the 'Edge' class.
static EAttribute EDGE__DIRECTED
          The meta object literal for the 'Directed' attribute feature.
static EAttribute EDGE__HEAD_LABEL
          The meta object literal for the 'Head Label' attribute feature.
static EAttribute EDGE__MID_LABEL
          The meta object literal for the 'Mid Label' attribute feature.
static EAttribute EDGE__TAIL_LABEL
          The meta object literal for the 'Tail Label' attribute feature.
static EAttribute EDGE__TYPE
          The meta object literal for the 'Type' attribute feature.
static EEnum EDGE_TYPE
          The meta object literal for the 'Edge Type' enum.
static EClass NODE
          The meta object literal for the 'Node' class.
static EAttribute NODE__HYPERNODE
          The meta object literal for the 'Hypernode' attribute feature.
static EAttribute NODE__NODE_LABEL
          The meta object literal for the 'Node Label' attribute feature.
static EClass PORT
          The meta object literal for the 'Port' class.
static EAttribute PORT__PORT_LABEL
          The meta object literal for the 'Port Label' attribute feature.
 

Field Detail

NODE

static final EClass NODE
The meta object literal for the 'Node' class.

See Also:
NodeImpl, KEGPackageImpl.getNode()
Generated:
This code was automatically generated.

NODE__NODE_LABEL

static final EAttribute NODE__NODE_LABEL
The meta object literal for the 'Node Label' attribute feature.

Generated:
This code was automatically generated.

NODE__HYPERNODE

static final EAttribute NODE__HYPERNODE
The meta object literal for the 'Hypernode' attribute feature.

Generated:
This code was automatically generated.

EDGE

static final EClass EDGE
The meta object literal for the 'Edge' class.

See Also:
EdgeImpl, KEGPackageImpl.getEdge()
Generated:
This code was automatically generated.

EDGE__HEAD_LABEL

static final EAttribute EDGE__HEAD_LABEL
The meta object literal for the 'Head Label' attribute feature.

Generated:
This code was automatically generated.

EDGE__MID_LABEL

static final EAttribute EDGE__MID_LABEL
The meta object literal for the 'Mid Label' attribute feature.

Generated:
This code was automatically generated.

EDGE__TAIL_LABEL

static final EAttribute EDGE__TAIL_LABEL
The meta object literal for the 'Tail Label' attribute feature.

Generated:
This code was automatically generated.

EDGE__DIRECTED

static final EAttribute EDGE__DIRECTED
The meta object literal for the 'Directed' attribute feature.

Generated:
This code was automatically generated.

EDGE__TYPE

static final EAttribute EDGE__TYPE
The meta object literal for the 'Type' attribute feature.

Generated:
This code was automatically generated.

PORT

static final EClass PORT
The meta object literal for the 'Port' class.

See Also:
PortImpl, KEGPackageImpl.getPort()
Generated:
This code was automatically generated.

PORT__PORT_LABEL

static final EAttribute PORT__PORT_LABEL
The meta object literal for the 'Port Label' attribute feature.

Generated:
This code was automatically generated.

EDGE_TYPE

static final EEnum EDGE_TYPE
The meta object literal for the 'Edge Type' enum.

See Also:
EdgeType, KEGPackageImpl.getEdgeType()
Generated:
This code was automatically generated.