uk.ac.essex.ia.opview.xml.param
Class FloatMatrixParameterWriter

java.lang.Object
  extended by uk.ac.essex.ia.opview.xml.param.ParameterWriter
      extended by uk.ac.essex.ia.opview.xml.param.FloatMatrixParameterWriter

public class FloatMatrixParameterWriter
extends ParameterWriter


Date: 15-Jul-2002


Constructor Summary
FloatMatrixParameterWriter()
           
FloatMatrixParameterWriter(float[][] data)
           
 
Method Summary
 float[][] getData()
           
 Input getInput()
          Writes matrixs like 1,2,3|9,5,10|3,1,1|etc....
 void setData(float[][] data)
           
 
Methods inherited from class uk.ac.essex.ia.opview.xml.param.ParameterWriter
getWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatMatrixParameterWriter

public FloatMatrixParameterWriter()

FloatMatrixParameterWriter

public FloatMatrixParameterWriter(float[][] data)
Method Detail

getData

public float[][] getData()

setData

public void setData(float[][] data)

getInput

public Input getInput()
Writes matrixs like 1,2,3|9,5,10|3,1,1|etc.... The '|' charachter means a new row in the matrix

Specified by:
getInput in class ParameterWriter
Returns:
Input - An input object that represents the data