Modelers

org.topcased.modeler.editor
Interface ICreationUtils

All Known Implementing Classes:
AbstractCreationUtils

public interface ICreationUtils

This interface offers CreationUtils methods for the currently edited diagram
created 19 avr. 2005


Method Summary
 GraphElement createGraphElement(EObject obj)
          Create the GraphElement with its initial children and a given presentation
 GraphElement createGraphElement(EObject obj, java.lang.String presentation)
          Create the GraphElement with its initial children and a given presentation
 EObject createModelObject(EObject obj)
          Deprecated. should be removed in the next major release
 

Method Detail

createGraphElement

GraphElement createGraphElement(EObject obj)
Create the GraphElement with its initial children and a given presentation

Parameters:
obj - the model object
Returns:
the GraphElement

createGraphElement

GraphElement createGraphElement(EObject obj,
                                java.lang.String presentation)
Create the GraphElement with its initial children and a given presentation

Parameters:
obj - the model object
presentation - the presentation of the graphical element
Returns:
the GraphElement

createModelObject

EObject createModelObject(EObject obj)
Deprecated. should be removed in the next major release

Create the ModelObject with its initial children

Parameters:
obj - the model object
Returns:
the model object with its children

Modelers

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