|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jactr.tools.itr.ortho.impl.Slice
public class Slice
| Constructor Summary | |
|---|---|
Slice(long id,
long first,
long last)
|
|
| Method Summary | |
|---|---|
void |
addWorkingDirectory(java.lang.String relativePath)
relative to user.dir |
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 |
void |
setProperty(java.lang.String property,
java.lang.Object value)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Slice(long id,
long first,
long last)
| Method Detail |
|---|
public long getFirstIteration()
ISlice
getFirstIteration in interface ISlicepublic long getId()
ISlice
getId in interface ISlicepublic long getLastIteration()
ISlice
getLastIteration in interface ISlicepublic java.util.Map<java.lang.String,java.lang.Object> getParameterValues()
ISlice
getParameterValues in interface ISlicepublic java.lang.Object getProperty(java.lang.String property)
getProperty in interface ISlicepublic java.util.Collection<java.lang.String> getWorkingDirectories()
ISlice
getWorkingDirectories in interface ISlicepublic void addWorkingDirectory(java.lang.String relativePath)
relativePath -
public void setProperty(java.lang.String property,
java.lang.Object value)
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||