org.eclipse.ohf.stem.core.model
Interface ModelPackage.Literals

Enclosing interface:
ModelPackage

public static interface ModelPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass DECORATOR
          The meta object literal for the 'Decorator' class.
static org.eclipse.emf.ecore.EReference DECORATOR__GRAPH
          The meta object literal for the 'Graph' container reference feature.
static org.eclipse.emf.ecore.EReference DECORATOR__LABELS_TO_UPDATE
          The meta object literal for the 'Labels To Update' reference list feature.
static org.eclipse.emf.ecore.EClass EDGE_DECORATOR
          The meta object literal for the 'Edge Decorator' class.
static org.eclipse.emf.ecore.EClass GRAPH_DECORATOR
          The meta object literal for the 'Graph Decorator' class.
static org.eclipse.emf.ecore.EClass MODEL
          The meta object literal for the 'Model' class.
static org.eclipse.emf.ecore.EReference MODEL__EDGE_DECORATORS
          The meta object literal for the 'Edge Decorators' reference list feature.
static org.eclipse.emf.ecore.EReference MODEL__GRAPH_DECORATORS
          The meta object literal for the 'Graph Decorators' reference list feature.
static org.eclipse.emf.ecore.EReference MODEL__GRAPHS
          The meta object literal for the 'Graphs' reference list feature.
static org.eclipse.emf.ecore.EReference MODEL__MODELS
          The meta object literal for the 'Models' reference list feature.
static org.eclipse.emf.ecore.EReference MODEL__NODE_DECORATORS
          The meta object literal for the 'Node Decorators' reference list feature.
static org.eclipse.emf.ecore.EClass NODE_DECORATOR
          The meta object literal for the 'Node Decorator' class.
static org.eclipse.emf.ecore.EClass STEM_TIME
          The meta object literal for the 'STEM Time' class.
static org.eclipse.emf.ecore.EAttribute STEM_TIME__TIME
          The meta object literal for the 'Time' attribute feature.
static org.eclipse.emf.ecore.EDataType URI
          The meta object literal for the 'URI' data type.
 

Field Detail

DECORATOR

static final org.eclipse.emf.ecore.EClass DECORATOR
The meta object literal for the 'Decorator' class.

See Also:
DecoratorImpl, ModelPackageImpl.getDecorator()

DECORATOR__LABELS_TO_UPDATE

static final org.eclipse.emf.ecore.EReference DECORATOR__LABELS_TO_UPDATE
The meta object literal for the 'Labels To Update' reference list feature.


DECORATOR__GRAPH

static final org.eclipse.emf.ecore.EReference DECORATOR__GRAPH
The meta object literal for the 'Graph' container reference feature.


EDGE_DECORATOR

static final org.eclipse.emf.ecore.EClass EDGE_DECORATOR
The meta object literal for the 'Edge Decorator' class.

See Also:
EdgeDecoratorImpl, ModelPackageImpl.getEdgeDecorator()

GRAPH_DECORATOR

static final org.eclipse.emf.ecore.EClass GRAPH_DECORATOR
The meta object literal for the 'Graph Decorator' class.

See Also:
GraphDecoratorImpl, ModelPackageImpl.getGraphDecorator()

MODEL

static final org.eclipse.emf.ecore.EClass MODEL
The meta object literal for the 'Model' class.

See Also:
ModelImpl, ModelPackageImpl.getModel()

MODEL__MODELS

static final org.eclipse.emf.ecore.EReference MODEL__MODELS
The meta object literal for the 'Models' reference list feature.


MODEL__GRAPHS

static final org.eclipse.emf.ecore.EReference MODEL__GRAPHS
The meta object literal for the 'Graphs' reference list feature.


MODEL__GRAPH_DECORATORS

static final org.eclipse.emf.ecore.EReference MODEL__GRAPH_DECORATORS
The meta object literal for the 'Graph Decorators' reference list feature.


MODEL__NODE_DECORATORS

static final org.eclipse.emf.ecore.EReference MODEL__NODE_DECORATORS
The meta object literal for the 'Node Decorators' reference list feature.


MODEL__EDGE_DECORATORS

static final org.eclipse.emf.ecore.EReference MODEL__EDGE_DECORATORS
The meta object literal for the 'Edge Decorators' reference list feature.


NODE_DECORATOR

static final org.eclipse.emf.ecore.EClass NODE_DECORATOR
The meta object literal for the 'Node Decorator' class.

See Also:
NodeDecoratorImpl, ModelPackageImpl.getNodeDecorator()

STEM_TIME

static final org.eclipse.emf.ecore.EClass STEM_TIME
The meta object literal for the 'STEM Time' class.

See Also:
STEMTimeImpl, ModelPackageImpl.getSTEMTime()

STEM_TIME__TIME

static final org.eclipse.emf.ecore.EAttribute STEM_TIME__TIME
The meta object literal for the 'Time' attribute feature.


URI

static final org.eclipse.emf.ecore.EDataType URI
The meta object literal for the 'URI' data type.

See Also:
URI, ModelPackageImpl.getURI()