com.cosylab.vdct.graphics.objects
Interface MultiInLink

All Superinterfaces:
InLink, Linkable
All Known Implementing Classes:
EPICSFwdLink, EPICSInLink, EPICSLinkOutIn, EPICSOutLink, EPICSVarLink, EPICSVarOutLink, Macro, Record, TemplateEPICSMacro, TemplateEPICSPort

public interface MultiInLink
extends InLink

Insert the type's description here. Creation date: (4.5.2001 9:51:01)

Author:

Field Summary
 
Fields inherited from interface com.cosylab.vdct.graphics.objects.InLink
INPUT_MACRO_MODE, OUTPUT_MACRO_MODE
 
Method Summary
 int getLinkCount()
          Insert the method's description here.
 java.util.Vector getOutlinks()
           
 java.util.Vector getStartPoints()
           
 
Methods inherited from interface com.cosylab.vdct.graphics.objects.InLink
getInX, getInY, getLeftX, getOutput, getRightX, isRight, setOutput
 
Methods inherited from interface com.cosylab.vdct.graphics.objects.Linkable
disconnect, getID, getLayerID, isConnectable, isDisconnected, setLayerID
 

Method Detail

getLinkCount

int getLinkCount()
Insert the method's description here. Creation date: (4.5.2001 9:51:40)

Returns:
java.util.Vector

getStartPoints

java.util.Vector getStartPoints()

getOutlinks

java.util.Vector getOutlinks()