|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KEGPackage
The Package for the model. It contains accessors for the meta objects to represent
KEGFactory
kind | = | package |
Nested Class Summary | |
---|---|
static interface |
KEGPackage.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__DIRECTED
The feature id for the 'Directed' attribute. |
static int |
EDGE__HEAD_LABEL
The feature id for the 'Head Label' 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_LABEL
The feature id for the 'Tail Label' 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 KEGPackage |
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__HYPERNODE
The feature id for the 'Hypernode' attribute. |
static int |
NODE__INCOMING_EDGES
The feature id for the 'Incoming Edges' reference list. |
static int |
NODE__LABELS
The feature id for the 'Labels' containment reference list. |
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__EDGES
The feature id for the 'Edges' reference list. |
static int |
PORT__LABELS
The feature id for the 'Labels' containment reference list. |
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_Directed()
Returns the meta object for the attribute ' Directed '. |
EAttribute |
getEdge_HeadLabel()
Returns the meta object for the attribute ' Head Label '. |
EAttribute |
getEdge_MidLabel()
Returns the meta object for the attribute ' Mid Label '. |
EAttribute |
getEdge_TailLabel()
Returns the meta object for the attribute ' Tail Label '. |
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 '. |
KEGFactory |
getKEGFactory()
Returns the factory that creates the instances of the model. |
EAttribute |
getNode_Hypernode()
Returns the meta object for the attribute ' 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 KEGPackage eINSTANCE
static final int NODE
Node
' class.
NodeImpl
,
KEGPackageImpl.getNode()
,
Constant Field Valuesstatic final int NODE__DATA
static final int NODE__LABELS
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__NODE_LABEL
static final int NODE__HYPERNODE
static final int NODE_FEATURE_COUNT
static final int EDGE
Edge
' class.
EdgeImpl
,
KEGPackageImpl.getEdge()
,
Constant Field Valuesstatic final int EDGE__DATA
static final int EDGE__LABELS
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__HEAD_LABEL
static final int EDGE__MID_LABEL
static final int EDGE__TAIL_LABEL
static final int EDGE__DIRECTED
static final int EDGE__TYPE
static final int EDGE_FEATURE_COUNT
static final int PORT
Port
' class.
PortImpl
,
KEGPackageImpl.getPort()
,
Constant Field Valuesstatic final int PORT__DATA
static final int PORT__LABELS
static final int PORT__NODE
static final int PORT__EDGES
static final int PORT__PORT_LABEL
static final int PORT_FEATURE_COUNT
static final int EDGE_TYPE
Edge Type
' enum.
EdgeType
,
KEGPackageImpl.getEdgeType()
,
Constant Field ValuesMethod Detail |
---|
EClass getNode()
Node
'.
Node
EAttribute getNode_NodeLabel()
Node Label
'.
Node.getNodeLabel()
,
getNode()
EAttribute getNode_Hypernode()
Hypernode
'.
Node.isHypernode()
,
getNode()
EClass getEdge()
Edge
'.
Edge
EAttribute getEdge_HeadLabel()
Head Label
'.
Edge.getHeadLabel()
,
getEdge()
EAttribute getEdge_MidLabel()
Mid Label
'.
Edge.getMidLabel()
,
getEdge()
EAttribute getEdge_TailLabel()
Tail Label
'.
Edge.getTailLabel()
,
getEdge()
EAttribute getEdge_Directed()
Directed
'.
Edge.isDirected()
,
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
KEGFactory getKEGFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |