|
SysML | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractCreationUtils
org.topcased.modeler.sysml.internalblockdiagram.InternalBlockCreationUtils
public class InternalBlockCreationUtils
This utility class allows to create a GraphElement associated with a Model Object
Constructor Summary | |
---|---|
InternalBlockCreationUtils(DiagramGraphConf diagramConf)
Constructor |
Method Summary | |
---|---|
GraphElement |
createGraphElement(EObject obj,
java.lang.String presentation)
|
protected GraphElement |
createGraphElementBlockProperty(BlockProperty element,
java.lang.String presentation)
|
protected GraphElement |
createGraphElementComment(org.eclipse.uml2.uml.Comment element,
java.lang.String presentation)
|
protected GraphElement |
createGraphElementConnector(org.eclipse.uml2.uml.Connector element,
java.lang.String presentation)
|
protected GraphElement |
createGraphElementDependency(org.eclipse.uml2.uml.Dependency element,
java.lang.String presentation)
|
protected GraphElement |
createGraphElementFlowPort(FlowPort element,
java.lang.String presentation)
|
protected GraphElement |
createGraphElementPort(org.eclipse.uml2.uml.Port element,
java.lang.String presentation)
|
protected GraphElement |
createGraphElementProblem(Problem element,
java.lang.String presentation)
|
protected GraphElement |
createGraphElementProperty(org.eclipse.uml2.uml.Property element,
java.lang.String presentation)
|
protected GraphElement |
createGraphElementRationale(Rationale element,
java.lang.String presentation)
|
EObject |
createModelObject(EObject obj)
Create the ModelObject with its initial children |
protected BlockProperty |
createModelObjectBlockProperty(BlockProperty element)
|
protected org.eclipse.uml2.uml.Comment |
createModelObjectComment(org.eclipse.uml2.uml.Comment element)
|
protected org.eclipse.uml2.uml.Connector |
createModelObjectConnector(org.eclipse.uml2.uml.Connector element)
|
protected org.eclipse.uml2.uml.Dependency |
createModelObjectDependency(org.eclipse.uml2.uml.Dependency element)
|
protected FlowPort |
createModelObjectFlowPort(FlowPort element)
|
protected org.eclipse.uml2.uml.Port |
createModelObjectPort(org.eclipse.uml2.uml.Port element)
|
protected Problem |
createModelObjectProblem(Problem element)
|
protected org.eclipse.uml2.uml.Property |
createModelObjectProperty(org.eclipse.uml2.uml.Property element)
|
protected Rationale |
createModelObjectRationale(Rationale element)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InternalBlockCreationUtils(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 createGraphElementBlockProperty(BlockProperty element, java.lang.String presentation)
element
- the model elementpresentation
- the presentation of the graphical element
protected GraphElement createGraphElementProperty(org.eclipse.uml2.uml.Property element, java.lang.String presentation)
element
- the model elementpresentation
- the presentation of the graphical element
protected GraphElement createGraphElementFlowPort(FlowPort element, java.lang.String presentation)
element
- the model elementpresentation
- the presentation of the graphical element
protected GraphElement createGraphElementPort(org.eclipse.uml2.uml.Port element, java.lang.String presentation)
element
- the model elementpresentation
- the presentation of the graphical element
protected GraphElement createGraphElementConnector(org.eclipse.uml2.uml.Connector element, java.lang.String presentation)
element
- the model elementpresentation
- the presentation of the graphical element
protected GraphElement createGraphElementDependency(org.eclipse.uml2.uml.Dependency 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
protected GraphElement createGraphElementRationale(Rationale element, java.lang.String presentation)
element
- the model elementpresentation
- the presentation of the graphical element
protected GraphElement createGraphElementProblem(Problem element, java.lang.String presentation)
element
- the model elementpresentation
- the presentation of the graphical element
public EObject createModelObject(EObject obj)
obj
- the model object
protected BlockProperty createModelObjectBlockProperty(BlockProperty element)
element
- the original model element
protected FlowPort createModelObjectFlowPort(FlowPort element)
element
- the original model element
protected org.eclipse.uml2.uml.Port createModelObjectPort(org.eclipse.uml2.uml.Port element)
element
- the original model element
protected org.eclipse.uml2.uml.Connector createModelObjectConnector(org.eclipse.uml2.uml.Connector element)
element
- the original model element
protected org.eclipse.uml2.uml.Dependency createModelObjectDependency(org.eclipse.uml2.uml.Dependency element)
element
- the original model element
protected org.eclipse.uml2.uml.Comment createModelObjectComment(org.eclipse.uml2.uml.Comment element)
element
- the original model element
protected Rationale createModelObjectRationale(Rationale element)
element
- the original model element
protected Problem createModelObjectProblem(Problem element)
element
- the original model element
protected org.eclipse.uml2.uml.Property createModelObjectProperty(org.eclipse.uml2.uml.Property element)
element
- the original model element
|
SysML | |||||||||
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.