|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.m2m.atl.profiler.core.ATLModelHandler
public final class ATLModelHandler
Class that manage information from the ATL VM (via ATL profiler) linked with the profiling model.
ATLProfiler
Method Summary | |
---|---|
org.eclipse.emf.ecore.EObject |
getAtlModel()
|
java.lang.String |
getATLName(java.lang.String sfOpName)
Get the real ATL name (from the ATL Model). |
org.eclipse.emf.ecore.EObject |
getATLOperationFromName(java.lang.String sfOpName)
Get ATL operation from a name. |
static ATLModelHandler |
getInstance()
Singleton access. |
void |
init()
Initialize components. |
static boolean |
isNativeOperation(java.lang.String name)
Check if the name refer to a atl asm native operation. |
void |
registerATLModel(org.eclipse.emf.ecore.EObject model)
Register ATL model for operation registry. |
void |
setAtlModel(org.eclipse.emf.ecore.EObject atlModel)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ATLModelHandler getInstance()
ATLModelHandler
singletonpublic void init()
public void registerATLModel(org.eclipse.emf.ecore.EObject model)
model
- the atl modelpublic static boolean isNativeOperation(java.lang.String name)
name
- the operation name
true
if the operation is nativepublic java.lang.String getATLName(java.lang.String sfOpName)
sfOpName
- the operation name
public org.eclipse.emf.ecore.EObject getATLOperationFromName(java.lang.String sfOpName)
sfOpName
- the operation name
public org.eclipse.emf.ecore.EObject getAtlModel()
public void setAtlModel(org.eclipse.emf.ecore.EObject atlModel)
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |