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

Packages that use Network
com.banda.network.domain   
 

Uses of Network in com.banda.network.domain
 

Methods in com.banda.network.domain that return Network
 Network<T> NetworkRun.getNetwork()
           
 

Methods in com.banda.network.domain that return types with arguments of type Network
 Set<Network<?>> NetworkType.getNetDefinitions()
           
 Collection<Network<T>> NetworkTrainingSet.getNetworks()
           
 Collection<Network<?>> Topology.getNetworks()
           
 

Methods in com.banda.network.domain with parameters of type Network
protected  void NetworkType.addNetDefinition(Network<?> netDefinition)
           
 void Topology.addNetwork(Network<?> network)
           
 void NetworkTrainingSet.addNetwork(Network<T> network)
           
protected  void NetworkType.removeNetDefinition(Network<?> netDefinition)
           
 void Topology.removeNetwork(Network<?> network)
           
 void NetworkTrainingSet.removeNetwork(Network<T> network)
           
 void NetworkRun.setNetwork(Network<T> network)
           
 

Method parameters in com.banda.network.domain with type arguments of type Network
protected  void NetworkType.setNetDefinitions(Set<Network<?>> netDefinitions)
           
protected  void Topology.setNetworks(Collection<Network<?>> networks)
           
 void NetworkTrainingSet.setNetworks(Collection<Network<T>> networks)
           
 



Copyright © 2013. All Rights Reserved.