|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DotPackage
The Package for the model. It contains accessors for the meta objects to represent
DotFactory
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 |
---|
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final DotPackage eINSTANCE
static final int GRAPHVIZ_MODEL
Graphviz Model
' class.
GraphvizModelImpl
,
DotPackageImpl.getGraphvizModel()
,
Constant Field Valuesstatic final int GRAPHVIZ_MODEL__GRAPHS
static final int GRAPHVIZ_MODEL_FEATURE_COUNT
static final int GRAPH
Graph
' class.
GraphImpl
,
DotPackageImpl.getGraph()
,
Constant Field Valuesstatic final int GRAPH__STRICT
static final int GRAPH__TYPE
static final int GRAPH__NAME
static final int GRAPH__STATEMENTS
static final int GRAPH_FEATURE_COUNT
static final int STATEMENT
Statement
' class.
StatementImpl
,
DotPackageImpl.getStatement()
,
Constant Field Valuesstatic final int STATEMENT_FEATURE_COUNT
static final int EDGE_STATEMENT
Edge Statement
' class.
EdgeStatementImpl
,
DotPackageImpl.getEdgeStatement()
,
Constant Field Valuesstatic final int EDGE_STATEMENT__SOURCE_NODE
static final int EDGE_STATEMENT__EDGE_TARGETS
static final int EDGE_STATEMENT__ATTRIBUTES
static final int EDGE_STATEMENT_FEATURE_COUNT
static final int EDGE_TARGET
Edge Target
' class.
EdgeTargetImpl
,
DotPackageImpl.getEdgeTarget()
,
Constant Field Valuesstatic final int EDGE_TARGET__OPERATOR
static final int EDGE_TARGET__TARGET_SUBGRAPH
static final int EDGE_TARGET__TARGETNODE
static final int EDGE_TARGET_FEATURE_COUNT
static final int NODE_STATEMENT
Node Statement
' class.
NodeStatementImpl
,
DotPackageImpl.getNodeStatement()
,
Constant Field Valuesstatic final int NODE_STATEMENT__NODE
static final int NODE_STATEMENT__ATTRIBUTES
static final int NODE_STATEMENT_FEATURE_COUNT
static final int ATTRIBUTE_STATEMENT
Attribute Statement
' class.
AttributeStatementImpl
,
DotPackageImpl.getAttributeStatement()
,
Constant Field Valuesstatic final int ATTRIBUTE_STATEMENT__TYPE
static final int ATTRIBUTE_STATEMENT__ATTRIBUTES
static final int ATTRIBUTE_STATEMENT_FEATURE_COUNT
static final int SUBGRAPH
Subgraph
' class.
SubgraphImpl
,
DotPackageImpl.getSubgraph()
,
Constant Field Valuesstatic final int SUBGRAPH__NAME
static final int SUBGRAPH__STATEMENTS
static final int SUBGRAPH_FEATURE_COUNT
static final int ATTRIBUTE
Attribute
' class.
AttributeImpl
,
DotPackageImpl.getAttribute()
,
Constant Field Valuesstatic final int ATTRIBUTE__NAME
static final int ATTRIBUTE__VALUE
static final int ATTRIBUTE_FEATURE_COUNT
static final int NODE
Node
' class.
NodeImpl
,
DotPackageImpl.getNode()
,
Constant Field Valuesstatic final int NODE__NAME
static final int NODE__PORT
static final int NODE_FEATURE_COUNT
static final int PORT
Port
' class.
PortImpl
,
DotPackageImpl.getPort()
,
Constant Field Valuesstatic final int PORT__NAME
static final int PORT__COMPASS_PT
static final int PORT_FEATURE_COUNT
static final int EDGE_OPERATOR
Edge Operator
' enum.
EdgeOperator
,
DotPackageImpl.getEdgeOperator()
,
Constant Field Valuesstatic final int GRAPH_TYPE
Graph Type
' enum.
GraphType
,
DotPackageImpl.getGraphType()
,
Constant Field Valuesstatic final int ATTRIBUTE_TYPE
Attribute Type
' enum.
AttributeType
,
DotPackageImpl.getAttributeType()
,
Constant Field Valuesstatic final int COMPASS_POINT
Compass Point
' enum.
CompassPoint
,
DotPackageImpl.getCompassPoint()
,
Constant Field ValuesMethod Detail |
---|
EClass getGraphvizModel()
Graphviz Model
'.
GraphvizModel
EReference getGraphvizModel_Graphs()
Graphs
'.
GraphvizModel.getGraphs()
,
getGraphvizModel()
EClass getGraph()
Graph
'.
Graph
EAttribute getGraph_Strict()
Strict
'.
Graph.isStrict()
,
getGraph()
EAttribute getGraph_Type()
Type
'.
Graph.getType()
,
getGraph()
EAttribute getGraph_Name()
Name
'.
Graph.getName()
,
getGraph()
EReference getGraph_Statements()
Statements
'.
Graph.getStatements()
,
getGraph()
EClass getStatement()
Statement
'.
Statement
EClass getEdgeStatement()
Edge Statement
'.
EdgeStatement
EReference getEdgeStatement_SourceNode()
Source Node
'.
EdgeStatement.getSourceNode()
,
getEdgeStatement()
EReference getEdgeStatement_EdgeTargets()
Edge Targets
'.
EdgeStatement.getEdgeTargets()
,
getEdgeStatement()
EReference getEdgeStatement_Attributes()
Attributes
'.
EdgeStatement.getAttributes()
,
getEdgeStatement()
EClass getEdgeTarget()
Edge Target
'.
EdgeTarget
EAttribute getEdgeTarget_Operator()
Operator
'.
EdgeTarget.getOperator()
,
getEdgeTarget()
EReference getEdgeTarget_TargetSubgraph()
Target Subgraph
'.
EdgeTarget.getTargetSubgraph()
,
getEdgeTarget()
EReference getEdgeTarget_Targetnode()
Targetnode
'.
EdgeTarget.getTargetnode()
,
getEdgeTarget()
EClass getNodeStatement()
Node Statement
'.
NodeStatement
EReference getNodeStatement_Node()
Node
'.
NodeStatement.getNode()
,
getNodeStatement()
EReference getNodeStatement_Attributes()
Attributes
'.
NodeStatement.getAttributes()
,
getNodeStatement()
EClass getAttributeStatement()
Attribute Statement
'.
AttributeStatement
EAttribute getAttributeStatement_Type()
Type
'.
AttributeStatement.getType()
,
getAttributeStatement()
EReference getAttributeStatement_Attributes()
Attributes
'.
AttributeStatement.getAttributes()
,
getAttributeStatement()
EClass getSubgraph()
Subgraph
'.
Subgraph
EAttribute getSubgraph_Name()
Name
'.
Subgraph.getName()
,
getSubgraph()
EReference getSubgraph_Statements()
Statements
'.
Subgraph.getStatements()
,
getSubgraph()
EClass getAttribute()
Attribute
'.
Attribute
EAttribute getAttribute_Name()
Name
'.
Attribute.getName()
,
getAttribute()
EAttribute getAttribute_Value()
Value
'.
Attribute.getValue()
,
getAttribute()
EClass getNode()
Node
'.
Node
EAttribute getNode_Name()
Name
'.
Node.getName()
,
getNode()
EReference getNode_Port()
Port
'.
Node.getPort()
,
getNode()
EClass getPort()
Port
'.
Port
EAttribute getPort_Name()
Name
'.
Port.getName()
,
getPort()
EAttribute getPort_Compass_pt()
Compass pt
'.
Port.getCompass_pt()
,
getPort()
EEnum getEdgeOperator()
Edge Operator
'.
EdgeOperator
EEnum getGraphType()
Graph Type
'.
GraphType
EEnum getAttributeType()
Attribute Type
'.
AttributeType
EEnum getCompassPoint()
Compass Point
'.
CompassPoint
DotFactory getDotFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |