org.eclipse.gmt.modisco.infra.discoverymanager
Class AbstractDiscovererImpl

java.lang.Object
  extended by org.eclipse.gmt.modisco.infra.discoverymanager.AbstractDiscovererImpl
All Implemented Interfaces:
Discoverer
Direct Known Subclasses:
DiscoverDependenciesFromJavaModel, DiscoverDependenciesFromJavaProject, DiscoverDependenciesFromJdtPackage, DiscoverDependenciesFromJdtType, DiscoverDependenciesFromTypeDeclaration, DiscoverMethodCallsModelFromAbstractMethodDeclaration, DiscoverMethodCallsModelFromJavaModel, DiscoverMethodCallsModelFromJavaOperation, DiscoverMethodCallsModelFromJavaProject, DiscoverUmlModelFromKdmModel, DiscoverUmlModelWithRealTypesFromJavaProject, DiscoveryCustomizationToUmlModelFromJavaProject

Deprecated. use org.eclipse.modisco.infra.discovery.core framework

@Deprecated
public abstract class AbstractDiscovererImpl
extends java.lang.Object
implements Discoverer

Author:
GBarbier

Constructor Summary
AbstractDiscovererImpl()
          Deprecated.  
 
Method Summary
 Resource discoverElement(java.lang.Object source, URI target)
          Deprecated. 
 java.util.List<DiscoveryParameter> getDiscovererParameters()
          Deprecated. Get a complete list of all parameters available in this discoverer.
 DiscoveryParameter getSilentModeParameter()
          Deprecated.  
 DiscoveryParameter getTargetModelParameter()
          Deprecated.  
 DiscoveryParameter getTargetUriParameter()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.gmt.modisco.infra.discoverymanager.Discoverer
isApplicableTo
 

Constructor Detail

AbstractDiscovererImpl

public AbstractDiscovererImpl()
Deprecated. 
Method Detail

getDiscovererParameters

public java.util.List<DiscoveryParameter> getDiscovererParameters()
Deprecated. 
Description copied from interface: Discoverer
Get a complete list of all parameters available in this discoverer. Further information should be provided to indicate features of each parameter; for example, direction kind (in, out, in-out), whether the parameter is optional or not ...

Specified by:
getDiscovererParameters in interface Discoverer
Returns:
the unmodifiable list of discovery parameters

getTargetModelParameter

public DiscoveryParameter getTargetModelParameter()
Deprecated. 

getTargetUriParameter

public DiscoveryParameter getTargetUriParameter()
Deprecated. 

getSilentModeParameter

public DiscoveryParameter getSilentModeParameter()
Deprecated. 

discoverElement

@Deprecated
public Resource discoverElement(java.lang.Object source,
                                           URI target)
Deprecated. 

Description copied from interface: Discoverer
Execute the discovery task from the selected object. This is a method adapted to a common use of discoverers.

Specified by:
discoverElement in interface Discoverer
Parameters:
source - the selected object.
target - the target URI (can be null)
Returns:
the EMF resource of the target model discovered from source.