org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls.converter
Class MethodCallsGraphConverter

java.lang.Object
  extended by org.eclipse.gmt.modisco.usecase.modelfilter.methodcalls.converter.MethodCallsGraphConverter

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

@Deprecated
public class MethodCallsGraphConverter
extends java.lang.Object

From a java model, we will extract method calls informations to initialise a method calls model.

Author:
Gabriel Barbier

Constructor Summary
MethodCallsGraphConverter()
          Deprecated.  
 
Method Summary
 Resource convertJavaResourceToMethodCallsResource(Resource javaResource, URI targetUri)
          Deprecated. From a java resource, we will compute method calls graph then initialize a method calls model.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodCallsGraphConverter

public MethodCallsGraphConverter()
Deprecated. 
Method Detail

convertJavaResourceToMethodCallsResource

public Resource convertJavaResourceToMethodCallsResource(Resource javaResource,
                                                         URI targetUri)
Deprecated. 
From a java resource, we will compute method calls graph then initialize a method calls model. And of course, we will store this model into a resource.

Parameters:
javaResource -
Returns:
corresponding method calls model resource