Uses of Class
org.debellor.core.exception.cell.CellAccessException

Packages that use CellAccessException
org.debellor.core   
 

Uses of CellAccessException in org.debellor.core
 

Methods in org.debellor.core that throw CellAccessException
 void Cell.newThread()
          Sets that method Cell.Stream.next() of this cell will run in a separate thread.
 void Cell.newThread(boolean b)
          Sets whether method Cell.Stream.next() of this cell will run in a separate thread.
 void Cell.set(java.lang.String name, boolean b)
          Sets value of the parameter to string representation of boolean b.
 void Cell.set(java.lang.String name, double x)
          Sets value of the parameter to string representation of real number x.
 void Cell.set(java.lang.String name, int k)
          Sets value of the parameter to string representation of integer k.
 void Cell.set(java.lang.String name, java.lang.String value)
          Sets value of a single parameter of the cell.
 void Cell.setParameters(Parameters parameters)
          Sets parameters of this cell, to be used by the cell during learning or data processing.
 void Cell.setRandomSeed(long seed)
          Sets seed of the random number generator used by this cell.
 void Cell.setSource(Cell source)
          Connects this cell with another cell that will serve as a source of input data when this cell starts learning or operating.