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

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier
All Known Implementing Classes:
DotPackageImpl

public interface DotPackage
extends EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
DotFactory
Rating red
Generated:
This code was automatically generated.
Model element:
kind=package

Nested Class Summary
static interface DotPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
 
Field Summary
static int ATTRIBUTE
          The meta object id for the 'Attribute' class.
static int ATTRIBUTE__NAME
          The feature id for the 'Name' attribute.
static int ATTRIBUTE__VALUE
          The feature id for the 'Value' attribute.
static int ATTRIBUTE_FEATURE_COUNT
          The number of structural features of the 'Attribute' class.
static int ATTRIBUTE_STATEMENT
          The meta object id for the 'Attribute Statement' class.
static int ATTRIBUTE_STATEMENT__ATTRIBUTES
          The feature id for the 'Attributes' containment reference list.
static int ATTRIBUTE_STATEMENT__TYPE
          The feature id for the 'Type' attribute.
static int ATTRIBUTE_STATEMENT_FEATURE_COUNT
          The number of structural features of the 'Attribute Statement' class.
static int ATTRIBUTE_TYPE
          The meta object id for the 'Attribute Type' enum.
static int COMPASS_POINT
          The meta object id for the 'Compass Point' enum.
static int EDGE_OPERATOR
          The meta object id for the 'Edge Operator' enum.
static int EDGE_STATEMENT
          The meta object id for the 'Edge Statement' class.
static int EDGE_STATEMENT__ATTRIBUTES
          The feature id for the 'Attributes' containment reference list.
static int EDGE_STATEMENT__EDGE_TARGETS
          The feature id for the 'Edge Targets' containment reference list.
static int EDGE_STATEMENT__SOURCE_NODE
          The feature id for the 'Source Node' containment reference.
static int EDGE_STATEMENT_FEATURE_COUNT
          The number of structural features of the 'Edge Statement' class.
static int EDGE_TARGET
          The meta object id for the 'Edge Target' class.
static int EDGE_TARGET__OPERATOR
          The feature id for the 'Operator' attribute.
static int EDGE_TARGET__TARGET_SUBGRAPH
          The feature id for the 'Target Subgraph' containment reference.
static int EDGE_TARGET__TARGETNODE
          The feature id for the 'Targetnode' containment reference.
static int EDGE_TARGET_FEATURE_COUNT
          The number of structural features of the 'Edge Target' class.
static DotPackage eINSTANCE
          The singleton instance of the package.
static String eNAME
          The package name.
static String eNS_PREFIX
          The package namespace name.
static String eNS_URI
          The package namespace URI.
static int GRAPH
          The meta object id for the 'Graph' class.
static int GRAPH__NAME
          The feature id for the 'Name' attribute.
static int GRAPH__STATEMENTS
          The feature id for the 'Statements' containment reference list.
static int GRAPH__STRICT
          The feature id for the 'Strict' attribute.
static int GRAPH__TYPE
          The feature id for the 'Type' attribute.
static int GRAPH_FEATURE_COUNT
          The number of structural features of the 'Graph' class.
static int GRAPH_TYPE
          The meta object id for the 'Graph Type' enum.
static int GRAPHVIZ_MODEL
          The meta object id for the 'Graphviz Model' class.
static int GRAPHVIZ_MODEL__GRAPHS
          The feature id for the 'Graphs' containment reference list.
static int GRAPHVIZ_MODEL_FEATURE_COUNT
          The number of structural features of the 'Graphviz Model' class.
static int NODE
          The meta object id for the 'Node' class.
static int NODE__NAME
          The feature id for the 'Name' attribute.
static int NODE__PORT
          The feature id for the 'Port' containment reference.
static int NODE_FEATURE_COUNT
          The number of structural features of the 'Node' class.
static int NODE_STATEMENT
          The meta object id for the 'Node Statement' class.
static int NODE_STATEMENT__ATTRIBUTES
          The feature id for the 'Attributes' containment reference list.
static int NODE_STATEMENT__NODE
          The feature id for the 'Node' containment reference.
static int NODE_STATEMENT_FEATURE_COUNT
          The number of structural features of the 'Node Statement' class.
static int PORT
          The meta object id for the 'Port' class.
static int PORT__COMPASS_PT
          The feature id for the 'Compass pt' attribute.
static int PORT__NAME
          The feature id for the 'Name' attribute.
static int PORT_FEATURE_COUNT
          The number of structural features of the 'Port' class.
static int STATEMENT
          The meta object id for the 'Statement' class.
static int STATEMENT_FEATURE_COUNT
          The number of structural features of the 'Statement' class.
static int SUBGRAPH
          The meta object id for the 'Subgraph' class.
static int SUBGRAPH__NAME
          The feature id for the 'Name' attribute.
static int SUBGRAPH__STATEMENTS
          The feature id for the 'Statements' containment reference list.
static int SUBGRAPH_FEATURE_COUNT
          The number of structural features of the 'Subgraph' class.
 
Method Summary
 EAttribute getAttribute_Name()
          Returns the meta object for the attribute 'Name'.
 EAttribute getAttribute_Value()
          Returns the meta object for the attribute 'Value'.
 EClass getAttribute()
          Returns the meta object for class 'Attribute'.
 EReference getAttributeStatement_Attributes()
          Returns the meta object for the containment reference list 'Attributes'.
 EAttribute getAttributeStatement_Type()
          Returns the meta object for the attribute 'Type'.
 EClass getAttributeStatement()
          Returns the meta object for class 'Attribute Statement'.
 EEnum getAttributeType()
          Returns the meta object for enum 'Attribute Type'.
 EEnum getCompassPoint()
          Returns the meta object for enum 'Compass Point'.
 DotFactory getDotFactory()
          Returns the factory that creates the instances of the model.
 EEnum getEdgeOperator()
          Returns the meta object for enum 'Edge Operator'.
 EReference getEdgeStatement_Attributes()
          Returns the meta object for the containment reference list 'Attributes'.
 EReference getEdgeStatement_EdgeTargets()
          Returns the meta object for the containment reference list 'Edge Targets'.
 EReference getEdgeStatement_SourceNode()
          Returns the meta object for the containment reference 'Source Node'.
 EClass getEdgeStatement()
          Returns the meta object for class 'Edge Statement'.
 EAttribute getEdgeTarget_Operator()
          Returns the meta object for the attribute 'Operator'.
 EReference getEdgeTarget_Targetnode()
          Returns the meta object for the containment reference 'Targetnode'.
 EReference getEdgeTarget_TargetSubgraph()
          Returns the meta object for the containment reference 'Target Subgraph'.
 EClass getEdgeTarget()
          Returns the meta object for class 'Edge Target'.
 EAttribute getGraph_Name()
          Returns the meta object for the attribute 'Name'.
 EReference getGraph_Statements()
          Returns the meta object for the containment reference list 'Statements'.
 EAttribute getGraph_Strict()
          Returns the meta object for the attribute 'Strict'.
 EAttribute getGraph_Type()
          Returns the meta object for the attribute 'Type'.
 EClass getGraph()
          Returns the meta object for class 'Graph'.
 EEnum getGraphType()
          Returns the meta object for enum 'Graph Type'.
 EReference getGraphvizModel_Graphs()
          Returns the meta object for the containment reference list 'Graphs'.
 EClass getGraphvizModel()
          Returns the meta object for class 'Graphviz Model'.
 EAttribute getNode_Name()
          Returns the meta object for the attribute 'Name'.
 EReference getNode_Port()
          Returns the meta object for the containment reference 'Port'.
 EClass getNode()
          Returns the meta object for class 'Node'.
 EReference getNodeStatement_Attributes()
          Returns the meta object for the containment reference list 'Attributes'.
 EReference getNodeStatement_Node()
          Returns the meta object for the containment reference 'Node'.
 EClass getNodeStatement()
          Returns the meta object for class 'Node Statement'.
 EAttribute getPort_Compass_pt()
          Returns the meta object for the attribute 'Compass pt'.
 EAttribute getPort_Name()
          Returns the meta object for the attribute 'Name'.
 EClass getPort()
          Returns the meta object for class 'Port'.
 EClass getStatement()
          Returns the meta object for class 'Statement'.
 EAttribute getSubgraph_Name()
          Returns the meta object for the attribute 'Name'.
 EReference getSubgraph_Statements()
          Returns the meta object for the containment reference list 'Statements'.
 EClass getSubgraph()
          Returns the meta object for class 'Subgraph'.
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

