de.cau.cs.kieler.kiml.graphviz.dot
Interface DotPackage.Literals

Enclosing interface:
DotPackage

public static interface DotPackage.Literals

Defines literals for the meta objects that represent

Rating red
Generated:
This code was automatically generated.

Field Summary
static EClass ATTRIBUTE
          The meta object literal for the 'Attribute' class.
static EAttribute ATTRIBUTE__NAME
          The meta object literal for the 'Name' attribute feature.
static EAttribute ATTRIBUTE__VALUE
          The meta object literal for the 'Value' attribute feature.
static EClass ATTRIBUTE_LIST
          The meta object literal for the 'Attribute List' class.
static EReference ATTRIBUTE_LIST__ENTRIES
          The meta object literal for the 'Entries' containment reference list feature.
static EClass ATTRIBUTE_STATEMENT
          The meta object literal for the 'Attribute Statement' class.
static EReference ATTRIBUTE_STATEMENT__ATTRIBUTES
          The meta object literal for the 'Attributes' containment reference feature.
static EAttribute ATTRIBUTE_STATEMENT__TYPE
          The meta object literal for the 'Type' attribute feature.
static EEnum ATTRIBUTE_TYPE
          The meta object literal for the 'Attribute Type' enum.
static EEnum COMPASS_POINT
          The meta object literal for the 'Compass Point' enum.
static EEnum EDGE_OPERATOR
          The meta object literal for the 'Edge Operator' enum.
static EClass EDGE_STATEMENT
          The meta object literal for the 'Edge Statement' class.
static EReference EDGE_STATEMENT__ATTRIBUTES
          The meta object literal for the 'Attributes' containment reference feature.
static EReference EDGE_STATEMENT__EDGE_TARGETS
          The meta object literal for the 'Edge Targets' containment reference list feature.
static EReference EDGE_STATEMENT__SOURCE_NODE
          The meta object literal for the 'Source Node' containment reference feature.
static EReference EDGE_STATEMENT__SOURCE_SUBGRAPH
          The meta object literal for the 'Source Subgraph' containment reference feature.
static EClass EDGE_TARGET
          The meta object literal for the 'Edge Target' class.
static EAttribute EDGE_TARGET__OPERATOR
          The meta object literal for the 'Operator' attribute feature.
static EReference EDGE_TARGET__TARGET_SUBGRAPH
          The meta object literal for the 'Target Subgraph' containment reference feature.
static EReference EDGE_TARGET__TARGETNODE
          The meta object literal for the 'Targetnode' containment reference feature.
static EClass GRAPH
          The meta object literal for the 'Graph' class.
static EAttribute GRAPH__NAME
          The meta object literal for the 'Name' attribute feature.
static EReference GRAPH__STATEMENTS
          The meta object literal for the 'Statements' containment reference list feature.
static EAttribute GRAPH__STRICT
          The meta object literal for the 'Strict' attribute feature.
static EAttribute GRAPH__TYPE
          The meta object literal for the 'Type' attribute feature.
static EEnum GRAPH_TYPE
          The meta object literal for the 'Graph Type' enum.
static EClass GRAPHVIZ_MODEL
          The meta object literal for the 'Graphviz Model' class.
static EReference GRAPHVIZ_MODEL__GRAPHS
          The meta object literal for the 'Graphs' containment reference list feature.
static EClass NODE
          The meta object literal for the 'Node' class.
static EAttribute NODE__NAME
          The meta object literal for the 'Name' attribute feature.
static EReference NODE__PORT
          The meta object literal for the 'Port' containment reference feature.
static EClass NODE_STATEMENT
          The meta object literal for the 'Node Statement' class.
static EReference NODE_STATEMENT__ATTRIBUTES
          The meta object literal for the 'Attributes' containment reference feature.
static EReference NODE_STATEMENT__NODE
          The meta object literal for the 'Node' containment reference feature.
static EClass PORT
          The meta object literal for the 'Port' class.
static EAttribute PORT__COMPASS_PT
          The meta object literal for the 'Compass pt' attribute feature.
static EAttribute PORT__NAME
          The meta object literal for the 'Name' attribute feature.
static EClass STATEMENT
          The meta object literal for the 'Statement' class.
static EAttribute STATEMENT__NAME
          The meta object literal for the 'Name' attribute feature.
static EAttribute STATEMENT__VALUE
          The meta object literal for the 'Value' attribute feature.
static EClass SUBGRAPH
          The meta object literal for the 'Subgraph' class.
static EReference SUBGRAPH__STATEMENTS
          The meta object literal for the 'Statements' containment reference list feature.
 

Field Detail

GRAPHVIZ_MODEL

static final EClass GRAPHVIZ_MODEL
The meta object literal for the 'Graphviz Model' class.

See Also:
GraphvizModelImpl, DotPackageImpl.getGraphvizModel()
Generated:
This code was automatically generated.

GRAPHVIZ_MODEL__GRAPHS

static final EReference GRAPHVIZ_MODEL__GRAPHS
The meta object literal for the 'Graphs' containment reference list feature.

Generated:
This code was automatically generated.

GRAPH

static final EClass GRAPH
The meta object literal for the 'Graph' class.

See Also:
GraphImpl, DotPackageImpl.getGraph()
Generated:
This code was automatically generated.

GRAPH__STRICT

static final EAttribute GRAPH__STRICT
The meta object literal for the 'Strict' attribute feature.

Generated:
This code was automatically generated.

GRAPH__TYPE

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

Generated:
This code was automatically generated.

GRAPH__NAME

static final EAttribute GRAPH__NAME
The meta object literal for the 'Name' attribute feature.

Generated:
This code was automatically generated.

GRAPH__STATEMENTS

static final EReference GRAPH__STATEMENTS
The meta object literal for the 'Statements' containment reference list feature.

Generated:
This code was automatically generated.

STATEMENT

static final EClass STATEMENT
The meta object literal for the 'Statement' class.

See Also:
StatementImpl, DotPackageImpl.getStatement()
Generated:
This code was automatically generated.

STATEMENT__NAME

static final EAttribute STATEMENT__NAME
The meta object literal for the 'Name' attribute feature.

Generated:
This code was automatically generated.

STATEMENT__VALUE

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

Generated:
This code was automatically generated.

EDGE_STATEMENT

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

See Also:
EdgeStatementImpl, DotPackageImpl.getEdgeStatement()
Generated:
This code was automatically generated.

EDGE_STATEMENT__SOURCE_SUBGRAPH

static final EReference EDGE_STATEMENT__SOURCE_SUBGRAPH
The meta object literal for the 'Source Subgraph' containment reference feature.

Generated:
This code was automatically generated.

EDGE_STATEMENT__SOURCE_NODE

static final EReference EDGE_STATEMENT__SOURCE_NODE
The meta object literal for the 'Source Node' containment reference feature.

Generated:
This code was automatically generated.

EDGE_STATEMENT__EDGE_TARGETS

static final EReference EDGE_STATEMENT__EDGE_TARGETS
The meta object literal for the 'Edge Targets' containment reference list feature.

Generated:
This code was automatically generated.

EDGE_STATEMENT__ATTRIBUTES

static final EReference EDGE_STATEMENT__ATTRIBUTES
The meta object literal for the 'Attributes' containment reference feature.

Generated:
This code was automatically generated.

EDGE_TARGET

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

See Also:
EdgeTargetImpl, DotPackageImpl.getEdgeTarget()
Generated:
This code was automatically generated.

EDGE_TARGET__OPERATOR

static final EAttribute EDGE_TARGET__OPERATOR
The meta object literal for the 'Operator' attribute feature.

Generated:
This code was automatically generated.

EDGE_TARGET__TARGET_SUBGRAPH

static final EReference EDGE_TARGET__TARGET_SUBGRAPH
The meta object literal for the 'Target Subgraph' containment reference feature.

Generated:
This code was automatically generated.

EDGE_TARGET__TARGETNODE

static final EReference EDGE_TARGET__TARGETNODE
The meta object literal for the 'Targetnode' containment reference feature.

Generated:
This code was automatically generated.

NODE_STATEMENT

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

See Also:
NodeStatementImpl, DotPackageImpl.getNodeStatement()
Generated:
This code was automatically generated.

NODE_STATEMENT__NODE

static final EReference NODE_STATEMENT__NODE
The meta object literal for the 'Node' containment reference feature.

Generated:
This code was automatically generated.

NODE_STATEMENT__ATTRIBUTES

static final EReference NODE_STATEMENT__ATTRIBUTES
The meta object literal for the 'Attributes' containment reference feature.

Generated:
This code was automatically generated.

ATTRIBUTE_STATEMENT

static final EClass ATTRIBUTE_STATEMENT
The meta object literal for the 'Attribute Statement' class.

See Also:
AttributeStatementImpl, DotPackageImpl.getAttributeStatement()
Generated:
This code was automatically generated.

ATTRIBUTE_STATEMENT__TYPE

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

Generated:
This code was automatically generated.

ATTRIBUTE_STATEMENT__ATTRIBUTES

static final EReference ATTRIBUTE_STATEMENT__ATTRIBUTES
The meta object literal for the 'Attributes' containment reference feature.

Generated:
This code was automatically generated.

SUBGRAPH

static final EClass SUBGRAPH
The meta object literal for the 'Subgraph' class.

See Also:
SubgraphImpl, DotPackageImpl.getSubgraph()
Generated:
This code was automatically generated.

SUBGRAPH__STATEMENTS

static final EReference SUBGRAPH__STATEMENTS
The meta object literal for the 'Statements' containment reference list feature.

Generated:
This code was automatically generated.

ATTRIBUTE_LIST

static final EClass ATTRIBUTE_LIST
The meta object literal for the 'Attribute List' class.

See Also:
AttributeListImpl, DotPackageImpl.getAttributeList()
Generated:
This code was automatically generated.

ATTRIBUTE_LIST__ENTRIES

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

Generated:
This code was automatically generated.

ATTRIBUTE

static final EClass ATTRIBUTE
The meta object literal for the 'Attribute' class.

See Also:
AttributeImpl, DotPackageImpl.getAttribute()
Generated:
This code was automatically generated.

ATTRIBUTE__NAME

static final EAttribute ATTRIBUTE__NAME
The meta object literal for the 'Name' attribute feature.

Generated:
This code was automatically generated.

ATTRIBUTE__VALUE

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

Generated:
This code was automatically generated.

NODE

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

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

NODE__NAME

static final EAttribute NODE__NAME
The meta object literal for the 'Name' attribute feature.

Generated:
This code was automatically generated.

NODE__PORT

static final EReference NODE__PORT
The meta object literal for the 'Port' containment reference feature.

Generated:
This code was automatically generated.

PORT

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

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

PORT__NAME

static final EAttribute PORT__NAME
The meta object literal for the 'Name' attribute feature.

Generated:
This code was automatically generated.

PORT__COMPASS_PT

static final EAttribute PORT__COMPASS_PT
The meta object literal for the 'Compass pt' attribute feature.

Generated:
This code was automatically generated.

EDGE_OPERATOR

static final EEnum EDGE_OPERATOR
The meta object literal for the 'Edge Operator' enum.

See Also:
EdgeOperator, DotPackageImpl.getEdgeOperator()
Generated:
This code was automatically generated.

GRAPH_TYPE

static final EEnum GRAPH_TYPE
The meta object literal for the 'Graph Type' enum.

See Also:
GraphType, DotPackageImpl.getGraphType()
Generated:
This code was automatically generated.

ATTRIBUTE_TYPE

static final EEnum ATTRIBUTE_TYPE
The meta object literal for the 'Attribute Type' enum.

See Also:
AttributeType, DotPackageImpl.getAttributeType()
Generated:
This code was automatically generated.

COMPASS_POINT

static final EEnum COMPASS_POINT
The meta object literal for the 'Compass Point' enum.

See Also:
CompassPoint, DotPackageImpl.getCompassPoint()
Generated:
This code was automatically generated.