com.ibm.wala.ecore.java.callGraph
Interface CallGraphPackage

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:
CallGraphPackageImpl

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

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

See Also:
CallGraphFactory

Nested Class Summary
static interface CallGraphPackage.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 ECALL_GRAPH
          The meta object id for the 'ECall Graph' class.
static int ECALL_GRAPH__EDGES
          The feature id for the 'Edges' containment reference.
static int ECALL_GRAPH__ENTRYPOINTS
          The feature id for the 'Entrypoints' reference list.
static int ECALL_GRAPH__NODES
          The feature id for the 'Nodes' reference.
static int ECALL_GRAPH_FEATURE_COUNT
          The number of structural features of the 'ECall Graph' class.
static CallGraphPackage 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.
 
Method Summary
 CallGraphFactory getCallGraphFactory()
          Returns the factory that creates the instances of the model.
 org.eclipse.emf.ecore.EReference getECallGraph_Entrypoints()
          Returns the meta object for the reference list 'Entrypoints'.
 org.eclipse.emf.ecore.EClass getECallGraph()
          Returns the meta object for class 'ECall Graph'.
 
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 CallGraphPackage eINSTANCE
The singleton instance of the package.


ECALL_GRAPH

static final int ECALL_GRAPH
The meta object id for the 'ECall Graph' class.

See Also:
ECallGraphImpl, CallGraphPackageImpl.getECallGraph(), Constant Field Values

ECALL_GRAPH__NODES

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

See Also:
Constant Field Values

ECALL_GRAPH__EDGES

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

See Also:
Constant Field Values

ECALL_GRAPH__ENTRYPOINTS

static final int ECALL_GRAPH__ENTRYPOINTS
The feature id for the 'Entrypoints' reference list.

See Also:
Constant Field Values

ECALL_GRAPH_FEATURE_COUNT

static final int ECALL_GRAPH_FEATURE_COUNT
The number of structural features of the 'ECall Graph' class.

See Also:
Constant Field Values
Method Detail

getECallGraph

org.eclipse.emf.ecore.EClass getECallGraph()
Returns the meta object for class 'ECall Graph'.

Returns:
the meta object for class 'ECall Graph'.
See Also:
ECallGraph

getECallGraph_Entrypoints

org.eclipse.emf.ecore.EReference getECallGraph_Entrypoints()
Returns the meta object for the reference list 'Entrypoints'.

Returns:
the meta object for the reference list 'Entrypoints'.
See Also:
ECallGraph.getEntrypoints(), getECallGraph()

getCallGraphFactory

CallGraphFactory getCallGraphFactory()
Returns the factory that creates the instances of the model.

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