org.jactr.tools.itr.ortho
Interface ISlice

All Known Implementing Classes:
Slice

public interface ISlice

describes a slice of the orthogonal parameter space search.

Author:
harrison

Method Summary
 long getFirstIteration()
          return the first iteration index included in this slice
 long getId()
          unique id of the slice, this is typically the slice number
 long getLastIteration()
          return the last iteration index included in this slice
 java.util.Map<java.lang.String,java.lang.Object> getParameterValues()
          the parameter values associated with the manipulated parameter names.
 java.lang.Object getProperty(java.lang.String property)
           
 java.util.Collection<java.lang.String> getWorkingDirectories()
          return the working directoryies of each run relative to user.dir
 

Method Detail

getId

long getId()
unique id of the slice, this is typically the slice number

Returns:

getParameterValues

java.util.Map<java.lang.String,java.lang.Object> getParameterValues()
the parameter values associated with the manipulated parameter names. The values in the map are typically just strings

Returns:

getFirstIteration

long getFirstIteration()
return the first iteration index included in this slice

Returns:

getLastIteration

long getLastIteration()
return the last iteration index included in this slice

Returns:

getWorkingDirectories

java.util.Collection<java.lang.String> getWorkingDirectories()
return the working directoryies of each run relative to user.dir

Returns:

getProperty

java.lang.Object getProperty(java.lang.String property)