com.ibm.wala.ecore.graph
Interface GraphPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
GraphPackageImpl

public interface GraphPackage
extends org.eclipse.emf.ecore.EPackage

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

See Also:
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

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final GraphPackage eINSTANCE
The singleton instance of the package.


EGRAPH

static final int EGRAPH
The meta object id for the 'EGraph' class.

See Also:
EGraphImpl, GraphPackageImpl.getEGraph(), Constant Field Values

EGRAPH__NODES

static final int EGRAPH__NODES
The feature id for the 'Nodes' reference.

See Also:
Constant Field Values

EGRAPH__EDGES

static final int EGRAPH__EDGES
The feature id for the 'Edges' containment reference.

See Also:
Constant Field Values

EGRAPH_FEATURE_COUNT

static final int EGRAPH_FEATURE_COUNT
The number of structural features of the 'EGraph' class.

See Also:
Constant Field Values

ETREE

static final int ETREE
The meta object id for the 'ETree' class.

See Also:
ETreeImpl, GraphPackageImpl.getETree(), Constant Field Values

ETREE__NODES

static final int ETREE__NODES
The feature id for the 'Nodes' reference.

See Also:
Constant Field Values

ETREE__EDGES

static final int ETREE__EDGES
The feature id for the 'Edges' containment reference.

See Also:
Constant Field Values

ETREE_FEATURE_COUNT

static final int ETREE_FEATURE_COUNT
The number of structural features of the 'ETree' class.

See Also:
Constant Field Values
Method Detail

getEGraph

org.eclipse.emf.ecore.EClass getEGraph()
Returns the meta object for class 'EGraph'.

Returns:
the meta object for class 'EGraph'.
See Also:
EGraph

getEGraph_Nodes

org.eclipse.emf.ecore.EReference getEGraph_Nodes()
Returns the meta object for the reference 'Nodes'.

Returns:
the meta object for the reference 'Nodes'.
See Also:
EGraph.getNodes(), getEGraph()

getEGraph_Edges

org.eclipse.emf.ecore.EReference getEGraph_Edges()
Returns the meta object for the containment reference 'Edges'.

Returns:
the meta object for the containment reference 'Edges'.
See Also:
EGraph.getEdges(), getEGraph()

getETree

org.eclipse.emf.ecore.EClass getETree()
Returns the meta object for class 'ETree'.

Returns:
the meta object for class 'ETree'.
See Also:
ETree

getGraphFactory

GraphFactory getGraphFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.