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

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

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

Subclasses of Feature in org.eclipse.m2m.atl.adt.ui.text.atl.types
 class Operation
          The Operation wrapper.
 

Methods in org.eclipse.m2m.atl.adt.ui.text.atl.types that return Feature
static Feature Feature.createFromAttribute(UnitType unit, org.eclipse.emf.ecore.EObject attribute, OclAnyType context)
          Utility method to initialize a Feature from an ATL model attribute helper.
static Feature AtlTypesProcessor.getFeature(OclAnyType context, UnitType module, java.lang.String featureName)
          Returns the feature 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 Feature
 java.util.Set<Feature> UnitType.getAllAttributes()
           
 java.util.Set<Feature> UnitType.getAttributes(OclAnyType type)
          Returns all the registered attributes for the given type.
 java.util.List<Feature> TupleType.getFeatures()
          
 java.util.List<Feature> ModelElementType.getFeatures()
          
 java.util.List<Feature> OclAnyType.getFeatures()
           
 

Methods in org.eclipse.m2m.atl.adt.ui.text.atl.types with parameters of type Feature
 int Feature.compareTo(Feature o)
          
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.