|
UML | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractCreationUtils
org.topcased.modeler.uml.statemachinediagram.STMCreationUtils
public class STMCreationUtils
This utility class allows to create a GraphElement associated with a Model Object
Constructor Summary | |
---|---|
STMCreationUtils(DiagramGraphConf diagramConf)
Constructor |
Method Summary | |
---|---|
GraphElement |
createGraphElement(EObject obj,
java.lang.String presentation)
|
protected GraphElement |
createGraphElementComment(org.eclipse.uml2.uml.Comment element,
java.lang.String presentation)
|
protected GraphElement |
createGraphElementCompositeState(org.eclipse.uml2.uml.State element,
java.lang.String presentation)
|
protected GraphElement |
createGraphElementConnectionPointReference(org.eclipse.uml2.uml.ConnectionPointReference element,
java.lang.String presentation)
|
protected GraphElement |
createGraphElementFinalState(org.eclipse.uml2.uml.FinalState element,
java.lang.String presentation)
|
protected GraphElement |
createGraphElementPseudostateChoice(org.eclipse.uml2.uml.Pseudostate element,
java.lang.String presentation)
|
protected GraphElement |
createGraphElementPseudostateDeepHistory(org.eclipse.uml2.uml.Pseudostate element,
java.lang.String presentation)
|
protected GraphElement |
createGraphElementPseudostateEntryPoint(org.eclipse.uml2.uml.Pseudostate element,
java.lang.String presentation)
|
protected GraphElement |
createGraphElementPseudostateExitPoint(org.eclipse.uml2.uml.Pseudostate element,
java.lang.String presentation)
|
protected GraphElement |
createGraphElementPseudostateFork(org.eclipse.uml2.uml.Pseudostate element,
java.lang.String presentation)
|
protected GraphElement |
createGraphElementPseudostateInitial(org.eclipse.uml2.uml.Pseudostate element,
java.lang.String presentation)
|
protected GraphElement |
createGraphElementPseudostateJoin(org.eclipse.uml2.uml.Pseudostate element,
java.lang.String presentation)
|
protected GraphElement |
createGraphElementPseudostateJunction(org.eclipse.uml2.uml.Pseudostate element,
java.lang.String presentation)
|
protected GraphElement |
createGraphElementPseudostateShallowHistory(org.eclipse.uml2.uml.Pseudostate element,
java.lang.String presentation)
|
protected GraphElement |
createGraphElementPseudostateTerminate(org.eclipse.uml2.uml.Pseudostate element,
java.lang.String presentation)
|
protected GraphElement |
createGraphElementRegion(org.eclipse.uml2.uml.Region element,
java.lang.String presentation)
|
protected GraphElement |
createGraphElementState(org.eclipse.uml2.uml.State element,
java.lang.String presentation)
|
protected GraphElement |
createGraphElementSubmachineState(org.eclipse.uml2.uml.State element,
java.lang.String presentation)
|
protected GraphElement |
createGraphElementTransition(org.eclipse.uml2.uml.Transition element,
java.lang.String presentation)
|
EObject |
createModelObject(EObject obj)
Create the ModelObject with its initial children |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public STMCreationUtils(DiagramGraphConf diagramConf)
diagramConf
- the Diagram Graphical ConfigurationMethod Detail |
---|
public GraphElement createGraphElement(EObject obj, java.lang.String presentation)
org.topcased.modeler.editor.ICreationUtils#createGraphElement(org.eclipse.emf.ecore.EObject,
java.lang.String)
protected GraphElement createGraphElementRegion(org.eclipse.uml2.uml.Region element, java.lang.String presentation)
element
- the model elementpresentation
- the presentation of the graphical element
protected GraphElement createGraphElementState(org.eclipse.uml2.uml.State element, java.lang.String presentation)
element
- the model elementpresentation
- the presentation of the graphical element
protected GraphElement createGraphElementCompositeState(org.eclipse.uml2.uml.State element, java.lang.String presentation)
element
- the model elementpresentation
- the presentation of the graphical element
protected GraphElement createGraphElementSubmachineState(org.eclipse.uml2.uml.State element, java.lang.String presentation)
element
- the model elementpresentation
- the presentation of the graphical element
protected GraphElement createGraphElementConnectionPointReference(org.eclipse.uml2.uml.ConnectionPointReference element, java.lang.String presentation)
element
- the model elementpresentation
- the presentation of the graphical element
protected GraphElement createGraphElementFinalState(org.eclipse.uml2.uml.FinalState element, java.lang.String presentation)
element
- the model elementpresentation
- the presentation of the graphical element
protected GraphElement createGraphElementPseudostateInitial(org.eclipse.uml2.uml.Pseudostate element, java.lang.String presentation)
element
- the model elementpresentation
- the presentation of the graphical element
protected GraphElement createGraphElementPseudostateDeepHistory(org.eclipse.uml2.uml.Pseudostate element, java.lang.String presentation)
element
- the model elementpresentation
- the presentation of the graphical element
protected GraphElement createGraphElementPseudostateShallowHistory(org.eclipse.uml2.uml.Pseudostate element, java.lang.String presentation)
element
- the model elementpresentation
- the presentation of the graphical element
protected GraphElement createGraphElementPseudostateJoin(org.eclipse.uml2.uml.Pseudostate element, java.lang.String presentation)
element
- the model elementpresentation
- the presentation of the graphical element
protected GraphElement createGraphElementPseudostateFork(org.eclipse.uml2.uml.Pseudostate element, java.lang.String presentation)
element
- the model elementpresentation
- the presentation of the graphical element
protected GraphElement createGraphElementPseudostateJunction(org.eclipse.uml2.uml.Pseudostate element, java.lang.String presentation)
element
- the model elementpresentation
- the presentation of the graphical element
protected GraphElement createGraphElementPseudostateChoice(org.eclipse.uml2.uml.Pseudostate element, java.lang.String presentation)
element
- the model elementpresentation
- the presentation of the graphical element
protected GraphElement createGraphElementPseudostateEntryPoint(org.eclipse.uml2.uml.Pseudostate element, java.lang.String presentation)
element
- the model elementpresentation
- the presentation of the graphical element
protected GraphElement createGraphElementPseudostateExitPoint(org.eclipse.uml2.uml.Pseudostate element, java.lang.String presentation)
element
- the model elementpresentation
- the presentation of the graphical element
protected GraphElement createGraphElementPseudostateTerminate(org.eclipse.uml2.uml.Pseudostate element, java.lang.String presentation)
element
- the model elementpresentation
- the presentation of the graphical element
protected GraphElement createGraphElementTransition(org.eclipse.uml2.uml.Transition element, java.lang.String presentation)
element
- the model elementpresentation
- the presentation of the graphical element
protected GraphElement createGraphElementComment(org.eclipse.uml2.uml.Comment element, java.lang.String presentation)
element
- the model elementpresentation
- the presentation of the graphical element
public EObject createModelObject(EObject obj)
obj
- the model object
|
UML | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.