Modelers

org.topcased.modeler.extensions
Interface ICreationDiagram

All Known Implementing Classes:
CreationDiagramCommand

public interface ICreationDiagram

An interface used to create a model hierarchy before the creation of a Diagram Creation 3 mai 07


Method Summary
 EObject getLinkedElementWithDiagram(EObject initialObject)
          This method should be used to create the necessary model hierachy that should be created to create a new diagram that is not directly linked with the given EObject.
 

Method Detail

getLinkedElementWithDiagram

EObject getLinkedElementWithDiagram(EObject initialObject)
This method should be used to create the necessary model hierachy that should be created to create a new diagram that is not directly linked with the given EObject.

Parameters:
initialObject - the model object on which the creation has been requested
Returns:
EObject the real model object linked with the Diagram

Modelers

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