public class HASCOSQLEventLogger<T,V extends java.lang.Comparable<V>>
extends java.lang.Object
| Constructor and Description |
|---|
HASCOSQLEventLogger(ai.libs.jaicore.basic.SQLAdapter sqlAdapter) |
| Modifier and Type | Method and Description |
|---|---|
void |
receiveRunStartedEvent(HASCORunStartedEvent<T,V> event) |
void |
receiveRunTerminatedEvent(HASCORunTerminatedEvent<T,V> event) |
void |
receiveSolutionEvaluationEvent(HASCOSolutionEvaluationEvent<T,V> solution) |
public HASCOSQLEventLogger(ai.libs.jaicore.basic.SQLAdapter sqlAdapter)
public void receiveRunStartedEvent(HASCORunStartedEvent<T,V> event)
public void receiveSolutionEvaluationEvent(HASCOSolutionEvaluationEvent<T,V> solution)
public void receiveRunTerminatedEvent(HASCORunTerminatedEvent<T,V> event)