unbbayes.gui.table
Class GUIPotentialTable
java.lang.Object
unbbayes.gui.table.GUIPotentialTable
public class GUIPotentialTable
- extends Object
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 |
GUIPotentialTable
public GUIPotentialTable(PotentialTable potentialTable)
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.