package semantica;

public class Ricerca 
{
	private List<String> ricerca = new LinkedList<String>();
}
