org.jactr.tools.itr.fit
Class AbstractModelFitAnalysis

java.lang.Object
  extended by org.jactr.tools.itr.fit.AbstractModelFitAnalysis
All Implemented Interfaces:
org.jactr.core.utils.parameter.IParameterized, IIterativeRunListener

Deprecated.

@Deprecated
public abstract class AbstractModelFitAnalysis
extends java.lang.Object
implements IIterativeRunListener, org.jactr.core.utils.parameter.IParameterized


Field Summary
static java.lang.String CLUSTER_PREFIX
          Deprecated.  
static java.lang.String CLUSTERS
          Deprecated.  
static java.lang.String FILENAME
          Deprecated.  
 
Constructor Summary
AbstractModelFitAnalysis()
          Deprecated.  
 
Method Summary
 void exceptionThrown(int index, org.jactr.core.model.IModel model, java.lang.Throwable thrown)
          Deprecated. called if something goes horribly wrong.
 java.lang.String getParameter(java.lang.String key)
          Deprecated.  
 java.util.Collection<java.lang.String> getPossibleParameters()
          Deprecated.  
 java.util.Collection<java.lang.String> getSetableParameters()
          Deprecated.  
 void postRun(int currentRunIndex, int totalRuns, java.util.Collection<org.jactr.core.model.IModel> models)
          Deprecated.  
 void preBuild(int currentRunIndex, int totalRuns, java.util.Collection<org.antlr.runtime.tree.CommonTree> modelDescriptors)
          Deprecated. called before each build of the models in the IterativeMain.
 void preRun(int currentRunIndex, int totalRuns, java.util.Collection<org.jactr.core.model.IModel> models)
          Deprecated. called before the run starts
 void setParameter(java.lang.String key, java.lang.String value)
          Deprecated.  
 void start(int totalRuns)
          Deprecated.  
 void stop()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jactr.entry.iterative.IIterativeRunListener
preLoad
 

Field Detail

CLUSTERS

public static final java.lang.String CLUSTERS
Deprecated. 
See Also:
Constant Field Values

FILENAME

public static final java.lang.String FILENAME
Deprecated. 
See Also:
Constant Field Values

CLUSTER_PREFIX

public static final java.lang.String CLUSTER_PREFIX
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

AbstractModelFitAnalysis

public AbstractModelFitAnalysis()
Deprecated. 
Method Detail

exceptionThrown

public void exceptionThrown(int index,
                            org.jactr.core.model.IModel model,
                            java.lang.Throwable thrown)
Deprecated. 
Description copied from interface: IIterativeRunListener
called if something goes horribly wrong. This can be invoked at any of three locations:

During a model execution (in which case index>=1, model!=null)

If something goes wrong after the run during cleanup (index>=1, model==null)

or at the end if something goes wrong (index==0, model==null)

Specified by:
exceptionThrown in interface IIterativeRunListener

postRun

public void postRun(int currentRunIndex,
                    int totalRuns,
                    java.util.Collection<org.jactr.core.model.IModel> models)
Deprecated. 
Specified by:
postRun in interface IIterativeRunListener

preBuild

public void preBuild(int currentRunIndex,
                     int totalRuns,
                     java.util.Collection<org.antlr.runtime.tree.CommonTree> modelDescriptors)
Deprecated. 
Description copied from interface: IIterativeRunListener
called before each build of the models in the IterativeMain. This gives the listener a chance to tweak the models before they are constructed

Specified by:
preBuild in interface IIterativeRunListener
modelDescriptors - all the descriptors of the models to be created.

preRun

public void preRun(int currentRunIndex,
                   int totalRuns,
                   java.util.Collection<org.jactr.core.model.IModel> models)
Deprecated. 
Description copied from interface: IIterativeRunListener
called before the run starts

Specified by:
preRun in interface IIterativeRunListener

start

public void start(int totalRuns)
Deprecated. 
Specified by:
start in interface IIterativeRunListener

stop

public void stop()
Deprecated. 
Specified by:
stop in interface IIterativeRunListener

getParameter

public java.lang.String getParameter(java.lang.String key)
Deprecated. 
Specified by:
getParameter in interface org.jactr.core.utils.parameter.IParameterized

getPossibleParameters

public java.util.Collection<java.lang.String> getPossibleParameters()
Deprecated. 
Specified by:
getPossibleParameters in interface org.jactr.core.utils.parameter.IParameterized

getSetableParameters

public java.util.Collection<java.lang.String> getSetableParameters()
Deprecated. 
Specified by:
getSetableParameters in interface org.jactr.core.utils.parameter.IParameterized

setParameter

public void setParameter(java.lang.String key,
                         java.lang.String value)
Deprecated. 
Specified by:
setParameter in interface org.jactr.core.utils.parameter.IParameterized