org.eclipse.gmt.modisco.kdm.uml2converter.actions
Class DiscoverUmlModelFromKdmModel
java.lang.Object
org.eclipse.gmt.modisco.infra.discoverymanager.AbstractDiscovererImpl
org.eclipse.gmt.modisco.kdm.uml2converter.actions.DiscoverUmlModelFromKdmModel
- All Implemented Interfaces:
- Discoverer
Deprecated. use matching org.eclipse.modisco.x.y.z component
@Deprecated
public class DiscoverUmlModelFromKdmModel
- extends AbstractDiscovererImpl
- implements Discoverer
- Author:
- Gabriel Barbier
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DiscoverUmlModelFromKdmModel
public DiscoverUmlModelFromKdmModel()
- Deprecated.
getCustomTransformationParameter
public final DiscoveryParameter getCustomTransformationParameter()
- Deprecated.
isApplicableTo
public boolean isApplicableTo(java.lang.Object source)
- Deprecated.
- Description copied from interface:
Discoverer
- To determine if the source object can be handled by the discoverer. Each
discoverer has to implement this method with its own criteria to filter
the selected object. If the source object is managed by this discoverer,
the discoverer menu will be available in the pop-up menu when users click
with the contextual button (right-click), and in the discoverer launch
configuration types.
- Specified by:
isApplicableTo
in interface Discoverer
- Parameters:
source
- the selected object.
- Returns:
true
if the selected object is managed by this
discoverer, false
otherwise.
toString
public java.lang.String toString()
- Deprecated.
- Overrides:
toString
in class java.lang.Object
discoverElement
public void discoverElement(java.lang.Object source,
java.util.Map<DiscoveryParameter,java.lang.Object> parameters)
- 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
- Overrides:
discoverElement
in class AbstractDiscovererImpl
- Parameters:
source
- the selected object.parameters
- the target URI (can be null
)