Uses of Interface
org.jasen.interfaces.JasenMapStore

Packages that use JasenMapStore
org.jasen.core.engine   
 

Uses of JasenMapStore in org.jasen.core.engine
 

Classes in org.jasen.core.engine that implement JasenMapStore
 class DiskMapStore
           Used to load/save a JasenMap to local disk by simply serializing the token map.
 

Methods in org.jasen.core.engine that return JasenMapStore
 JasenMapStore JasenTrainer.getStore()
          Gets the store into which the map produced by the training run will be stored.
 

Methods in org.jasen.core.engine with parameters of type JasenMapStore
 void JasenTrainer.setStore(JasenMapStore store)
          Sets the store into which the map produced by the training run will be stored.