org.umu.jasb.test.performance
Class Performance

java.lang.Object
  extended by org.umu.jasb.test.performance.Performance

public class Performance
extends java.lang.Object

This class is a root class for the execurion of the example

Author:
Jose Maria Alcaraz-Calero jmalcaraz@um.es - University of Murcia

Field Summary
static int[] ALLERGIC_PERSON_AND_PIZZAS
           
static int[] TOPPING
           
static int[] TOPPING_IN_PIZZA
           
 
Constructor Summary
Performance()
           
 
Method Summary
static java.util.HashMap<java.lang.Class,java.util.Collection<?>> createScenario(int index)
           
private static Topping getRandom(java.util.Collection<Topping> allTopping)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALLERGIC_PERSON_AND_PIZZAS

public static int[] ALLERGIC_PERSON_AND_PIZZAS

TOPPING

public static int[] TOPPING

TOPPING_IN_PIZZA

public static int[] TOPPING_IN_PIZZA
Constructor Detail

Performance

public Performance()
Method Detail

createScenario

public static java.util.HashMap<java.lang.Class,java.util.Collection<?>> createScenario(int index)

getRandom

private static Topping getRandom(java.util.Collection<Topping> allTopping)

main

public static void main(java.lang.String[] args)
                 throws ConvertionException
Throws:
ConvertionException