airboardUI
Class FuzzyTable

java.lang.Object
  extended byairboardUI.FuzzyTable

public class FuzzyTable
extends java.lang.Object

Author:
Stefano This class creates two arrays from two files: first_input.dat and second_input.dat. From these arrays one element each time is transmitted via serial port.

Constructor Summary
FuzzyTable(AirboardFrame parent, SerialConnection connection)
          Creates a new FuzzyTable: constructor loads data from files.
 
Method Summary
 void setConnection(SerialConnection connection)
           
 void transmitTable()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FuzzyTable

public FuzzyTable(AirboardFrame parent,
                  SerialConnection connection)
           throws java.io.IOException
Creates a new FuzzyTable: constructor loads data from files.

Parameters:
parent - The main window.
connection - The enabled serial connection.
Method Detail

setConnection

public void setConnection(SerialConnection connection)

transmitTable

public void transmitTable()