|
|
|
|
com.change_vision.jude.api.inf.editor. CompositeStructureDiagramEditor
|
+createCompositeStructureDiagram(INamedElement owner, String name) :ICompositeStructureDiagram
+createConnectorPresentation(INodePresentation fromPresentation, INodePresentation toPresentation) :ILinkPresentation
+createStructuredClassPresentation(IElement model, Point2D location) :INodePresentation
+createStructuredClassPresentation(IElement model, INodePresentation parent, Point2D location) :INodePresentation
+createPortPresentation(INodePresentation targetPresentation, String name, String dataType, Point2D location) :INodePresentation
+createPortPresentation(INodePresentation targetPresentation, IPort iPort, Point2D location) :INodePresentation
+createPortPresentation(INodePresentation targetPresentation) :INodePresentation
+createProvidedInterfacePresentation(INodePresentation endPresentation) :INodePresentation
+createProvidedInterfacePresentation(INodePresentation endPresentation, Point2D location) :INodePresentation
+createProvidedInterfacePresentation(INodePresentation endPresentation, IClass interfaceModel, Point2D location) :INodePresentation
+createRequiredInterfacePresentation(INodePresentation endPresentation) :INodePresentation
+createRequiredInterfacePresentation(INodePresentation endPresentation, Point2D location) :INodePresentation
+createRequiredInterfacePresentation(INodePresentation endPresentation, IClass interfaceModel, Point2D location) :INodePresentation
+showInterfacePresentations(INodePresentation portPresentation, Point2D location) :void
|
|
|
|
|