org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls.model.methodcalls
Interface CallsModel


Deprecated. use matching org.eclipse.modisco.x.y.z component

@Deprecated
public interface CallsModel

A representation of the model object 'Calls Model'.

The following features are supported:

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

Method Summary
  getCallNodes()
          Deprecated. Returns the value of the 'Call Nodes' containment reference list.
 java.lang.String getName()
          Deprecated. Returns the value of the 'Name' attribute.
  getRootNodes()
          Deprecated. Returns the value of the 'Root Nodes' reference list.
 void setName(java.lang.String value)
          Deprecated. Sets the value of the ' Name' attribute.
 

Method Detail

getCallNodes

 getCallNodes()
Deprecated. 
Returns the value of the 'Call Nodes' containment reference list. The list contents are of type CallNode.

If the meaning of the 'Call Nodes' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Call Nodes' containment reference list.
See Also:
MethodcallsPackage.getCallsModel_CallNodes()
Generated:
Model:
containment="true"

getRootNodes

 getRootNodes()
Deprecated. 
Returns the value of the 'Root Nodes' reference list. The list contents are of type CallNode.

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

Returns:
the value of the 'Root Nodes' reference list.
See Also:
MethodcallsPackage.getCallsModel_RootNodes()
Generated:
Model:
derived="true"

getName

java.lang.String getName()
Deprecated. 
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), MethodcallsPackage.getCallsModel_Name()
Generated:
Model:

setName

void setName(java.lang.String value)
Deprecated. 
Sets the value of the ' Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated: