Interface IDesignLink
- All Superinterfaces:
IDesignElement,IWidget,IWritable,IXmlSerializable,Serializable
Interface to describe a link between to
IDesignElement objects within a diagram.- Since:
- 2.0, 9/11/2010
- Version:
- 1.0
- Author:
- vlygeros
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceSpecific event types. -
Method Summary
Modifier and TypeMethodDescriptiongetInput()Gets the incoming element.Gets the input directionGets the outgoing element.Gets the output directionvoidsetInputDirection(String direction) Sets the input directionvoidsetOutputDirection(String direction) Sets the output directionMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IDesignElement
allowRemove, delete, getContainer, getId, getLinkedDesignElementsGroupName, getUniqueGroupName, getUniqueName, isDirty, isEmbedded, isPersistent, isVolatile, setAllowRemove, setDirty, verifyMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.IWidget
afterInit, getParentBlock, getSysname, isHidden, refresh, render, setHidden, setParentBlock, setSysnameMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IXmlSerializable
load, save
-
Method Details
-
getInput
OutputConnectionPoint getInput()Gets the incoming element.- Returns:
- A
object.
invalid reference
OuputConnectionPoint
-
getOutput
InputConnectionPoint getOutput()Gets the outgoing element.- Returns:
- A
InputConnectionPointobject.
-
getInputDirection
String getInputDirection()Gets the input direction- Returns:
- the input direction
-
setInputDirection
Sets the input direction- Parameters:
direction- input direction
-
getOutputDirection
String getOutputDirection()Gets the output direction- Returns:
- the output direction
-
setOutputDirection
Sets the output direction- Parameters:
direction- output direction
-