Uses of Class
com.banda.network.domain.NetworkFunction

Packages that use NetworkFunction
com.banda.network.domain   
 

Uses of NetworkFunction in com.banda.network.domain
 

Methods in com.banda.network.domain that return NetworkFunction
 NetworkFunction<T> Network.getFunction()
           
 NetworkFunction<T> NodeFunction.getNetworkFunction()
           
 NetworkFunction<T> NetworkFunction.getParentFunction()
           
 

Methods in com.banda.network.domain that return types with arguments of type NetworkFunction
 List<NetworkFunction<T>> NetworkFunction.getLayerFunctions()
           
 

Methods in com.banda.network.domain with parameters of type NetworkFunction
 void NetworkFunction.addLayerFunction(NetworkFunction<T> layerFunction)
           
 int NetworkFunction.compareTo(NetworkFunction<?> netFun)
           
 void NetworkFunction.removeLayerFunction(NetworkFunction<T> layerFunction)
           
 void Network.setFunction(NetworkFunction<T> function)
           
 void NodeFunction.setNetworkFunction(NetworkFunction<T> networkFunction)
           
protected  void NetworkFunction.setParentFunction(NetworkFunction<T> parentFunction)
           
 

Method parameters in com.banda.network.domain with type arguments of type NetworkFunction
 void NetworkFunction.setLayerFunctions(List<NetworkFunction<T>> layerFunctions)
           
 



Copyright © 2012. All Rights Reserved.