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 ASMHashModelloadASMHashModel(String name, ASMModel metamodel, String url, ModelLoader ml) Deprecated.static ASMHashModelnewASMHashModel(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, toStringMethods 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, unsetMethods inherited from class org.eclipse.m2m.atl.engine.vm.nativelib.ASMNativeObject
getNativeImpl
-
Method Details
-
findModelElement
Deprecated.Description copied from class:ASMModelFinds a Classifier in a Metamodel.- Specified by:
findModelElementin classASMModel
-
newModelElement
Deprecated.- Specified by:
newModelElementin classASMModel
-
newASMHashModel
public static ASMHashModel newASMHashModel(String name, ASMModel metamodel, ModelLoader ml) throws Exception Deprecated.- Throws:
Exception
-
getElementsByType
Deprecated.- Specified by:
getElementsByTypein classASMModel
-
loadASMHashModel
public static ASMHashModel loadASMHashModel(String name, ASMModel metamodel, String url, ModelLoader ml) throws Exception Deprecated.- Throws:
Exception
-