|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GraphPackage
The Package for the model. It contains accessors for the meta objects to represent
GraphFactory| Nested Class Summary | |
|---|---|
static interface |
GraphPackage.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 |
|---|
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry |
| Field Summary | |
|---|---|
static int |
EGRAPH
The meta object id for the ' EGraph' class. |
static int |
EGRAPH__EDGES
The feature id for the 'Edges' containment reference. |
static int |
EGRAPH__NODES
The feature id for the 'Nodes' reference. |
static int |
EGRAPH_FEATURE_COUNT
The number of structural features of the 'EGraph' class. |
static GraphPackage |
eINSTANCE
The singleton instance of the package. |
static java.lang.String |
eNAME
The package name. |
static java.lang.String |
eNS_PREFIX
The package namespace name. |
static java.lang.String |
eNS_URI
The package namespace URI. |
static int |
ETREE
The meta object id for the ' ETree' class. |
static int |
ETREE__EDGES
The feature id for the 'Edges' containment reference. |
static int |
ETREE__NODES
The feature id for the 'Nodes' reference. |
static int |
ETREE_FEATURE_COUNT
The number of structural features of the 'ETree' class. |
| Method Summary | |
|---|---|
org.eclipse.emf.ecore.EReference |
getEGraph_Edges()
Returns the meta object for the containment reference ' Edges'. |
org.eclipse.emf.ecore.EReference |
getEGraph_Nodes()
Returns the meta object for the reference ' Nodes'. |
org.eclipse.emf.ecore.EClass |
getEGraph()
Returns the meta object for class ' EGraph'. |
org.eclipse.emf.ecore.EClass |
getETree()
Returns the meta object for class ' ETree'. |
GraphFactory |
getGraphFactory()
Returns the factory that creates the instances of the model. |
| 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, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final GraphPackage eINSTANCE
static final int EGRAPH
EGraph' class.
EGraphImpl,
GraphPackageImpl.getEGraph(),
Constant Field Valuesstatic final int EGRAPH__NODES
static final int EGRAPH__EDGES
static final int EGRAPH_FEATURE_COUNT
static final int ETREE
ETree' class.
ETreeImpl,
GraphPackageImpl.getETree(),
Constant Field Valuesstatic final int ETREE__NODES
static final int ETREE__EDGES
static final int ETREE_FEATURE_COUNT
| Method Detail |
|---|
org.eclipse.emf.ecore.EClass getEGraph()
EGraph'.
EGraphorg.eclipse.emf.ecore.EReference getEGraph_Nodes()
Nodes'.
EGraph.getNodes(),
getEGraph()org.eclipse.emf.ecore.EReference getEGraph_Edges()
Edges'.
EGraph.getEdges(),
getEGraph()org.eclipse.emf.ecore.EClass getETree()
ETree'.
ETreeGraphFactory getGraphFactory()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||