org.eclipse.modisco.usecase.modelfilter.methodcalls.methodcalls
Interface MethodcallsPackage


public interface MethodcallsPackage

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

See Also:
MethodcallsFactory
Generated:
Model:
kind="package"

Nested Class Summary
static interface MethodcallsPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Field Summary
static int CALL_NODE
          The meta object id for the 'Call Node' class.
static int CALL_NODE__JAVA_METHOD
          The feature id for the 'Java Method' reference.
static int CALL_NODE__METHOD_CALLS
          The feature id for the 'Method Calls' containment reference list.
static int CALL_NODE__NAME
          The feature id for the 'Name' attribute.
static int CALL_NODE__SUB_METHODS
          The feature id for the 'Sub Methods' reference list.
static int CALL_NODE_FEATURE_COUNT
          The number of structural features of the 'Call Node' class.
static int CALLS_MODEL
          The meta object id for the 'Calls Model' class.
static int CALLS_MODEL__CALL_NODES
          The feature id for the 'Call Nodes' containment reference list.
static int CALLS_MODEL__NAME
          The feature id for the 'Name' attribute.
static int CALLS_MODEL__ROOT_NODES
          The feature id for the 'Root Nodes' reference list.
static int CALLS_MODEL_FEATURE_COUNT
          The number of structural features of the 'Calls Model' class.
static MethodcallsPackage 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 METHOD_CALL
          The meta object id for the 'Method Call' class.
static int METHOD_CALL__CALLEE
          The feature id for the 'Callee' reference.
static int METHOD_CALL__FILTERED_SUB_METHODS
          The feature id for the 'Filtered Sub Methods' reference list.
static int METHOD_CALL__ORDER
          The feature id for the 'Order' attribute.
static int METHOD_CALL__PARENT
          The feature id for the 'Parent' container reference.
static int METHOD_CALL_FEATURE_COUNT
          The number of structural features of the 'Method Call' class.
 
Method Summary
 EReference getCallNode_JavaMethod()
          Returns the meta object for the reference 'Java Method'.
 EReference getCallNode_MethodCalls()
          Returns the meta object for the containment reference list 'Method Calls'.
 EAttribute getCallNode_Name()
          Returns the meta object for the attribute 'Name'.
 EReference getCallNode_SubMethods()
          Returns the meta object for the reference list 'Sub Methods'.
 EClass getCallNode()
          Returns the meta object for class 'Call Node'.
 EReference getCallsModel_CallNodes()
          Returns the meta object for the containment reference list 'Call Nodes'.
 EAttribute getCallsModel_Name()
          Returns the meta object for the attribute 'Name'.
 EReference getCallsModel_RootNodes()
          Returns the meta object for the reference list 'Root Nodes'.
 EClass getCallsModel()
          Returns the meta object for class 'Calls Model'.
 EReference getMethodCall_Callee()
          Returns the meta object for the reference 'Callee'.
 EReference getMethodCall_FilteredSubMethods()
          Returns the meta object for the reference list 'Filtered Sub Methods'.
 EAttribute getMethodCall_Order()
          Returns the meta object for the attribute 'Order'.
 EReference getMethodCall_Parent()
          Returns the meta object for the container reference 'Parent'.
 EClass getMethodCall()
          Returns the meta object for class 'Method Call'.
 MethodcallsFactory getMethodcallsFactory()
          Returns the factory that creates the instances of the model.
 

Field Detail

eNAME

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

See Also:
Constant Field Values
Generated:

eNS_URI

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

See Also:
Constant Field Values
Generated:

eNS_PREFIX

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

See Also:
Constant Field Values
Generated:

eINSTANCE

static final MethodcallsPackage eINSTANCE
The singleton instance of the package.

Generated:

METHOD_CALL

static final int METHOD_CALL
The meta object id for the 'Method Call' class.

See Also:
org.eclipse.modisco.usecase.modelfilter.methodcalls.methodcalls.impl.MethodCallImpl, org.eclipse.modisco.usecase.modelfilter.methodcalls.methodcalls.impl.MethodcallsPackageImpl#getMethodCall(), Constant Field Values
Generated:

METHOD_CALL__ORDER

static final int METHOD_CALL__ORDER
The feature id for the 'Order' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

METHOD_CALL__PARENT

static final int METHOD_CALL__PARENT
The feature id for the 'Parent' container reference.

See Also:
Constant Field Values
Generated:
Ordered:

METHOD_CALL__CALLEE

static final int METHOD_CALL__CALLEE
The feature id for the 'Callee' reference.

See Also:
Constant Field Values
Generated:
Ordered:

METHOD_CALL__FILTERED_SUB_METHODS

static final int METHOD_CALL__FILTERED_SUB_METHODS
The feature id for the 'Filtered Sub Methods' reference list.

See Also:
Constant Field Values
Generated:
Ordered:

METHOD_CALL_FEATURE_COUNT

static final int METHOD_CALL_FEATURE_COUNT
The number of structural features of the 'Method Call' class.

See Also:
Constant Field Values
Generated:
Ordered:

CALLS_MODEL

static final int CALLS_MODEL
The meta object id for the 'Calls Model' class.

See Also:
org.eclipse.modisco.usecase.modelfilter.methodcalls.methodcalls.impl.CallsModelImpl, org.eclipse.modisco.usecase.modelfilter.methodcalls.methodcalls.impl.MethodcallsPackageImpl#getCallsModel(), Constant Field Values
Generated:

CALLS_MODEL__CALL_NODES

static final int CALLS_MODEL__CALL_NODES
The feature id for the 'Call Nodes' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

CALLS_MODEL__ROOT_NODES

static final int CALLS_MODEL__ROOT_NODES
The feature id for the 'Root Nodes' reference list.

See Also:
Constant Field Values
Generated:
Ordered:

CALLS_MODEL__NAME

static final int CALLS_MODEL__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

CALLS_MODEL_FEATURE_COUNT

static final int CALLS_MODEL_FEATURE_COUNT
The number of structural features of the 'Calls Model' class.

See Also:
Constant Field Values
Generated:
Ordered:

CALL_NODE

static final int CALL_NODE
The meta object id for the 'Call Node' class.

See Also:
org.eclipse.modisco.usecase.modelfilter.methodcalls.methodcalls.impl.CallNodeImpl, org.eclipse.modisco.usecase.modelfilter.methodcalls.methodcalls.impl.MethodcallsPackageImpl#getCallNode(), Constant Field Values
Generated:

CALL_NODE__METHOD_CALLS

static final int CALL_NODE__METHOD_CALLS
The feature id for the 'Method Calls' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

CALL_NODE__SUB_METHODS

static final int CALL_NODE__SUB_METHODS
The feature id for the 'Sub Methods' reference list.

See Also:
Constant Field Values
Generated:
Ordered:

CALL_NODE__JAVA_METHOD

static final int CALL_NODE__JAVA_METHOD
The feature id for the 'Java Method' reference.

See Also:
Constant Field Values
Generated:
Ordered:

CALL_NODE__NAME

static final int CALL_NODE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

CALL_NODE_FEATURE_COUNT

static final int CALL_NODE_FEATURE_COUNT
The number of structural features of the 'Call Node' class.

See Also:
Constant Field Values
Generated:
Ordered:
Method Detail

getMethodCall

EClass getMethodCall()
Returns the meta object for class 'Method Call'.

Returns:
the meta object for class 'Method Call'.
See Also:
MethodCall
Generated:

getMethodCall_Order

EAttribute getMethodCall_Order()
Returns the meta object for the attribute 'Order'.

Returns:
the meta object for the attribute 'Order'.
See Also:
MethodCall.getOrder(), getMethodCall()
Generated:

getMethodCall_Parent

EReference getMethodCall_Parent()
Returns the meta object for the container reference 'Parent'.

Returns:
the meta object for the container reference 'Parent'.
See Also:
MethodCall.getParent(), getMethodCall()
Generated:

getMethodCall_Callee

EReference getMethodCall_Callee()
Returns the meta object for the reference 'Callee'.

Returns:
the meta object for the reference 'Callee'.
See Also:
MethodCall.getCallee(), getMethodCall()
Generated:

getMethodCall_FilteredSubMethods

EReference getMethodCall_FilteredSubMethods()
Returns the meta object for the reference list 'Filtered Sub Methods'.

Returns:
the meta object for the reference list 'Filtered Sub Methods'.
See Also:
MethodCall.getFilteredSubMethods(), getMethodCall()
Generated:

getCallsModel

EClass getCallsModel()
Returns the meta object for class 'Calls Model'.

Returns:
the meta object for class 'Calls Model'.
See Also:
CallsModel
Generated:

getCallsModel_CallNodes

EReference getCallsModel_CallNodes()
Returns the meta object for the containment reference list 'Call Nodes'.

Returns:
the meta object for the containment reference list 'Call Nodes'.
See Also:
CallsModel.getCallNodes(), getCallsModel()
Generated:

getCallsModel_RootNodes

EReference getCallsModel_RootNodes()
Returns the meta object for the reference list 'Root Nodes'.

Returns:
the meta object for the reference list 'Root Nodes'.
See Also:
CallsModel.getRootNodes(), getCallsModel()
Generated:

getCallsModel_Name

EAttribute getCallsModel_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
CallsModel.getName(), getCallsModel()
Generated:

getCallNode

EClass getCallNode()
Returns the meta object for class 'Call Node'.

Returns:
the meta object for class 'Call Node'.
See Also:
CallNode
Generated:

getCallNode_MethodCalls

EReference getCallNode_MethodCalls()
Returns the meta object for the containment reference list 'Method Calls'.

Returns:
the meta object for the containment reference list 'Method Calls'.
See Also:
CallNode.getMethodCalls(), getCallNode()
Generated:

getCallNode_SubMethods

EReference getCallNode_SubMethods()
Returns the meta object for the reference list 'Sub Methods'.

Returns:
the meta object for the reference list 'Sub Methods'.
See Also:
CallNode.getSubMethods(), getCallNode()
Generated:

getCallNode_JavaMethod

EReference getCallNode_JavaMethod()
Returns the meta object for the reference 'Java Method'.

Returns:
the meta object for the reference 'Java Method'.
See Also:
CallNode.getJavaMethod(), getCallNode()
Generated:

getCallNode_Name

EAttribute getCallNode_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
CallNode.getName(), getCallNode()
Generated:

getMethodcallsFactory

MethodcallsFactory getMethodcallsFactory()
Returns the factory that creates the instances of the model.

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