|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface MethodcallsPackage
The Package for the model. It contains accessors for the meta objects to represent
MethodcallsFactory| Nested Class Summary | |
|---|---|
static interface |
MethodcallsPackage.Literals
Deprecated. 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
Deprecated. The meta object id for the ' Call Node' class. |
static int |
CALL_NODE__JAVA_METHOD
Deprecated. The feature id for the 'Java Method' reference. |
static int |
CALL_NODE__METHOD_CALLS
Deprecated. The feature id for the 'Method Calls' containment reference list. |
static int |
CALL_NODE__NAME
Deprecated. The feature id for the 'Name' attribute. |
static int |
CALL_NODE__SUB_METHODS
Deprecated. The feature id for the 'Sub Methods' reference list. |
static int |
CALL_NODE_FEATURE_COUNT
Deprecated. The number of structural features of the 'Call Node' class. |
static int |
CALLS_MODEL
Deprecated. The meta object id for the ' Calls Model' class. |
static int |
CALLS_MODEL__CALL_NODES
Deprecated. The feature id for the 'Call Nodes' containment reference list. |
static int |
CALLS_MODEL__NAME
Deprecated. The feature id for the 'Name' attribute. |
static int |
CALLS_MODEL__ROOT_NODES
Deprecated. The feature id for the 'Root Nodes' reference list. |
static int |
CALLS_MODEL_FEATURE_COUNT
Deprecated. The number of structural features of the 'Calls Model' class. |
static MethodcallsPackage |
eINSTANCE
Deprecated. The singleton instance of the package. |
static java.lang.String |
eNAME
Deprecated. The package name. |
static java.lang.String |
eNS_PREFIX
Deprecated. The package namespace name. |
static java.lang.String |
eNS_URI
Deprecated. The package namespace URI. |
static int |
METHOD_CALL
Deprecated. The meta object id for the ' Method Call' class. |
static int |
METHOD_CALL__CALLEE
Deprecated. The feature id for the 'Callee' reference. |
static int |
METHOD_CALL__FILTERED_SUB_METHODS
Deprecated. The feature id for the 'Filtered Sub Methods' reference list. |
static int |
METHOD_CALL__ORDER
Deprecated. The feature id for the 'Order' attribute. |
static int |
METHOD_CALL__PARENT
Deprecated. The feature id for the 'Parent' container reference. |
static int |
METHOD_CALL_FEATURE_COUNT
Deprecated. The number of structural features of the 'Method Call' class. |
| Method Summary | |
|---|---|
EReference |
getCallNode_JavaMethod()
Deprecated. Returns the meta object for the reference ' Java Method'. |
EReference |
getCallNode_MethodCalls()
Deprecated. Returns the meta object for the containment reference list ' Method Calls'. |
EAttribute |
getCallNode_Name()
Deprecated. Returns the meta object for the attribute ' Name'. |
EReference |
getCallNode_SubMethods()
Deprecated. Returns the meta object for the reference list ' Sub Methods'. |
EClass |
getCallNode()
Deprecated. Returns the meta object for class ' Call Node'. |
EReference |
getCallsModel_CallNodes()
Deprecated. Returns the meta object for the containment reference list ' Call Nodes'. |
EAttribute |
getCallsModel_Name()
Deprecated. Returns the meta object for the attribute ' Name'. |
EReference |
getCallsModel_RootNodes()
Deprecated. Returns the meta object for the reference list ' Root Nodes'. |
EClass |
getCallsModel()
Deprecated. Returns the meta object for class ' Calls Model'. |
EReference |
getMethodCall_Callee()
Deprecated. Returns the meta object for the reference ' Callee'. |
EReference |
getMethodCall_FilteredSubMethods()
Deprecated. Returns the meta object for the reference list ' Filtered Sub Methods'. |
EAttribute |
getMethodCall_Order()
Deprecated. Returns the meta object for the attribute ' Order'. |
EReference |
getMethodCall_Parent()
Deprecated. Returns the meta object for the container reference ' Parent'. |
EClass |
getMethodCall()
Deprecated. Returns the meta object for class ' Method Call'. |
MethodcallsFactory |
getMethodcallsFactory()
Deprecated. Returns the factory that creates the instances of the model. |
| Field Detail |
|---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final MethodcallsPackage eINSTANCE
static final int METHOD_CALL
Method Call' class.
org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls.model.methodcalls.impl.MethodCallImpl,
org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls.model.methodcalls.impl.MethodcallsPackageImpl#getMethodCall(),
Constant Field Valuesstatic final int METHOD_CALL__ORDER
static final int METHOD_CALL__PARENT
static final int METHOD_CALL__CALLEE
static final int METHOD_CALL__FILTERED_SUB_METHODS
static final int METHOD_CALL_FEATURE_COUNT
static final int CALLS_MODEL
Calls Model' class.
org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls.model.methodcalls.impl.CallsModelImpl,
org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls.model.methodcalls.impl.MethodcallsPackageImpl#getCallsModel(),
Constant Field Valuesstatic final int CALLS_MODEL__CALL_NODES
static final int CALLS_MODEL__ROOT_NODES
static final int CALLS_MODEL__NAME
static final int CALLS_MODEL_FEATURE_COUNT
static final int CALL_NODE
Call Node' class.
org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls.model.methodcalls.impl.CallNodeImpl,
org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls.model.methodcalls.impl.MethodcallsPackageImpl#getCallNode(),
Constant Field Valuesstatic final int CALL_NODE__METHOD_CALLS
static final int CALL_NODE__SUB_METHODS
static final int CALL_NODE__JAVA_METHOD
static final int CALL_NODE__NAME
static final int CALL_NODE_FEATURE_COUNT
| Method Detail |
|---|
EClass getMethodCall()
Method Call'.
MethodCallEAttribute getMethodCall_Order()
Order'.
MethodCall.getOrder(),
getMethodCall()EReference getMethodCall_Parent()
Parent'.
MethodCall.getParent(),
getMethodCall()EReference getMethodCall_Callee()
Callee'.
MethodCall.getCallee(),
getMethodCall()EReference getMethodCall_FilteredSubMethods()
Filtered Sub Methods'.
MethodCall.getFilteredSubMethods(),
getMethodCall()EClass getCallsModel()
Calls Model'.
CallsModelEReference getCallsModel_CallNodes()
Call Nodes'.
CallsModel.getCallNodes(),
getCallsModel()EReference getCallsModel_RootNodes()
Root Nodes'.
CallsModel.getRootNodes(),
getCallsModel()EAttribute getCallsModel_Name()
Name'.
CallsModel.getName(),
getCallsModel()EClass getCallNode()
Call Node'.
CallNodeEReference getCallNode_MethodCalls()
Method Calls'.
CallNode.getMethodCalls(),
getCallNode()EReference getCallNode_SubMethods()
Sub Methods'.
CallNode.getSubMethods(),
getCallNode()EReference getCallNode_JavaMethod()
Java Method'.
CallNode.getJavaMethod(),
getCallNode()EAttribute getCallNode_Name()
Name'.
CallNode.getName(),
getCallNode()MethodcallsFactory getMethodcallsFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||