static final String eNAME
The package name.

See Also:
Constant Field Values
Generated:
This code was automatically generated.

eNS_URI

static final String eNS_URI
The package namespace URI.

See Also:
Constant Field Values
Generated:
This code was automatically generated.

eNS_PREFIX

static final String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values
Generated:
This code was automatically generated.

eINSTANCE

static final DotPackage eINSTANCE
The singleton instance of the package.

Generated:
This code was automatically generated.

GRAPHVIZ_MODEL

static final int GRAPHVIZ_MODEL
The meta object id for the 'Graphviz Model' class.

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

GRAPHVIZ_MODEL__GRAPHS

static final int GRAPHVIZ_MODEL__GRAPHS
The feature id for the 'Graphs' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

GRAPHVIZ_MODEL_FEATURE_COUNT

static final int GRAPHVIZ_MODEL_FEATURE_COUNT
The number of structural features of the 'Graphviz Model' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

GRAPH

static final int GRAPH
The meta object id for the 'Graph' class.

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

GRAPH__STRICT

static final int GRAPH__STRICT
The feature id for the 'Strict' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

GRAPH__TYPE

static final int GRAPH__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

GRAPH__NAME

static final int GRAPH__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

GRAPH__STATEMENTS

static final int GRAPH__STATEMENTS
The feature id for the 'Statements' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

GRAPH_FEATURE_COUNT

static final int GRAPH_FEATURE_COUNT
The number of structural features of the 'Graph' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

STATEMENT

static final int STATEMENT
The meta object id for the 'Statement' class.

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

STATEMENT_FEATURE_COUNT

static final int STATEMENT_FEATURE_COUNT
The number of structural features of the 'Statement' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

EDGE_STATEMENT

static final int EDGE_STATEMENT
The meta object id for the 'Edge Statement' class.

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

EDGE_STATEMENT__SOURCE_NODE

static final int EDGE_STATEMENT__SOURCE_NODE
The feature id for the 'Source Node' containment reference.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

EDGE_STATEMENT__EDGE_TARGETS

static final int EDGE_STATEMENT__EDGE_TARGETS
The feature id for the 'Edge Targets' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

EDGE_STATEMENT__ATTRIBUTES

static final int EDGE_STATEMENT__ATTRIBUTES
The feature id for the 'Attributes' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

EDGE_STATEMENT_FEATURE_COUNT

static final int EDGE_STATEMENT_FEATURE_COUNT
The number of structural features of the 'Edge Statement' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

EDGE_TARGET

static final int EDGE_TARGET
The meta object id for the 'Edge Target' class.

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

EDGE_TARGET__OPERATOR

static final int EDGE_TARGET__OPERATOR
The feature id for the 'Operator' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

EDGE_TARGET__TARGET_SUBGRAPH

static final int EDGE_TARGET__TARGET_SUBGRAPH
The feature id for the 'Target Subgraph' containment reference.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

EDGE_TARGET__TARGETNODE

static final int EDGE_TARGET__TARGETNODE
The feature id for the 'Targetnode' containment reference.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

EDGE_TARGET_FEATURE_COUNT

static final int EDGE_TARGET_FEATURE_COUNT
The number of structural features of the 'Edge Target' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

NODE_STATEMENT

static final int NODE_STATEMENT
The meta object id for the 'Node Statement' class.

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

NODE_STATEMENT__NODE

static final int NODE_STATEMENT__NODE
The feature id for the 'Node' containment reference.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

NODE_STATEMENT__ATTRIBUTES

static final int NODE_STATEMENT__ATTRIBUTES
The feature id for the 'Attributes' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

NODE_STATEMENT_FEATURE_COUNT

static final int NODE_STATEMENT_FEATURE_COUNT
The number of structural features of the 'Node Statement' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

ATTRIBUTE_STATEMENT

static final int ATTRIBUTE_STATEMENT
The meta object id for the 'Attribute Statement' class.

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

ATTRIBUTE_STATEMENT__TYPE

static final int ATTRIBUTE_STATEMENT__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

ATTRIBUTE_STATEMENT__ATTRIBUTES

static final int ATTRIBUTE_STATEMENT__ATTRIBUTES
The feature id for the 'Attributes' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

ATTRIBUTE_STATEMENT_FEATURE_COUNT

static final int ATTRIBUTE_STATEMENT_FEATURE_COUNT
The number of structural features of the 'Attribute Statement' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

SUBGRAPH

static final int SUBGRAPH
The meta object id for the 'Subgraph' class.

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

SUBGRAPH__NAME

static final int SUBGRAPH__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

SUBGRAPH__STATEMENTS

static final int SUBGRAPH__STATEMENTS
The feature id for the 'Statements' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

SUBGRAPH_FEATURE_COUNT

static final int SUBGRAPH_FEATURE_COUNT
The number of structural features of the 'Subgraph' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

ATTRIBUTE

static final int ATTRIBUTE
The meta object id for the 'Attribute' class.

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

ATTRIBUTE__NAME

static final int ATTRIBUTE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

ATTRIBUTE__VALUE

static final int ATTRIBUTE__VALUE
The feature id for the 'Value' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

ATTRIBUTE_FEATURE_COUNT

static final int ATTRIBUTE_FEATURE_COUNT
The number of structural features of the 'Attribute' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

NODE

static final int NODE
The meta object id for the 'Node' class.

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

NODE__NAME

static final int NODE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

NODE__PORT

static final int NODE__PORT
The feature id for the 'Port' containment reference.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

NODE_FEATURE_COUNT

static final int NODE_FEATURE_COUNT
The number of structural features of the 'Node' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

PORT

static final int PORT
The meta object id for the 'Port' class.

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

PORT__NAME

static final int PORT__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

PORT__COMPASS_PT

static final int PORT__COMPASS_PT
The feature id for the 'Compass pt' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

PORT_FEATURE_COUNT

static final int PORT_FEATURE_COUNT
The number of structural features of the 'Port' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

EDGE_OPERATOR

static final int EDGE_OPERATOR
The meta object id for the 'Edge Operator' enum.

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

GRAPH_TYPE

static final int GRAPH_TYPE
The meta object id for the 'Graph Type' enum.

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

ATTRIBUTE_TYPE

static final int ATTRIBUTE_TYPE
The meta object id for the 'Attribute Type' enum.

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

COMPASS_POINT

static final int COMPASS_POINT
The meta object id for the 'Compass Point' enum.

See Also:
CompassPoint, DotPackageImpl.getCompassPoint(), Constant Field Values
Generated:
This code was automatically generated.
Method Detail

getGraphvizModel

EClass getGraphvizModel()
Returns the meta object for class 'Graphviz Model'.

Returns:
the meta object for class 'Graphviz Model'.
See Also:
GraphvizModel
Generated:
This code was automatically generated.

getGraphvizModel_Graphs

EReference getGraphvizModel_Graphs()
Returns the meta object for the containment reference list 'Graphs'.

Returns:
the meta object for the containment reference list 'Graphs'.
See Also:
GraphvizModel.getGraphs(), getGraphvizModel()
Generated:
This code was automatically generated.

getGraph

EClass getGraph()
Returns the meta object for class 'Graph'.

Returns:
the meta object for class 'Graph'.
See Also:
Graph
Generated:
This code was automatically generated.

getGraph_Strict

EAttribute getGraph_Strict()
Returns the meta object for the attribute 'Strict'.

Returns:
the meta object for the attribute 'Strict'.
See Also:
Graph.isStrict(), getGraph()
Generated:
This code was automatically generated.

getGraph_Type

EAttribute getGraph_Type()
Returns the meta object for the attribute 'Type'.

Returns:
the meta object for the attribute 'Type'.
See Also:
Graph.getType(), getGraph()
Generated:
This code was automatically generated.

getGraph_Name

EAttribute getGraph_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Graph.getName(), getGraph()
Generated:
This code was automatically generated.

getGraph_Statements

EReference getGraph_Statements()
Returns the meta object for the containment reference list 'Statements'.

Returns:
the meta object for the containment reference list 'Statements'.
See Also:
Graph.getStatements(), getGraph()
Generated:
This code was automatically generated.

getStatement

EClass getStatement()
Returns the meta object for class 'Statement'.

Returns:
the meta object for class 'Statement'.
See Also:
Statement
Generated:
This code was automatically generated.

getEdgeStatement

EClass getEdgeStatement()
Returns the meta object for class 'Edge Statement'.

Returns:
the meta object for class 'Edge Statement'.
See Also:
EdgeStatement
Generated:
This code was automatically generated.

getEdgeStatement_SourceNode

EReference getEdgeStatement_SourceNode()
Returns the meta object for the containment reference 'Source Node'.

Returns:
the meta object for the containment reference 'Source Node'.
See Also:
EdgeStatement.getSourceNode(), getEdgeStatement()
Generated:
This code was automatically generated.

getEdgeStatement_EdgeTargets

EReference getEdgeStatement_EdgeTargets()
Returns the meta object for the containment reference list 'Edge Targets'.

Returns:
the meta object for the containment reference list 'Edge Targets'.
See Also:
EdgeStatement.getEdgeTargets(), getEdgeStatement()
Generated:
This code was automatically generated.

getEdgeStatement_Attributes

EReference getEdgeStatement_Attributes()
Returns the meta object for the containment reference list 'Attributes'.

Returns:
the meta object for the containment reference list 'Attributes'.
See Also:
EdgeStatement.getAttributes(), getEdgeStatement()
Generated:
This code was automatically generated.

getEdgeTarget

EClass getEdgeTarget()
Returns the meta object for class 'Edge Target'.

Returns:
the meta object for class 'Edge Target'.
See Also:
EdgeTarget
Generated:
This code was automatically generated.

getEdgeTarget_Operator

EAttribute getEdgeTarget_Operator()
Returns the meta object for the attribute 'Operator'.

Returns:
the meta object for the attribute 'Operator'.
See Also:
EdgeTarget.getOperator(), getEdgeTarget()
Generated:
This code was automatically generated.

getEdgeTarget_TargetSubgraph

EReference getEdgeTarget_TargetSubgraph()
Returns the meta object for the containment reference 'Target Subgraph'.

Returns:
the meta object for the containment reference 'Target Subgraph'.
See Also:
EdgeTarget.getTargetSubgraph(), getEdgeTarget()
Generated:
This code was automatically generated.

getEdgeTarget_Targetnode

EReference getEdgeTarget_Targetnode()
Returns the meta object for the containment reference 'Targetnode'.

Returns:
the meta object for the containment reference 'Targetnode'.
See Also:
EdgeTarget.getTargetnode(), getEdgeTarget()
Generated:
This code was automatically generated.

getNodeStatement

EClass getNodeStatement()
Returns the meta object for class 'Node Statement'.

Returns:
the meta object for class 'Node Statement'.
See Also:
NodeStatement
Generated:
This code was automatically generated.

getNodeStatement_Node

EReference getNodeStatement_Node()
Returns the meta object for the containment reference 'Node'.

Returns:
the meta object for the containment reference 'Node'.
See Also:
NodeStatement.getNode(), getNodeStatement()
Generated:
This code was automatically generated.

getNodeStatement_Attributes

EReference getNodeStatement_Attributes()
Returns the meta object for the containment reference list 'Attributes'.

Returns:
the meta object for the containment reference list 'Attributes'.
See Also:
NodeStatement.getAttributes(), getNodeStatement()
Generated:
This code was automatically generated.

getAttributeStatement

EClass getAttributeStatement()
Returns the meta object for class 'Attribute Statement'.

