Method Summary |
|
public Object | caseAbstractContext(AbstractContext object) Returns the result of interpretting the object as an instance of 'Abstract Context'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseBlackboard(Blackboard object) Returns the result of interpretting the object as an instance of 'Blackboard'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseBlackboardEntry(BlackboardEntry object) Returns the result of interpretting the object as an instance of 'Blackboard Entry'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseCloneable(Cloneable object) Returns the result of interpretting the object as an instance of 'Cloneable'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseComparable(Comparable object) Returns the result of interpretting the object as an instance of 'Comparable'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseContextModel(ContextModel object) Returns the result of interpretting the object as an instance of 'Context Model'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseEditManager(EditManager object) Returns the result of interpretting the object as an instance of 'Edit Manager'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseIAbstractContext(IAbstractContext object) Returns the result of interpretting the object as an instance of 'IAbstract Context'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseIAdaptable(IAdaptable object) Returns the result of interpretting the object as an instance of 'IAdaptable'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseIBlackboard(IBlackboard object) Returns the result of interpretting the object as an instance of 'IBlackboard'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseIBlockingAdaptable(IBlockingAdaptable object) Returns the result of interpretting the object as an instance of 'IBlocking Adaptable'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseIEditManager(IEditManager object) Returns the result of interpretting the object as an instance of 'IEdit Manager'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseILayer(ILayer object) Returns the result of interpretting the object as an instance of 'ILayer'. |
public Object | caseIMap(IMap object) Returns the result of interpretting the object as an instance of 'IMap'. |
public Object | caseIProject(IProject object) Returns the result of interpretting the object as an instance of 'IProject'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseIProjectElement(IProjectElement object) Returns the result of interpretting the object as an instance of 'IProject Element'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseIRenderManager(IRenderManager object) Returns the result of interpretting the object as an instance of 'IRender Manager'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseIResolveChangeListener(IResolveChangeListener object) Returns the result of interpretting the object as an instance of 'IResolve Change Listener'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseIViewportModel(IViewportModel object) Returns the result of interpretting the object as an instance of 'IViewport Model'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseLayer(Layer object) Returns the result of interpretting the object as an instance of 'Layer'. |
public Object | caseLayerFactory(LayerFactory object) Returns the result of interpretting the object as an instance of 'Layer Factory'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseMap(Map object) Returns the result of interpretting the object as an instance of 'Map'. |
public Object | casePicoBlackboard(PicoBlackboard object) Returns the result of interpretting the object as an instance of 'Pico Blackboard'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseProject(Project object) Returns the result of interpretting the object as an instance of 'Project'. |
public Object | caseProjectElement(ProjectElement object) Returns the result of interpretting the object as an instance of 'Element'. |
public Object | caseProjectRegistry(ProjectRegistry object) Returns the result of interpretting the object as an instance of 'Registry'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseStyleBlackboard(StyleBlackboard object) Returns the result of interpretting the object as an instance of 'Style Blackboard'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | caseStyleEntry(StyleEntry object) Returns the result of interpretting the object as an instance of 'Style Entry'.
This implementation returns null; returning a non-null result will
terminate the switch. |
public Object | defaultCase(EObject object) Returns the result of interpretting the object as an instance of 'EObject'. |
public Object | doSwitch(EObject theEObject) Calls caseXXX for each class of the model until one returns a non null result; it yields that result. |
protected Object | doSwitch(EClass theEClass, EObject theEObject) Calls caseXXX for each class of the model until one returns a non null result; it yields that result. |
protected Object | doSwitch(int classifierID, EObject theEObject) Calls caseXXX for each class of the model until one returns a non null result; it yields that result. |