Uses of Enum Class
es.urjc.etsii.grafo.io.serializers.ResultExportFrequency
Packages that use ResultExportFrequency
-
Uses of ResultExportFrequency in es.urjc.etsii.grafo.io.serializers
Methods in es.urjc.etsii.grafo.io.serializers that return ResultExportFrequencyModifier and TypeMethodDescriptionAbstractResultSerializerConfig.getFrequency()How frequently should data be exported?static ResultExportFrequencyReturns the enum constant of this class with the specified name.static ResultExportFrequency[]ResultExportFrequency.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 ResultExportFrequencyModifier and TypeMethodDescriptionvoidResultsSerializerListener.saveOnFreq(String expName, long expStart, ResultExportFrequency frequency) Save results using each serializer with the given frequencyvoidAbstractResultSerializerConfig.setFrequency(ResultExportFrequency frequency) How frequently should data be exported?