Uses of Class
org.eclipse.m2m.atl.drivers.emf4atl.ASMEMFModelElement

Packages that use ASMEMFModelElement
org.eclipse.m2m.atl.drivers.emf4atl This package contains the EMF driver for the vm. 
org.eclipse.m2m.atl.drivers.uml24atl This package contains the UML2 driver for the vm. 
 

Uses of ASMEMFModelElement in org.eclipse.m2m.atl.drivers.emf4atl
 

Methods in org.eclipse.m2m.atl.drivers.emf4atl with parameters of type ASMEMFModelElement
static ASMOrderedSet ASMEMFModelElement.allInstances(StackFrame frame, ASMEMFModelElement self)
          Returns all instances of a type.
static ASMOrderedSet ASMEMFModelElement.allInstancesFrom(StackFrame frame, ASMEMFModelElement self, ASMString sourceModelName)
          Returns all instances of a type from a given model.
static ASMOclAny ASMEMFModelElement.getInstanceById(StackFrame frame, ASMEMFModelElement self, ASMString modelName, ASMString id)
          Returns the instance with the given id.
static ASMModelElement ASMEMFModelElement.newInstance(StackFrame frame, ASMEMFModelElement self)
          Creates a new instance of a given type.
static ASMModelElement ASMEMFModelElement.newInstanceIn(StackFrame frame, ASMEMFModelElement self, ASMString modelName)
          Creates a new instance of a given type.
 

Uses of ASMEMFModelElement in org.eclipse.m2m.atl.drivers.uml24atl
 

Subclasses of ASMEMFModelElement in org.eclipse.m2m.atl.drivers.uml24atl
 class ASMUMLModelElement
          The UMLspecific implementation for ASMModelElement.
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.