Returns:
the meta object for class 'Attribute Statement'.
See Also:
AttributeStatement
Generated:
This code was automatically generated.

getAttributeStatement_Type

EAttribute getAttributeStatement_Type()
Returns the meta object for the attribute 'Type'.

Returns:
the meta object for the attribute 'Type'.
See Also:
AttributeStatement.getType(), getAttributeStatement()
Generated:
This code was automatically generated.

getAttributeStatement_Attributes

EReference getAttributeStatement_Attributes()
Returns the meta object for the containment reference list 'Attributes'.

Returns:
the meta object for the containment reference list 'Attributes'.
See Also:
AttributeStatement.getAttributes(), getAttributeStatement()
Generated:
This code was automatically generated.

getSubgraph

EClass getSubgraph()
Returns the meta object for class 'Subgraph'.

Returns:
the meta object for class 'Subgraph'.
See Also:
Subgraph
Generated:
This code was automatically generated.

getSubgraph_Name

EAttribute getSubgraph_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Subgraph.getName(), getSubgraph()
Generated:
This code was automatically generated.

getSubgraph_Statements

EReference getSubgraph_Statements()
Returns the meta object for the containment reference list 'Statements'.

Returns:
the meta object for the containment reference list 'Statements'.
See Also:
Subgraph.getStatements(), getSubgraph()
Generated:
This code was automatically generated.

getAttribute

EClass getAttribute()
Returns the meta object for class 'Attribute'.

Returns:
the meta object for class 'Attribute'.
See Also:
Attribute
Generated:
This code was automatically generated.

getAttribute_Name

EAttribute getAttribute_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Attribute.getName(), getAttribute()
Generated:
This code was automatically generated.

getAttribute_Value

EAttribute getAttribute_Value()
Returns the meta object for the attribute 'Value'.

Returns:
the meta object for the attribute 'Value'.
See Also:
Attribute.getValue(), getAttribute()
Generated:
This code was automatically generated.

getNode

EClass getNode()
Returns the meta object for class 'Node'.

Returns:
the meta object for class 'Node'.
See Also:
Node
Generated:
This code was automatically generated.

getNode_Name

EAttribute getNode_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Node.getName(), getNode()
Generated:
This code was automatically generated.

getNode_Port

EReference getNode_Port()
Returns the meta object for the containment reference 'Port'.

Returns:
the meta object for the containment reference 'Port'.
See Also:
Node.getPort(), getNode()
Generated:
This code was automatically generated.

getPort

EClass getPort()
Returns the meta object for class 'Port'.

Returns:
the meta object for class 'Port'.
See Also:
Port
Generated:
This code was automatically generated.

getPort_Name

EAttribute getPort_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Port.getName(), getPort()
Generated:
This code was automatically generated.

getPort_Compass_pt

EAttribute getPort_Compass_pt()
Returns the meta object for the attribute 'Compass pt'.

Returns:
the meta object for the attribute 'Compass pt'.
See Also:
Port.getCompass_pt(), getPort()
Generated:
This code was automatically generated.

getEdgeOperator

EEnum getEdgeOperator()
Returns the meta object for enum 'Edge Operator'.

Returns:
the meta object for enum 'Edge Operator'.
See Also:
EdgeOperator
Generated:
This code was automatically generated.

getGraphType

EEnum getGraphType()
Returns the meta object for enum 'Graph Type'.

Returns:
the meta object for enum 'Graph Type'.
See Also:
GraphType
Generated:
This code was automatically generated.

getAttributeType

EEnum getAttributeType()
Returns the meta object for enum 'Attribute Type'.

Returns:
the meta object for enum 'Attribute Type'.
See Also:
AttributeType
Generated:
This code was automatically generated.

getCompassPoint

EEnum getCompassPoint()
Returns the meta object for enum 'Compass Point'.

Returns:
the meta object for enum 'Compass Point'.
See Also:
CompassPoint
Generated:
This code was automatically generated.

getDotFactory

DotFactory getDotFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
Generated:
This code was automatically generated.