Uses of Class
net.floodlightcontroller.servicechaining.ServiceNode

Packages that use ServiceNode
net.floodlightcontroller.servicechaining   
 

Uses of ServiceNode in net.floodlightcontroller.servicechaining
 

Subclasses of ServiceNode in net.floodlightcontroller.servicechaining
 class BITWServiceNode
           
 

Methods in net.floodlightcontroller.servicechaining that return types with arguments of type ServiceNode
 java.util.List<ServiceNode> ServiceChain.getServiceNodes()
          A getter returns an unmodifiable map of service nodes.
 

Methods in net.floodlightcontroller.servicechaining with parameters of type ServiceNode
 boolean ServiceChain.addNode(ServiceNode node)
          Add a service node to the end of the node list
 boolean ServiceChain.removeNode(ServiceNode node)
          Remove a service node from the node list