edu.jhu.ece.iacl.jist.pipeline
Class PipeLayout.RunParameters

java.lang.Object
  extended by edu.jhu.ece.iacl.jist.pipeline.PipeLayout.RunParameters
Enclosing class:
PipeLayout

public static class PipeLayout.RunParameters
extends java.lang.Object

The Class RunParameters. This is specific to each maps layout


Constructor Summary
PipeLayout.RunParameters()
           
 
Method Summary
 java.io.File getInputDirectory()
          Gets the input directory.
 java.net.URI getInputURI()
          Gets the input directory.
 int getMaxHeap()
          Gets the max heap.
 int getMaxProcs()
          Gets the max processes.
 JistPreferences.NamingConvention getNamingConvention()
          Gets the naming convention.
 java.io.File getOutputDirectory()
          Gets the output directory.
 java.net.URI getOutputURI()
          Gets the input directory.
 java.lang.String getPreferredExtension()
          Gets the preferred extension.
 boolean isUseGridEngine()
          Checks if is use grid engine.
 void setInputDirectory(java.io.File inputDir)
          Sets the input directory.
 void setInputDirectory(java.net.URI inputURI)
          Sets the input directory.
 void setMaxHeap(int maxHeap)
          Sets the max heap.
 void setMaxProcs(int maxProcs)
          Sets the max processes.
 void setOutputDirectory(java.io.File outputDir)
          Sets the input directory.
 void setOutputDirectory(java.net.URI outputURI)
          Sets the output directory.
 void setUseGridEngine(boolean useGridEngine)
          Sets the use grid engine.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipeLayout.RunParameters

public PipeLayout.RunParameters()
Method Detail

getPreferredExtension

public java.lang.String getPreferredExtension()
Gets the preferred extension.

Returns:
the preferred extension

getNamingConvention

public JistPreferences.NamingConvention getNamingConvention()
Gets the naming convention.

Returns:
the naming convention

isUseGridEngine

public boolean isUseGridEngine()
Checks if is use grid engine.

Returns:
true, if is use grid engine

setUseGridEngine

public void setUseGridEngine(boolean useGridEngine)
Sets the use grid engine.

Parameters:
useGridEngine - the new use grid engine

getInputDirectory

public java.io.File getInputDirectory()
Gets the input directory.

Returns:
the input directory

getOutputURI

public java.net.URI getOutputURI()
Gets the input directory.

Returns:
the input directory

getInputURI

public java.net.URI getInputURI()
Gets the input directory.

Returns:
the input directory

getMaxHeap

public int getMaxHeap()
Gets the max heap.

Returns:
the max heap

getMaxProcs

public int getMaxProcs()
Gets the max processes.

Returns:
the max processes

getOutputDirectory

public java.io.File getOutputDirectory()
Gets the output directory.

Returns:
the output directory

setInputDirectory

public void setInputDirectory(java.net.URI inputURI)
Sets the input directory.

Parameters:
inputURI - the input uri

setInputDirectory

public void setInputDirectory(java.io.File inputDir)
Sets the input directory.

Parameters:
inputDir - the new input directory

setOutputDirectory

public void setOutputDirectory(java.io.File outputDir)
Sets the input directory.

Parameters:
outputDir - the output dir

setMaxHeap

public void setMaxHeap(int maxHeap)
Sets the max heap.

Parameters:
maxHeap - the new max heap

setMaxProcs

public void setMaxProcs(int maxProcs)
Sets the max processes.

Parameters:
maxProcs - the new max processes

setOutputDirectory

public void setOutputDirectory(java.net.URI outputURI)
Sets the output directory.

Parameters:
outputURI - the output uri