Package de.cau.cs.kieler.core.kgraph

Base package for the KGraph data structure with its public API.

See:
          Description

Interface Summary
EMapPropertyHolder A representation of the model object 'EMap Property Holder'.
KEdge A representation of the model object 'Edge'.
KGraphData A representation of the model object 'Graph Data'.
KGraphElement A representation of the model object 'Graph Element'.
KGraphFactory The Factory for the model.
KGraphPackage The Package for the model.
KGraphPackage.Literals Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
KLabel A representation of the model object 'Label'.
KLabeledGraphElement A representation of the model object 'KLabeled Graph Element'.
KNode A representation of the model object 'Node'.
KPort A representation of the model object 'KPort'.
PersistentEntry A representation of the model object 'Persistent Entry'.
 

Package de.cau.cs.kieler.core.kgraph Description

Base package for the KGraph data structure with its public API. The KGraph is a general EMF generated structure for directed graphs and can be generically extended. The structure is hierarchical, which means that each node can itself contain a set of other nodes.

Generated:
This code was automatically generated.