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 SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceSpecific event types.
- 
Method SummaryModifier 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.IDesignElementallowRemove, delete, getContainer, getId, getLinkedDesignElementsGroupName, getUniqueGroupName, getUniqueName, isDirty, isEmbedded, isPersistent, isVolatile, setAllowRemove, setDirty, verifyMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.IWidgetaddActionListener, addChangeListener, afterInit, getCtrlTemplate, getCtrlTemplateWriter, getParam, getParentBlock, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getSysname, hasActionListeners, hasChangeListeners, isHidden, refresh, refreshWidgets, removeActionListener, removeActionListeners, removeChangeListener, removeChangeListeners, render, renderMobile, setHidden, setParentBlock, setSysnameMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IXmlSerializableload, save
- 
Method Details- 
getInputOutputConnectionPoint getInput()Gets the incoming element.- Returns:
- A 
object.invalid referenceOuputConnectionPoint
 
- 
getOutputInputConnectionPoint getOutput()Gets the outgoing element.- Returns:
- A InputConnectionPointobject.
 
- 
getInputDirectionString getInputDirection()Gets the input direction- Returns:
- the input direction
 
- 
setInputDirectionSets the input direction- Parameters:
- direction- input direction
 
- 
getOutputDirectionString getOutputDirection()Gets the output direction- Returns:
- the output direction
 
- 
setOutputDirectionSets the output direction- Parameters:
- direction- output direction
 
 
-