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 EMAP_PROPERTY_HOLDER
          The meta object literal for the 'EMap Property Holder' class.
static EReference EMAP_PROPERTY_HOLDER__PERSISTENT_ENTRIES
          The meta object literal for the 'Persistent Entries' containment reference list feature.
static EReference EMAP_PROPERTY_HOLDER__PROPERTIES
          The meta object literal for the 'Properties' map feature.
static EDataType IPROPERTY
          The meta object literal for the 'IProperty' data type.
static EClass IPROPERTY_HOLDER
          The meta object literal for the 'IProperty Holder' class.
static EClass IPROPERTY_TO_OBJECT_MAP
          The meta object literal for the 'IProperty To Object Map' class.
static EAttribute IPROPERTY_TO_OBJECT_MAP__KEY
          The meta object literal for the 'Key' attribute feature.
static EAttribute IPROPERTY_TO_OBJECT_MAP__VALUE
          The meta object literal for the 'Value' attribute feature.
static EClass KEDGE
          The meta object literal for the 'KEdge' class.
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' container reference feature.
static EAttribute KLABEL__TEXT
          The meta object literal for the 'Text' attribute feature.
static EClass KLABELED_GRAPH_ELEMENT
          The meta object literal for the 'KLabeled Graph Element' class.
static EReference KLABELED_GRAPH_ELEMENT__LABELS
          The meta object literal for the 'Labels' containment reference list 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__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__NODE
          The meta object literal for the 'Node' container reference feature.
static EClass PERSISTENT_ENTRY
          The meta object literal for the 'Persistent Entry' class.
static EAttribute PERSISTENT_ENTRY__KEY
          The meta object literal for the 'Key' attribute feature.
static EAttribute PERSISTENT_ENTRY__VALUE
          The meta object literal for the 'Value' attribute 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.

KLABELED_GRAPH_ELEMENT

static final EClass KLABELED_GRAPH_ELEMENT
The meta object literal for the 'KLabeled Graph Element' class.

See Also:
KLabeledGraphElementImpl, KGraphPackageImpl.getKLabeledGraphElement()
Generated:
This code was automatically generated.

KLABELED_GRAPH_ELEMENT__LABELS

static final EReference KLABELED_GRAPH_ELEMENT__LABELS
The meta object literal for the 'Labels' 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:
KGraphDataImpl, 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.

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.

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.

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' container reference feature.

Generated:
This code was automatically generated.

EMAP_PROPERTY_HOLDER

static final EClass EMAP_PROPERTY_HOLDER
The meta object literal for the 'EMap Property Holder' class.

See Also:
EMapPropertyHolderImpl, KGraphPackageImpl.getEMapPropertyHolder()
Generated:
This code was automatically generated.

EMAP_PROPERTY_HOLDER__PROPERTIES

static final EReference EMAP_PROPERTY_HOLDER__PROPERTIES
The meta object literal for the 'Properties' map feature.

Generated:
This code was automatically generated.

EMAP_PROPERTY_HOLDER__PERSISTENT_ENTRIES

static final EReference EMAP_PROPERTY_HOLDER__PERSISTENT_ENTRIES
The meta object literal for the 'Persistent Entries' containment reference list feature.

Generated:
This code was automatically generated.

IPROPERTY_TO_OBJECT_MAP

static final EClass IPROPERTY_TO_OBJECT_MAP
The meta object literal for the 'IProperty To Object Map' class.

See Also:
IPropertyToObjectMapImpl, KGraphPackageImpl.getIPropertyToObjectMap()
Generated:
This code was automatically generated.

IPROPERTY_TO_OBJECT_MAP__KEY

static final EAttribute IPROPERTY_TO_OBJECT_MAP__KEY
The meta object literal for the 'Key' attribute feature.

Generated:
This code was automatically generated.

IPROPERTY_TO_OBJECT_MAP__VALUE

static final EAttribute IPROPERTY_TO_OBJECT_MAP__VALUE
The meta object literal for the 'Value' attribute feature.

Generated:
This code was automatically generated.

IPROPERTY

static final EDataType IPROPERTY
The meta object literal for the 'IProperty' data type.

See Also:
IProperty, KGraphPackageImpl.getIProperty()
Generated:
This code was automatically generated.

IPROPERTY_HOLDER

static final EClass IPROPERTY_HOLDER
The meta object literal for the 'IProperty Holder' class.

See Also:
IPropertyHolder, KGraphPackageImpl.getIPropertyHolder()
Generated:
This code was automatically generated.

PERSISTENT_ENTRY

static final EClass PERSISTENT_ENTRY
The meta object literal for the 'Persistent Entry' class.

See Also:
PersistentEntryImpl, KGraphPackageImpl.getPersistentEntry()
Generated:
This code was automatically generated.

PERSISTENT_ENTRY__KEY

static final EAttribute PERSISTENT_ENTRY__KEY
The meta object literal for the 'Key' attribute feature.

Generated:
This code was automatically generated.

PERSISTENT_ENTRY__VALUE

static final EAttribute PERSISTENT_ENTRY__VALUE
The meta object literal for the 'Value' attribute feature.

Generated:
This code was automatically generated.