Uses of Class
es.urjc.etsii.grafo.events.AbstractEventStorage
Packages that use AbstractEventStorage
-
Uses of AbstractEventStorage in es.urjc.etsii.grafo.events
Subclasses of AbstractEventStorage in es.urjc.etsii.grafo.eventsModifier and TypeClassDescriptionclassMemoryEventStorage<S extends Solution<S,I>, I extends Instance> Store historical event data -
Uses of AbstractEventStorage in es.urjc.etsii.grafo.io.serializers
Constructors in es.urjc.etsii.grafo.io.serializers with parameters of type AbstractEventStorageModifierConstructorDescriptionResultsSerializerListener(AbstractEventStorage<S, I> eventStorage, List<ResultsSerializer<S, I>> serializers) Construct a result serializer listener.