Modelers

Uses of Interface
org.topcased.modeler.graphconf.DiagramGraphConf

Packages that use DiagramGraphConf
org.topcased.modeler.editor   
org.topcased.modeler.graphconf   
org.topcased.modeler.graphconf.util   
org.topcased.modeler.utils   
 

Uses of DiagramGraphConf in org.topcased.modeler.editor
 

Methods in org.topcased.modeler.editor that return DiagramGraphConf
protected  DiagramGraphConf AbstractCreationUtils.getDiagramGraphConf()
          Return the Diagram Graphical Configuration associated with this Factory
 DiagramGraphConf IConfiguration.getDiagramGraphConf()
          Get the DiagramGraphConf model object associated with the diagram
 

Constructors in org.topcased.modeler.editor with parameters of type DiagramGraphConf
AbstractCreationUtils(DiagramGraphConf diagramConf)
          Constructor
 

Uses of DiagramGraphConf in org.topcased.modeler.graphconf
 

Methods in org.topcased.modeler.graphconf that return DiagramGraphConf
 DiagramGraphConf GraphconfFactory.createDiagramGraphConf()
          Returns a new object of class 'Diagram Graph Conf'.
 

Uses of DiagramGraphConf in org.topcased.modeler.graphconf.util
 

Methods in org.topcased.modeler.graphconf.util with parameters of type DiagramGraphConf
 java.lang.Object GraphconfSwitch.caseDiagramGraphConf(DiagramGraphConf object)
          Returns the result of interpretting the object as an instance of 'Diagram Graph Conf'.
 

Uses of DiagramGraphConf in org.topcased.modeler.utils
 

Methods in org.topcased.modeler.utils with parameters of type DiagramGraphConf
static EdgeGraphConf Utils.getEdgeGraphConf(DiagramGraphConf diagGraphConf, EObject modelObject, java.lang.String presentation)
          Search in the DiagramGraphConf the first EdgeGraphConf with the corresponding EClass and presentation that validate all the constraints when they exist
static NodeGraphConf Utils.getNodeGraphConf(DiagramGraphConf diagGraphConf, EObject modelObject, java.lang.String presentation)
          Search in the DiagramGraphConf the first NodeGraphConf with the corresponding EClass and presentation that validate all the constraints when they exist
 


Modelers

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