|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphsPackage
The Package for the model. It contains accessors for the meta objects to represent
GraphsFactory
kind | = | package |
Nested Class Summary | |
---|---|
static interface |
GraphsPackage.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 |
EDGE
The meta object id for the ' Edge ' class. |
static int |
EDGE__DATA
The feature id for the 'Data' containment reference list. |
static int |
EDGE__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list. |
static int |
EDGE__HEAD_LABEL1
The feature id for the 'Head Label1' attribute. |
static int |
EDGE__HEAD_LABEL2
The feature id for the 'Head Label2' attribute. |
static int |
EDGE__IS_DIRECTED
The feature id for the 'Is Directed' attribute. |
static int |
EDGE__LABELS
The feature id for the 'Labels' containment reference list. |
static int |
EDGE__MID_LABEL
The feature id for the 'Mid Label' attribute. |
static int |
EDGE__SOURCE
The feature id for the 'Source' container reference. |
static int |
EDGE__SOURCE_PORT
The feature id for the 'Source Port' reference. |
static int |
EDGE__TAIL_LABEL1
The feature id for the 'Tail Label1' attribute. |
static int |
EDGE__TAIL_LABEL2
The feature id for the 'Tail Label2' attribute. |
static int |
EDGE__TARGET
The feature id for the 'Target' reference. |
static int |
EDGE__TARGET_PORT
The feature id for the 'Target Port' reference. |
static int |
EDGE__TYPE
The feature id for the 'Type' attribute. |
static int |
EDGE_FEATURE_COUNT
The number of structural features of the 'Edge' class. |
static int |
EDGE_TYPE
The meta object id for the ' Edge Type ' enum. |
static GraphsPackage |
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 |
NODE
The meta object id for the ' Node ' class. |
static int |
NODE__CHILDREN
The feature id for the 'Children' containment reference list. |
static int |
NODE__DATA
The feature id for the 'Data' containment reference list. |
static int |
NODE__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list. |
static int |
NODE__INCOMING_EDGES
The feature id for the 'Incoming Edges' reference list. |
static int |
NODE__IS_HYPERNODE
The feature id for the 'Is Hypernode' attribute. |
static int |
NODE__LABEL
The feature id for the 'Label' containment reference. |
static int |
NODE__NODE_LABEL
The feature id for the 'Node Label' attribute. |
static int |
NODE__OUTGOING_EDGES
The feature id for the 'Outgoing Edges' containment reference list. |
static int |
NODE__PARENT
The feature id for the 'Parent' container reference. |
static int |
NODE__PORTS
The feature id for the 'Ports' containment reference list. |
static int |
NODE_FEATURE_COUNT
The number of structural features of the 'Node' class. |
static int |
PORT
The meta object id for the ' Port ' class. |
static int |
PORT__DATA
The feature id for the 'Data' containment reference list. |
static int |
PORT__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list. |
static int |
PORT__EDGES
The feature id for the 'Edges' reference list. |
static int |
PORT__LABEL
The feature id for the 'Label' containment reference. |
static int |
PORT__NODE
The feature id for the 'Node' container reference. |
static int |
PORT__PORT_LABEL
The feature id for the 'Port Label' attribute. |
static int |
PORT_FEATURE_COUNT
The number of structural features of the 'Port' class. |
Method Summary | |
---|---|
EAttribute |
getEdge_HeadLabel1()
Returns the meta object for the attribute ' Head Label1 '. |
EAttribute |
getEdge_HeadLabel2()
Returns the meta object for the attribute ' Head Label2 '. |
EAttribute |
getEdge_IsDirected()
Returns the meta object for the attribute ' Is Directed '. |
EAttribute |
getEdge_MidLabel()
Returns the meta object for the attribute ' Mid Label '. |
EAttribute |
getEdge_TailLabel1()
Returns the meta object for the attribute ' Tail Label1 '. |
EAttribute |
getEdge_TailLabel2()
Returns the meta object for the attribute ' Tail Label2 '. |
EAttribute |
getEdge_Type()
Returns the meta object for the attribute ' Type '. |
EClass |
getEdge()
Returns the meta object for class ' Edge '. |
EEnum |
getEdgeType()
Returns the meta object for enum ' Edge Type '. |
GraphsFactory |
getGraphsFactory()
Returns the factory that creates the instances of the model. |
EAttribute |
getNode_IsHypernode()
Returns the meta object for the attribute ' Is Hypernode '. |
EAttribute |
getNode_NodeLabel()
Returns the meta object for the attribute ' Node Label '. |
EClass |
getNode()
Returns the meta object for class ' Node '. |
EAttribute |
getPort_PortLabel()
Returns the meta object for the attribute ' Port Label '. |
EClass |
getPort()
Returns the meta object for class ' Port '. |
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 GraphsPackage eINSTANCE
static final int NODE
Node
' class.
NodeImpl
,
GraphsPackageImpl.getNode()
,
Constant Field Valuesstatic final int NODE__EANNOTATIONS
static final int NODE__DATA
static final int NODE__CHILDREN
static final int NODE__PARENT
static final int NODE__PORTS
static final int NODE__OUTGOING_EDGES
static final int NODE__INCOMING_EDGES
static final int NODE__LABEL
static final int NODE__NODE_LABEL
static final int NODE__IS_HYPERNODE
static final int NODE_FEATURE_COUNT
static final int EDGE
Edge
' class.
EdgeImpl
,
GraphsPackageImpl.getEdge()
,
Constant Field Valuesstatic final int EDGE__EANNOTATIONS
static final int EDGE__DATA
static final int EDGE__SOURCE
static final int EDGE__TARGET
static final int EDGE__SOURCE_PORT
static final int EDGE__TARGET_PORT
static final int EDGE__LABELS
static final int EDGE__HEAD_LABEL1
static final int EDGE__HEAD_LABEL2
static final int EDGE__MID_LABEL
static final int EDGE__TAIL_LABEL1
static final int EDGE__TAIL_LABEL2
static final int EDGE__IS_DIRECTED
static final int EDGE__TYPE
static final int EDGE_FEATURE_COUNT
static final int PORT
Port
' class.
PortImpl
,
GraphsPackageImpl.getPort()
,
Constant Field Valuesstatic final int PORT__EANNOTATIONS
static final int PORT__DATA
static final int PORT__NODE
static final int PORT__EDGES
static final int PORT__LABEL
static final int PORT__PORT_LABEL
static final int PORT_FEATURE_COUNT
static final int EDGE_TYPE
Edge Type
' enum.
EdgeType
,
GraphsPackageImpl.getEdgeType()
,
Constant Field ValuesMethod Detail |
---|
EClass getNode()
Node
'.
Node
EAttribute getNode_NodeLabel()
Node Label
'.
Node.getNodeLabel()
,
getNode()
EAttribute getNode_IsHypernode()
Is Hypernode
'.
Node.isIsHypernode()
,
getNode()
EClass getEdge()
Edge
'.
Edge
EAttribute getEdge_HeadLabel1()
Head Label1
'.
Edge.getHeadLabel1()
,
getEdge()
EAttribute getEdge_HeadLabel2()
Head Label2
'.
Edge.getHeadLabel2()
,
getEdge()
EAttribute getEdge_MidLabel()
Mid Label
'.
Edge.getMidLabel()
,
getEdge()
EAttribute getEdge_TailLabel1()
Tail Label1
'.
Edge.getTailLabel1()
,
getEdge()
EAttribute getEdge_TailLabel2()
Tail Label2
'.
Edge.getTailLabel2()
,
getEdge()
EAttribute getEdge_IsDirected()
Is Directed
'.
Edge.isIsDirected()
,
getEdge()
EAttribute getEdge_Type()
Type
'.
Edge.getType()
,
getEdge()
EClass getPort()
Port
'.
Port
EAttribute getPort_PortLabel()
Port Label
'.
Port.getPortLabel()
,
getPort()
EEnum getEdgeType()
Edge Type
'.
EdgeType
GraphsFactory getGraphsFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |