Class sampleProfile.Main
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sampleProfile.Main

Object
   |
   +----sampleProfile.Main

public class Main
extends Object
implements Updateable

Class Index

 o sampleProfile.Main. ConcreteInvoker

Method Index

 o doUpdate(Hashtable)
 o getAlgorithmUsed()
 o getConsisCheckOptionUsed()
 o invoke()
 o main(String[])
 o testPerformance(int, int, Algorithm, Boolean)
this tests to see how long it takes to create the required Boolean tuples

Methods

 o doUpdate
public void doUpdate(Hashtable ht)
 o getAlgorithmUsed
public logic.Algorithm getAlgorithmUsed()
 o getConsisCheckOptionUsed
public java.lang.Boolean getConsisCheckOptionUsed()
 o invoke
public void invoke()
 o main
public static void main(String[] args)
 o testPerformance
public static void testPerformance(int numConditions,
                                   int numStars,
                                   Algorithm alg,
                                   Boolean consisCheck)
this tests to see how long it takes to create the required Boolean tuples


All Packages  Class Hierarchy  This Package  Previous  Next  Index