org.topcased.traceability.hmi.modeler
Class TWCreationUtils
java.lang.Object
AbstractCreationUtils
org.topcased.traceability.hmi.modeler.TWCreationUtils
public class TWCreationUtils
- extends AbstractCreationUtils
This utility class allows to create a GraphElement associated with a Model Object
- ** Generated **
Constructor Summary |
TWCreationUtils(DiagramGraphConf diagramConf)
Constructor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TWCreationUtils
public TWCreationUtils(DiagramGraphConf diagramConf)
- Constructor
- Parameters:
diagramConf
- the Diagram Graphical Configuration- ** Generated **
createGraphElement
public GraphElement createGraphElement(EObject obj,
java.lang.String presentation)
- See Also:
org.topcased.modeler.editor.ICreationUtils#createGraphElement(org.eclipse.emf.ecore.EObject, java.lang.String)
- ** Generated **
createGraphElementDocument
protected GraphElement createGraphElementDocument(Document element,
java.lang.String presentation)
- Parameters:
element
- the model elementpresentation
- the presentation of the graphical element
- Returns:
- the complete GraphElement
- ** Generated **
createGraphElementOrCoverPoint
protected GraphElement createGraphElementOrCoverPoint(CoverPoint element,
java.lang.String presentation)
- Parameters:
element
- the model elementpresentation
- the presentation of the graphical element
- Returns:
- the complete GraphElement
- ** Generated **
createGraphElementAndCoverPoint
protected GraphElement createGraphElementAndCoverPoint(CoverPoint element,
java.lang.String presentation)
- Parameters:
element
- the model elementpresentation
- the presentation of the graphical element
- Returns:
- the complete GraphElement
- ** Generated **
createModelObject
public EObject createModelObject(EObject obj)
- Create the ModelObject with its initial children
- Parameters:
obj
- the model object
- Returns:
- the model object with its children
- ** Generated **
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.