TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.hyades.probekit.editor.internal.provider
Class EObjectListSwitch

java.lang.Object
  extended by org.eclipse.hyades.probekit.editor.internal.provider.EObjectListSwitch

public class EObjectListSwitch
extends java.lang.Object


Constructor Summary
EObjectListSwitch()
           
 
Method Summary
 org.eclipse.emf.common.notify.Adapter createAllImportsProvider(java.lang.Object object)
           
 org.eclipse.emf.common.notify.Adapter createAllTargetsProvider(java.lang.Object object)
           
 org.eclipse.emf.common.notify.Adapter doSwitch(java.lang.Object object, java.lang.Object type)
           
static org.eclipse.emf.ecore.EStructuralFeature getFeature(java.lang.Object object)
           
static boolean isSwitchForFeature(org.eclipse.emf.ecore.EStructuralFeature feature)
           
static boolean isSwitchForType(java.lang.Object object, java.lang.Object type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EObjectListSwitch

public EObjectListSwitch()
Method Detail

isSwitchForType

public static boolean isSwitchForType(java.lang.Object object,
                                      java.lang.Object type)

isSwitchForFeature

public static boolean isSwitchForFeature(org.eclipse.emf.ecore.EStructuralFeature feature)

getFeature

public static org.eclipse.emf.ecore.EStructuralFeature getFeature(java.lang.Object object)

doSwitch

public org.eclipse.emf.common.notify.Adapter doSwitch(java.lang.Object object,
                                                      java.lang.Object type)

createAllImportsProvider

public org.eclipse.emf.common.notify.Adapter createAllImportsProvider(java.lang.Object object)

createAllTargetsProvider

public org.eclipse.emf.common.notify.Adapter createAllTargetsProvider(java.lang.Object object)

TPTP 4.5.0 Platform Project
Internal API Specification