Uses of Class
org.eclipse.m2m.atl.adt.ui.text.atl.types.Operation

Packages that use Operation
org.eclipse.m2m.atl.adt.ui.text.atl.types   
 

Uses of Operation in org.eclipse.m2m.atl.adt.ui.text.atl.types
 

Methods in org.eclipse.m2m.atl.adt.ui.text.atl.types that return Operation
static Operation Operation.createFromCalledRule(UnitType unit, org.eclipse.emf.ecore.EObject rule, OclAnyType context)
          Utility method to initialize an Operation Feature from an ATL model called rule.
static Operation Operation.createFromHelper(UnitType unit, org.eclipse.emf.ecore.EObject helper, OclAnyType context)
          Utility method to initialize an Operation Feature from an ATL model helper.
static Operation Operation.createFromLazyRule(UnitType unit, org.eclipse.emf.ecore.EObject rule, OclAnyType context)
          Utility method to initialize an Operation Feature from an ATL model lazy rule.
static Operation AtlTypesProcessor.getOperation(OclAnyType context, UnitType module, java.lang.String operationName, OclAnyType... parameters)
          Returns the operation associated to the given context, with the given name.
 

Methods in org.eclipse.m2m.atl.adt.ui.text.atl.types that return types with arguments of type Operation
 java.util.Set<Operation> UnitType.getAllHelpers()
           
 java.util.Set<Operation> UnitType.getHelpers(OclAnyType type)
          Returns all the registered helpers for the given type.
 java.util.Set<Operation> OclAnyType.getOperations()
          Returns an aggregation of the current type operation and the supertype's ones.
protected  java.util.List<Operation> SequenceType.getTypeOperations()
          Return the local type operations. Subclasses may override this method to add their own operation to the supertypes's ones.
protected  java.util.List<Operation> RealType.getTypeOperations()
          Return the local type operations.
protected  java.util.List<Operation> BagType.getTypeOperations()
          Return the local type operations. Subclasses may override this method to add their own operation to the supertypes's ones.
protected  java.util.List<Operation> CollectionType.getTypeOperations()
          Return the local type operations.
protected  java.util.List<Operation> TupleType.getTypeOperations()
          Return the local type operations.
protected  java.util.List<Operation> IntegerType.getTypeOperations()
          Return the local type operations.
protected  java.util.List<Operation> SetType.getTypeOperations()
          Return the local type operations. Subclasses may override this method to add their own operation to the supertypes's ones.
protected  java.util.List<Operation> MapType.getTypeOperations()
          Return the local type operations.
protected  java.util.List<Operation> BooleanType.getTypeOperations()
          Return the local type operations.
protected  java.util.List<Operation> ModuleType.getTypeOperations()
          Return the local type operations.
protected  java.util.List<Operation> OrderedSetType.getTypeOperations()
          Return the local type operations. Subclasses may override this method to add their own operation to the supertypes's ones.
protected  java.util.List<Operation> StringType.getTypeOperations()
          Return the local type operations.
 java.util.List<Operation> ModelElementType.getTypeOperations()
          Return the local type operations.
protected  java.util.List<Operation> OclType.getTypeOperations()
          Return the local type operations.
protected  java.util.List<Operation> OclAnyType.getTypeOperations()
          Return the local type operations.
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.