package org.lucci.madhoc.simulation;




/*
 * Created on Nov 22, 2004
 */

/**
 * @author luc.hogie
 */
public interface Configurable
{
    void configure()
        throws Throwable;
}