|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gmt.modisco.usecase.simpletransformationschain.actions.DiscoverUmlModelFromJavaProject
@Deprecated public class DiscoverUmlModelFromJavaProject
Constructor Summary | |
---|---|
DiscoverUmlModelFromJavaProject()
Deprecated. |
Method Summary | |
---|---|
Resource |
discoverElement(java.lang.Object source,
URI target)
Deprecated. Execute the discovery task from the selected object. |
java.util.List<DiscoveryParameter> |
getDiscovererParameters()
Deprecated. Get a complete list of all parameters available in this discoverer. |
boolean |
isApplicableTo(java.lang.Object source)
Deprecated. To determine if the source object can be handled by the discoverer. |
java.lang.String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DiscoverUmlModelFromJavaProject()
Method Detail |
---|
public boolean isApplicableTo(java.lang.Object source)
Discoverer
isApplicableTo
in interface Discoverer
source
- the selected object.
true
if the selected object is managed by this
discoverer, false
otherwise.public Resource discoverElement(java.lang.Object source, URI target)
Discoverer
discoverElement
in interface Discoverer
source
- the selected object.target
- the target URI (can be null
)
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.List<DiscoveryParameter> getDiscovererParameters()
Discoverer
getDiscovererParameters
in interface Discoverer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |