Uses of Enum Class
es.urjc.etsii.grafo.io.serializers.SolutionExportFrequency
Packages that use SolutionExportFrequency
-
Uses of SolutionExportFrequency in es.urjc.etsii.grafo.io.serializers
Subclasses with type arguments of type SolutionExportFrequency in es.urjc.etsii.grafo.io.serializersModifier and TypeClassDescriptionenumShould we export each (instance, algorithm, iteration), only the best solution for each (algorithm, instance), or only the best solution for each instance?Methods in es.urjc.etsii.grafo.io.serializers that return SolutionExportFrequencyModifier and TypeMethodDescriptionAbstractSolutionSerializerConfig.getFrequency()How frequently should data be exported?static SolutionExportFrequencyReturns the enum constant of this class with the specified name.static SolutionExportFrequency[]SolutionExportFrequency.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in es.urjc.etsii.grafo.io.serializers with parameters of type SolutionExportFrequencyModifier and TypeMethodDescriptionbooleanSolutionExportFrequency.matches(SolutionExportFrequency frequency) voidAbstractSolutionSerializerConfig.setFrequency(SolutionExportFrequency frequency) How frequently should data be exported? -
Uses of SolutionExportFrequency in es.urjc.etsii.grafo.services
Methods in es.urjc.etsii.grafo.services with parameters of type SolutionExportFrequencyModifier and TypeMethodDescriptionvoidIOManager.exportSolution(WorkUnitResult<S, I> r, SolutionExportFrequency current) Write a solution to disk.