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


public interface MethodCall

A representation of the model object 'Method Call'.

The following features are supported:

See Also:
MethodcallsPackage.getMethodCall()
Generated:
Model:

Method Summary
 CallNode getCallee()
          Returns the value of the 'Callee' reference.
  getFilteredSubMethods()
          Returns the value of the 'Filtered Sub Methods' reference list.
 int getOrder()
          Returns the value of the 'Order' attribute.
 CallNode getParent()
          Returns the value of the 'Parent' container reference.
 void setCallee(CallNode value)
          Sets the value of the 'Callee' reference.
 void setOrder(int value)
          Sets the value of the 'Order' attribute.
 void setParent(CallNode value)
          Sets the value of the 'Parent' container reference.
 

Method Detail

getOrder

int getOrder()
Returns the value of the 'Order' attribute.

If the meaning of the 'Order' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Order' attribute.
See Also:
setOrder(int), MethodcallsPackage.getMethodCall_Order()
Generated:
Model:

setOrder

void setOrder(int value)
Sets the value of the 'Order' attribute.

Parameters:
value - the new value of the 'Order' attribute.
See Also:
getOrder()
Generated:

getParent

CallNode getParent()
Returns the value of the 'Parent' container reference. It is bidirectional and its opposite is 'Method Calls'.

If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parent' container reference.
See Also:
setParent(CallNode), MethodcallsPackage.getMethodCall_Parent(), CallNode.getMethodCalls()
Generated:
Model:
opposite="methodCalls" required="true" transient="false"

setParent

void setParent(CallNode value)
Sets the value of the 'Parent' container reference.

Parameters:
value - the new value of the 'Parent' container reference.
See Also:
getParent()
Generated:

getCallee

CallNode getCallee()
Returns the value of the 'Callee' reference.

If the meaning of the 'Callee' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Callee' reference.
See Also:
setCallee(CallNode), MethodcallsPackage.getMethodCall_Callee()
Generated:
Model:
required="true"

setCallee

void setCallee(CallNode value)
Sets the value of the 'Callee' reference.

Parameters:
value - the new value of the 'Callee' reference.
See Also:
getCallee()
Generated:

getFilteredSubMethods

 getFilteredSubMethods()
Returns the value of the 'Filtered Sub Methods' reference list. The list contents are of type CallNode.

If the meaning of the 'Filtered Sub Methods' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Filtered Sub Methods' reference list.
See Also:
MethodcallsPackage.getMethodCall_FilteredSubMethods()
Generated:
Model: