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 LinkableInsert the type's description here. Creation date: (19.12.2000 20:18:41)- Author:
- Matej Sekoranja
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddisconnect(Linkable disconnector)Insert the method's description here.StringgetID()Insert the method's description here.StringgetLayerID()Insert the method's description here.booleanisConnectable()Insert the method's description here.booleanisDisconnected()Insert the method's description here.voidsetLayerID(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)- Parameters:
disconnector- disconnector
-
getID
String getID()
Insert the method's description here. Creation date: (23.4.2001 20:33:36)- Returns:
- java.lang.String
-
getLayerID
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(String id)
Insert the method's description here. Creation date: (29.1.2001 17:57:37)- Parameters:
id- java.lang.String
-
-