com.cosylab.vdct.graphics.objects
Interface Linkable

All Known Subinterfaces:
InLink, MultiInLink, OutLink
All Known Implementing Classes:
Connector, EPICSFwdLink, EPICSInLink, EPICSLink, EPICSLinkOut, EPICSLinkOutIn, EPICSOutLink, EPICSVarLink, EPICSVarOutLink, Macro, Port, Record, TemplateEPICSMacro, TemplateEPICSPort

public interface Linkable

Insert the type's description here. Creation date: (19.12.2000 20:18:41)

Author:
Matej Sekoranja

Method Summary
 void disconnect(Linkable disconnector)
          Insert the method's description here.
 java.lang.String getID()
          Insert the method's description here.
 java.lang.String getLayerID()
          Insert the method's description here.
 boolean isConnectable()
          Insert the method's description here.
 boolean isDisconnected()
          Insert the method's description here.
 void setLayerID(java.lang.String id)
          Insert the method's description here.
 

Method Detail

disconnect

void disconnect(Linkable disconnector)
Insert the method's description here. Creation date: (29.1.2001 17:46:17)


getID

java.lang.String getID()
Insert the method's description here. Creation date: (23.4.2001 20:33:36)

Returns:
java.lang.String

getLayerID

java.lang.String getLayerID()
Insert the method's description here. Creation date: (29.1.2001 17:57:19)

Returns:
java.lang.String

isConnectable

boolean isConnectable()
Insert the method's description here. Creation date: (29.1.2001 17:51:40)

Returns:
boolean

isDisconnected

boolean isDisconnected()
Insert the method's description here. Creation date: (29.1.2001 17:52:22)

Returns:
boolean

setLayerID

void setLayerID(java.lang.String id)
Insert the method's description here. Creation date: (29.1.2001 17:57:37)

Parameters:
id - java.lang.String