Package org.jcsp.net
Interface Node.Attributes
- Enclosing class:
Node
public static interface Node.Attributes
An interface for exposing access to the private attributes. This is public.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setSpecifications
(org.jcsp.net.Specification[] specs) setUIFactory
(UIFactory factory) void
-
Method Details
-
setSpecifications
void setSpecifications(org.jcsp.net.Specification[] specs) -
setUIFactory
-
setInitialized
void setInitialized() -
getProtocolManager
ProtocolManager getProtocolManager() -
getServiceManager
ServiceManager getServiceManager() -
getNodeKey
NodeKey getNodeKey() -
exception
-
startLinkManager
void startLinkManager()
-