org.eclipse.m2m.atl.adt.ui.text.atl.types
Class QueryType

java.lang.Object
  extended by org.eclipse.m2m.atl.adt.ui.text.atl.types.OclAnyType
      extended by org.eclipse.m2m.atl.adt.ui.text.atl.types.UnitType
          extended by org.eclipse.m2m.atl.adt.ui.text.atl.types.QueryType

public class QueryType
extends UnitType

The ATL Query type.


Field Summary
 
Fields inherited from class org.eclipse.m2m.atl.adt.ui.text.atl.types.UnitType
sourceManager
 
Fields inherited from class org.eclipse.m2m.atl.adt.ui.text.atl.types.OclAnyType
oclType
 
Constructor Summary
QueryType(org.eclipse.core.resources.IFile file, AtlSourceManager manager)
          Creates a new query from the given source manager.
 
Method Summary
protected  java.util.Collection<org.eclipse.emf.ecore.EObject> getHelpersObjects()
          Returns the helpers atl objects.
 
Methods inherited from class org.eclipse.m2m.atl.adt.ui.text.atl.types.UnitType
create, getAllAttributes, getAllHelpers, getAttributes, getFile, getHelpers, getSourceManager, getSupertypes, init
 
Methods inherited from class org.eclipse.m2m.atl.adt.ui.text.atl.types.OclAnyType
create, equals, getFeatures, getInstance, getOclType, getOperations, getTypeOperations, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryType

public QueryType(org.eclipse.core.resources.IFile file,
                 AtlSourceManager manager)
Creates a new query from the given source manager.

Parameters:
file - the query file
manager - the source manager
Method Detail

getHelpersObjects

protected java.util.Collection<org.eclipse.emf.ecore.EObject> getHelpersObjects()
Returns the helpers atl objects.

Specified by:
getHelpersObjects in class UnitType
Returns:
the helpers atl objects
See Also:
UnitType.getHelpersObjects()

Copyright 2007 IBM Corporation and others.
All Rights Reserved.