메소드 | 설명 | |
---|---|---|
ChangeLabelGui ( LabelStyle style ) : void | ||
ConnectPortsGui ( ) : void |
Connect Ports between selected Elements from GUI with Mouse Wait It connects Ports of different elements with the same name with a not directed connector
|
|
ConnectPortsInsideGui ( ) : void | ||
ConnectPortsOf2Classes ( EA.Element srcEl, EA.Element trgtEl ) : void | ||
CopyPortsGui ( ) : void |
Copy Ports
|
|
DeletePortsGui ( ) : void | ||
DeletePortsMarkedPorts ( ) : void | ||
DoChangeLabelGui ( LabelStyle style ) : void | ||
DoConnectPortGui ( ) : void |
Connect all ports of: - all selected Class / Components to each other - recursive selected packages
|
|
DoConnectPortsInsideGui ( ) : int |
Connect all ports of all selected Class / Components to each other.
|
|
DoCopyPortsGui ( ) : int | ||
DoDeleteMarkedPortsGui ( ) : void | ||
DoDeletePortsGui ( ) : int | ||
DoOrderDiagramObjectsGui ( ) : void | ||
OrderDiagramObjectsGui ( ) : void | ||
PortServices ( Repository rep ) : System |
Port services like: Label, Connect, Copy, Delete,..
|
|
RemovePortFromDiagramGui ( ) : void | ||
SetConnectionDirectionUnspecifiedGui ( ) : void | ||
ShowPortsInDiagram ( bool isOptimizePortLayout = false ) : void |
Show Ports of selected elements in Diagram. The ports are on the right side of the element. If isOptimized=true: - Receiving Ports on the left side (Server, Receiver) - Sending Ports on the right side (Client, Sender)
|
메소드 | 설명 | |
---|---|---|
ChangeLabel ( EA.DiagramObject portObj, string from, string to ) : void | ||
CopyPort ( EA.Element srcPort, EA.Element trgEl ) : void |
Copy port to target element
|
|
DelPort ( EA.Element port ) : void | ||
DoChangeLabelStyle ( EA.DiagramObject portObj, LabelStyle style ) : void | ||
DoRemovePortFromDiagramGui ( ) : void | ||
RemovePortFromDiagram ( Diagram dia, EA.Element port ) : void | ||
SetElementConnectorDirectionUnspecified ( EA.Element el ) : void |
public ConnectPortsOf2Classes ( EA.Element srcEl, EA.Element trgtEl ) : void | ||
srcEl | EA.Element | |
trgtEl | EA.Element | |
리턴 | void |
public DoChangeLabelGui ( LabelStyle style ) : void | ||
style | LabelStyle | |
리턴 | void |
public SetConnectionDirectionUnspecifiedGui ( ) : void | ||
리턴 | void |
public ShowPortsInDiagram ( bool isOptimizePortLayout = false ) : void | ||
isOptimizePortLayout | bool | |
리턴 | void |