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
-
sampleProfile.Main. ConcreteInvoker
-
-
doUpdate(Hashtable)
-
-
getAlgorithmUsed()
-
-
getConsisCheckOptionUsed()
-
-
invoke()
-
-
main(String[])
-
-
testPerformance(int, int, Algorithm, Boolean)
- this tests to see how long it takes to create the
required Boolean tuples
doUpdate
public void doUpdate(Hashtable ht)
getAlgorithmUsed
public logic.Algorithm getAlgorithmUsed()
getConsisCheckOptionUsed
public java.lang.Boolean getConsisCheckOptionUsed()
invoke
public void invoke()
main
public static void main(String[] args)
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