Modelers

Uses of Interface
org.topcased.modeler.di.model.GraphConnector

Packages that use GraphConnector
org.topcased.modeler.commands   
org.topcased.modeler.di.model   
org.topcased.modeler.di.model.util   
 

Uses of GraphConnector in org.topcased.modeler.commands
 

Methods in org.topcased.modeler.commands with parameters of type GraphConnector
protected  void ReconnectEdgeToTargetCommand.updateConnectors(GraphConnector newConnector, GraphConnector oldConnector, GraphConnector attachedConnector)
           
protected  void ReconnectEdgeToSourceCommand.updateConnectors(GraphConnector newConnector, GraphConnector oldConnector, GraphConnector attachedConnector)
           
protected  void ReconnectTargetToSourceCommand.updateConnectors(GraphConnector newConnector, GraphConnector oldConnector, GraphConnector attachedConnector)
           
protected abstract  void ReconnectGraphEdgeCommand.updateConnectors(GraphConnector newConnector, GraphConnector oldConnector, GraphConnector attachedConnector)
          Updates anchors and edges within these connectors.
protected  void ReconnectSourceToTargetCommand.updateConnectors(GraphConnector newConnector, GraphConnector oldConnector, GraphConnector attachedConnector)
           
protected  void ReconnectTargetToEdgeCommand.updateConnectors(GraphConnector newConnector, GraphConnector oldConnector, GraphConnector attachedConnector)
           
protected  void ReconnectSourceToEdgeCommand.updateConnectors(GraphConnector newConnector, GraphConnector oldConnector, GraphConnector attachedConnector)
           
 

Uses of GraphConnector in org.topcased.modeler.di.model
 

Methods in org.topcased.modeler.di.model that return GraphConnector
 GraphConnector DiagramInterchangeFactory.createGraphConnector()
          Returns a new object of class 'Graph Connector'
 

Methods in org.topcased.modeler.di.model that return types with arguments of type GraphConnector
 EList<GraphConnector> GraphEdge.getAnchor()
          Returns the value of the 'Anchor' reference list.
 EList<GraphConnector> GraphElement.getAnchorage()
          Returns the value of the 'Anchorage' containment reference list.
 

Uses of GraphConnector in org.topcased.modeler.di.model.util
 

Methods in org.topcased.modeler.di.model.util with parameters of type GraphConnector
 T DiagramInterchangeSwitch.caseGraphConnector(GraphConnector object)
          Returns the result of interpretting the object as an instance of 'Graph Connector'.
 


Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.