Uses of Interface
jade.core.Node

Packages that use Node
jade.core This package contains the microkernel of JADE system.  
 

Uses of Node in jade.core
 

Methods in jade.core that return Node
 Node SliceProxy.getNode()
           
 Node Service.Slice.getNode()
          Access the node where this slice resides.
 Node BaseService.getLocalNode()
           
 

Methods in jade.core with parameters of type Node
 void SliceProxy.setNode(Node n)
           
 

Constructors in jade.core with parameters of type Node
SliceProxy(Service svc, Node n)
           
 



JADE