public final class MemoryAdapter extends java.lang.Object implements Adapter<MemorySolution>
MemoryAdapter implements adapter of MemorySolution.| Constructor and Description |
|---|
MemoryAdapter() |
| Modifier and Type | Method and Description |
|---|---|
AdapterResult |
adapt(EngineContext engineContext,
java.util.List<Call> abstractSequence,
MemorySolution solution) |
void |
configure(java.util.Map<java.lang.String,java.lang.Object> attributes) |
java.lang.Class<MemorySolution> |
getSolutionClass() |
public java.lang.Class<MemorySolution> getSolutionClass()
getSolutionClass in interface Adapter<MemorySolution>public void configure(java.util.Map<java.lang.String,java.lang.Object> attributes)
configure in interface Adapter<MemorySolution>public AdapterResult adapt(EngineContext engineContext, java.util.List<Call> abstractSequence, MemorySolution solution)
adapt in interface Adapter<MemorySolution>