clarion.nacs
Class EMNacsSample

java.lang.Object
  extended byclarion.nacs.EMNacsSample

public class EMNacsSample
extends java.lang.Object


Constructor Summary
EMNacsSample(Chunk input, Chunk output)
          constructor.
 
Method Summary
 Chunk getInput()
          Returns the part of input.
 Chunk getOutput()
          Returns the part of output.
 java.lang.String toString()
          methods from class Object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EMNacsSample

public EMNacsSample(Chunk input,
                    Chunk output)
constructor.

Parameters:
input - the input.
output - the output.
Method Detail

getInput

public Chunk getInput()
Returns the part of input.

Returns:
the part of input.

getOutput

public Chunk getOutput()
Returns the part of output.

Returns:
the part of output.

toString

public java.lang.String toString()
methods from class Object