Uses of Interface
ca.nengo.model.Projection

Packages that use Projection
ca.nengo.model   
ca.nengo.model.impl   
 

Uses of Projection in ca.nengo.model
 

Methods in ca.nengo.model that return Projection
 Projection Network.addProjection(Origin origin, Termination termination)
          Connects an Origin to a Termination.
 Projection[] Network.getProjections()
           
 

Uses of Projection in ca.nengo.model.impl
 

Classes in ca.nengo.model.impl that implement Projection
 class ProjectionImpl
          Default implementation of Projection.
 

Methods in ca.nengo.model.impl that return Projection
 Projection NetworkImpl.addProjection(Origin origin, Termination termination)
           
 Projection[] NetworkImpl.getProjections()