Uses of Interface
ca.nengo.model.nef.NEFEnsembleFactory

Packages that use NEFEnsembleFactory
ca.nengo.model.nef   
ca.nengo.model.nef.impl   
 

Uses of NEFEnsembleFactory in ca.nengo.model.nef
 

Methods in ca.nengo.model.nef that return NEFEnsembleFactory
 NEFEnsembleFactory NEFEnsemble.getEnsembleFactory()
           
 

Methods in ca.nengo.model.nef with parameters of type NEFEnsembleFactory
 void NEFEnsemble.setEnsembleFactory(NEFEnsembleFactory factory)
          Gives the ensemble a reference to the factory used to created it (useful for adding more neurons later)
 

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

Classes in ca.nengo.model.nef.impl that implement NEFEnsembleFactory
 class NEFEnsembleFactoryImpl
          Default implementation of NEFEnsembleFactory.
 

Methods in ca.nengo.model.nef.impl that return NEFEnsembleFactory
 NEFEnsembleFactory NEFEnsembleImpl.getEnsembleFactory()
           
 

Methods in ca.nengo.model.nef.impl with parameters of type NEFEnsembleFactory
 void NEFEnsembleImpl.setEnsembleFactory(NEFEnsembleFactory factory)