org.encog.app.analyst.script.process
Class ProcessField

java.lang.Object
  extended by org.encog.app.analyst.script.process.ProcessField

public class ProcessField
extends Object

Holds one field for Encog analyst preprocess.


Constructor Summary
ProcessField(String name, String command)
          Construct this field.
 
Method Summary
 String getCommand()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessField

public ProcessField(String name,
                    String command)
Construct this field.

Parameters:
name - The name of this field.
command - The command for this field.
Method Detail

getName

public String getName()
Returns:
The name of this field.

getCommand

public String getCommand()
Returns:
The command for this field.


Copyright © 2014. All Rights Reserved.