Uses of Interface
ca.nengo.model.Network

Packages that use Network
ca.nengo.model   
ca.nengo.model.impl   
ca.nengo.model.nef   
ca.nengo.model.nef.impl   
ca.nengo.sim   
ca.nengo.sim.impl   
 

Uses of Network in ca.nengo.model
 

Methods in ca.nengo.model that return Network
 Network Projection.getNetwork()
           
 

Uses of Network in ca.nengo.model.impl
 

Classes in ca.nengo.model.impl that implement Network
 class NetworkImpl
          Default implementation of Network.
 

Methods in ca.nengo.model.impl that return Network
 Network NetworkImpl.clone()
           
 Network ProjectionImpl.getNetwork()
           
 

Constructors in ca.nengo.model.impl with parameters of type Network
ProjectionImpl(Origin origin, Termination termination, Network network)
           
 

Uses of Network in ca.nengo.model.nef
 

Methods in ca.nengo.model.nef with parameters of type Network
 Origin DecodableEnsemble.addDecodedOrigin(java.lang.String name, Function[] functions, java.lang.String nodeOrigin, Network environment, Probe probe, float startTime, float endTime)
          Adds an Origin that corresponds to a decoding of the activities of Nodes in this Ensemble.
 Origin DecodableEnsemble.addDecodedOrigin(java.lang.String name, Function[] functions, java.lang.String nodeOrigin, Network environment, Probe probe, Termination termination, float[][] evalPoints, float transientTime)
          Adds an Origin that corresponds to a decoding of the activities of Nodes in this Ensemble.
 

Uses of Network in ca.nengo.model.nef.impl
 

Methods in ca.nengo.model.nef.impl with parameters of type Network
 Origin DecodableEnsembleImpl.addDecodedOrigin(java.lang.String name, Function[] functions, java.lang.String nodeOrigin, Network environment, Probe probe, float startTime, float endTime)
           
 Origin DecodableEnsembleImpl.addDecodedOrigin(java.lang.String name, Function[] functions, java.lang.String nodeOrigin, Network environment, Probe probe, Termination termination, float[][] evalPoints, float transientTime)
           
 

Uses of Network in ca.nengo.sim
 

Methods in ca.nengo.sim with parameters of type Network
 void Simulator.initialize(Network network)
          Initializes the Simulator with a given Network, after which changes to the Network MAY OR MAY NOT BE IGNORED.
 

Uses of Network in ca.nengo.sim.impl
 

Methods in ca.nengo.sim.impl with parameters of type Network
 void LocalSimulator.initialize(Network network)