unbbayes.gui.table
Class GUIPotentialTable

java.lang.Object
  extended by unbbayes.gui.table.GUIPotentialTable

public class GUIPotentialTable
extends Object


Constructor Summary
GUIPotentialTable(PotentialTable potentialTable)
           
 
Method Summary
 JTable makeTable()
          This method is responsible to represent the potential table as a JTable.
 void showTable(String title)
          Show the potential table.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUIPotentialTable

public GUIPotentialTable(PotentialTable potentialTable)
Method Detail

makeTable

public JTable makeTable()
This method is responsible to represent the potential table as a JTable.

Returns:
Returns the JTable representing this potential table. TODO MIGRATE TO A DIFFERENT CLASS - GUI.TABLE.PROBABILISTICTABLE

showTable

public void showTable(String title)
Show the potential table. Used for DEBUG.

Parameters:
title - Title of the window to be shown.


Copyright © 2001-2010 University of Brasilia - UnB. All Rights Reserved.