public interface IDesignLink extends IDesignElement
IDesignElement objects within a diagram.| Modifier and Type | Interface and Description |
|---|---|
static interface |
IDesignLink.SupportedEventTypes
Specific event types.
|
| Modifier and Type | Method and Description |
|---|---|
OutputConnectionPoint |
getInput()
Gets the incoming element.
|
String |
getInputDirection()
Gets the input direction
|
InputConnectionPoint |
getOutput()
Gets the outgoing element.
|
String |
getOutputDirection()
Gets the output direction
|
void |
setInputDirection(String direction)
Sets the input direction
|
void |
setOutputDirection(String direction)
Sets the output direction
|
allowRemove, delete, getContainer, getId, getLinkedDesignElementsGroupName, getUniqueGroupName, getUniqueName, isDirty, isEmbedded, isPersistent, isVolatile, setAllowRemove, setDirty, verifyafterInit, getParentBlock, getSysname, isHidden, refresh, render, setHidden, setParentBlock, setSysnameload, saveOutputConnectionPoint getInput()
OuputConnectionPoint object.InputConnectionPoint getOutput()
InputConnectionPoint object.String getInputDirection()
void setInputDirection(String direction)
direction - input directionString getOutputDirection()
void setOutputDirection(String direction)
direction - output directionCopyright © 2021 Visiativ Software. All rights reserved.