Uses of Interface
org.jactr.tools.itr.ortho.ISlice

Packages that use ISlice
org.jactr.tools.itr   
org.jactr.tools.itr.ortho   
org.jactr.tools.itr.ortho.impl   
 

Uses of ISlice in org.jactr.tools.itr
 

Methods in org.jactr.tools.itr with parameters of type ISlice
 void LongitudinalParameterSetModifier.startIteration(ISlice slice, long iteration, java.util.Collection<org.jactr.core.model.IModel> models)
           
 void LongitudinalParameterSetModifier.startSlice(ISlice slice)
          called before loading, we get a chance to copy models in..
 void LongitudinalParameterSetModifier.stopIteration(ISlice slice, long iteration, java.util.Collection<org.jactr.core.model.IModel> models)
           
 void LongitudinalParameterSetModifier.stopSlice(ISlice slice)
           
 

Uses of ISlice in org.jactr.tools.itr.ortho
 

Methods in org.jactr.tools.itr.ortho that return ISlice
 ISlice ISliceAnalysis.getSlice()
          associated slice
 

Methods in org.jactr.tools.itr.ortho with parameters of type ISlice
 void ISliceListener.startIteration(ISlice slice, long iteration, java.util.Collection<org.jactr.core.model.IModel> models)
          called just before the models are to be run, but after their parameters have been set
 void ISliceListener.startSlice(ISlice slice)
          called when a new slice is starting
 void ISliceListener.stopIteration(ISlice slice, long iteration, java.util.Collection<org.jactr.core.model.IModel> models)
           
 void ISliceListener.stopSlice(ISlice slice)
          called after a slice has completed
 

Uses of ISlice in org.jactr.tools.itr.ortho.impl
 

Classes in org.jactr.tools.itr.ortho.impl that implement ISlice
 class Slice
           
 

Methods in org.jactr.tools.itr.ortho.impl that return ISlice
 ISlice SliceAnalysis.getSlice()
           
 

Constructors in org.jactr.tools.itr.ortho.impl with parameters of type ISlice
SliceAnalysis(ISlice slice, java.lang.String workingDirectory)