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
Modifier and TypeInterfaceDescriptionstatic interface
Specific event types. -
Method Summary
Modifier and TypeMethodDescriptiongetInput()
Gets the incoming element.Gets the input directionGets the outgoing element.Gets the output directionvoid
setInputDirection
(String direction) Sets the input directionvoid
setOutputDirection
(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, verify
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.IWidget
afterInit, getParentBlock, getSysname, isHidden, refresh, render, setHidden, setParentBlock, setSysname
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IXmlSerializable
load, save
-
Method Details
-
getInput
OutputConnectionPoint getInput()Gets the incoming element.- Returns:
- A
invalid reference
OuputConnectionPoint
-
getOutput
InputConnectionPoint getOutput()Gets the outgoing element.- Returns:
- A
InputConnectionPoint
object.
-
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
-