|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.frag.umlplugin.uml.command.AbstractDiagramCommand
de.frag.umlplugin.uml.command.AbstractConnectCommand
public abstract class AbstractConnectCommand
Abstract base class for commands that connect existing nodes.
Field Summary |
---|
Fields inherited from class de.frag.umlplugin.uml.command.AbstractDiagramCommand |
---|
COMMAND_CLASS, COMMAND_ELEMENT_NAME, PSI_CLASS, SOURCE_CLASS, TARGET_CLASS, USAGE_TYPE |
Constructor Summary | |
---|---|
AbstractConnectCommand()
|
Method Summary | |
---|---|
protected void |
addEdges(UMLDiagram diagram,
com.intellij.openapi.graph.base.Node subjectNode,
DependencyCollection classes,
boolean subjectIsSourceNode)
Adds edges between given subject node and given classes to diagram. |
Methods inherited from class de.frag.umlplugin.uml.command.AbstractDiagramCommand |
---|
addAdditionalInfo, createElement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface de.frag.umlplugin.uml.command.DiagramCommand |
---|
canExecute, execute, renameClasses |
Constructor Detail |
---|
public AbstractConnectCommand()
Method Detail |
---|
protected void addEdges(@NotNull UMLDiagram diagram, @NotNull com.intellij.openapi.graph.base.Node subjectNode, @NotNull DependencyCollection classes, boolean subjectIsSourceNode)
diagram
- diagram to add edges tosubjectNode
- subject nodeclasses
- collection of classessubjectIsSourceNode
- true, if subject is source node; false otherwise
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |