Class ASMHashModel
java.lang.Object
org.eclipse.m2m.atl.engine.vm.nativelib.ASMNativeObject
org.eclipse.m2m.atl.engine.vm.nativelib.ASMOclAny
org.eclipse.m2m.atl.engine.vm.nativelib.ASMModel
org.eclipse.m2m.atl.engine.vm.nativelib.ASMHashModel
Deprecated.
Prototype ASMModel using HashMaps to store contents. Only stores models, metamodels must be loaded into
another repository (e.g. EMF or MDR). This class has not been modified to use the ModelLoader scheme. It
has not been updated for a long time and may not work without some improvements.
-
Field Summary
Fields inherited from class org.eclipse.m2m.atl.engine.vm.nativelib.ASMNativeObject
nativeImpl
-
Method Summary
Modifier and TypeMethodDescriptionfindModelElement
(String name) Deprecated.Finds a Classifier in a Metamodel.Deprecated.static ASMHashModel
loadASMHashModel
(String name, ASMModel metamodel, String url, ModelLoader ml) Deprecated.static ASMHashModel
newASMHashModel
(String name, ASMModel metamodel, ModelLoader ml) Deprecated.Deprecated.Methods inherited from class org.eclipse.m2m.atl.engine.vm.nativelib.ASMModel
getElementsByType, getMetamodel, getModelLoader, getName, isCheckSameModel, isTarget, newModelElement, newModelElement, setCheckSameModel, setIsTarget, toString
Methods inherited from class org.eclipse.m2m.atl.engine.vm.nativelib.ASMOclAny
asBag, asSequence, asSet, check, debug, findOperation, findOperation, get, getHelper, getNamedTargetFromSource, getOclAnyType, getType, invoke, invoke, invokeSuper, isHelper, oclIsKindOf, oclIsTypeOf, oclIsUndefined, oclType, operatorEQ, operatorNE, output, refGetValue, refImmediateComposite, refImmediateComposite, refInvokeOperation, refSetValue, refUnsetValue, set, setType, toString, unset
Methods inherited from class org.eclipse.m2m.atl.engine.vm.nativelib.ASMNativeObject
getNativeImpl
-
Method Details
-
findModelElement
Deprecated.Description copied from class:ASMModel
Finds a Classifier in a Metamodel.- Specified by:
findModelElement
in classASMModel
-
newModelElement
Deprecated.- Specified by:
newModelElement
in classASMModel
-
newASMHashModel
public static ASMHashModel newASMHashModel(String name, ASMModel metamodel, ModelLoader ml) throws Exception Deprecated.- Throws:
Exception
-
getElementsByType
Deprecated.- Specified by:
getElementsByType
in classASMModel
-
loadASMHashModel
public static ASMHashModel loadASMHashModel(String name, ASMModel metamodel, String url, ModelLoader ml) throws Exception Deprecated.- Throws:
Exception
-