Uses of Class
org.eclipse.emf.ecore.util.Switch

Packages that use Switch
org.eclipse.emf.codegen.ecore.genmodel.util   
org.eclipse.emf.ecore.change.util Provides utilities. 
org.eclipse.emf.ecore.util Provides utilities. 
org.eclipse.emf.edit.tree.util   
org.eclipse.emf.mapping.ecore2ecore.util   
org.eclipse.emf.mapping.ecore2xml.util   
org.eclipse.emf.mapping.util   
 

Uses of Switch in org.eclipse.emf.codegen.ecore.genmodel.util
 

Subclasses of Switch in org.eclipse.emf.codegen.ecore.genmodel.util
 class GenModelSwitch<T>
          The Switch for the model's inheritance hierarchy.
 

Uses of Switch in org.eclipse.emf.ecore.change.util
 

Subclasses of Switch in org.eclipse.emf.ecore.change.util
 class ChangeSwitch<T>
          The Switch for the model's inheritance hierarchy.
 

Uses of Switch in org.eclipse.emf.ecore.util
 

Subclasses of Switch in org.eclipse.emf.ecore.util
 class ComposedSwitch<T>
          Composes multiple switches in order to handle instances of classes defined in multiple packages.
 class EcoreSwitch<T>
          The Switch for the model's inheritance hierarchy.
 

Methods in org.eclipse.emf.ecore.util with parameters of type Switch
 void ComposedSwitch.addSwitch(Switch<T> sw)
           
 void ComposedSwitch.removeSwitch(Switch<T> sw)
           
 

Constructor parameters in org.eclipse.emf.ecore.util with type arguments of type Switch
ComposedSwitch(java.util.Collection<? extends Switch<T>> switches)
          Creates a new ComposedSwitch.
 

Uses of Switch in org.eclipse.emf.edit.tree.util
 

Subclasses of Switch in org.eclipse.emf.edit.tree.util
 class TreeSwitch<T>
          The Switch for the model's inheritance hierarchy.
 

Uses of Switch in org.eclipse.emf.mapping.ecore2ecore.util
 

Subclasses of Switch in org.eclipse.emf.mapping.ecore2ecore.util
 class Ecore2EcoreSwitch<T>
          The Switch for the model's inheritance hierarchy.
 

Uses of Switch in org.eclipse.emf.mapping.ecore2xml.util
 

Subclasses of Switch in org.eclipse.emf.mapping.ecore2xml.util
 class Ecore2XMLSwitch<T>
          The Switch for the model's inheritance hierarchy.
 

Uses of Switch in org.eclipse.emf.mapping.util
 

Subclasses of Switch in org.eclipse.emf.mapping.util
 class MappingSwitch<T>
          The Switch for the model's inheritance hierarchy.
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.