Uses of Interface
org.eclipse.gmf.gmfgraph.Identity

Packages that use Identity
org.eclipse.gmf.gmfgraph   
org.eclipse.gmf.gmfgraph.impl   
org.eclipse.gmf.gmfgraph.util   
 

Uses of Identity in org.eclipse.gmf.gmfgraph
 

Subinterfaces of Identity in org.eclipse.gmf.gmfgraph
 interface AbstractNode
          A representation of the model object 'Abstract Node'.
 interface Canvas
          A representation of the model object 'Canvas'.
 interface ColorPin
          A representation of the model object 'Color Pin'.
 interface Compartment
          A representation of the model object 'Compartment'.
 interface Connection
          A representation of the model object 'Connection'.
 interface CustomPin
          A representation of the model object 'Custom Pin'.
 interface DiagramElement
          A representation of the model object 'Diagram Element'.
 interface DiagramLabel
          A representation of the model object 'Diagram Label'.
 interface FigureDescriptor
          A representation of the model object 'Figure Descriptor'.
 interface FigureGallery
          A representation of the model object 'Figure Gallery'.
 interface Node
          A representation of the model object 'Node'.
 interface Pin
          A representation of the model object 'Pin'.
 interface VisiblePin
          A representation of the model object 'Visible Pin'.
 

Uses of Identity in org.eclipse.gmf.gmfgraph.impl
 

Classes in org.eclipse.gmf.gmfgraph.impl that implement Identity
 class AbstractNodeImpl
          An implementation of the model object 'Abstract Node'.
 class CanvasImpl
          An implementation of the model object 'Canvas'.
 class ColorPinImpl
          An implementation of the model object 'Color Pin'.
 class CompartmentImpl
          An implementation of the model object 'Compartment'.
 class ConnectionImpl
          An implementation of the model object 'Connection'.
 class CustomPinImpl
          An implementation of the model object 'Custom Pin'.
 class DiagramElementImpl
          An implementation of the model object 'Diagram Element'.
 class DiagramLabelImpl
          An implementation of the model object 'Diagram Label'.
 class FigureDescriptorImpl
          An implementation of the model object 'Figure Descriptor'.
 class FigureGalleryImpl
          An implementation of the model object 'Figure Gallery'.
 class NodeImpl
          An implementation of the model object 'Node'.
 class VisiblePinImpl
          An implementation of the model object 'Visible Pin'.
 

Uses of Identity in org.eclipse.gmf.gmfgraph.util
 

Methods in org.eclipse.gmf.gmfgraph.util with parameters of type Identity
 T GMFGraphSwitch.caseIdentity(Identity object)
          Returns the result of interpreting the object as an instance of 'Identity'.
 



Copyright © 2012. All Rights Reserved.