All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.repir.TestSet.Topic.TopicReader Maven / Gradle / Ivy

package io.github.repir.TestSet.Topic;

import java.util.HashMap;

/**
 * An abstract for Readers of topic files for {@link TestSet}s.
 * @author jeroen
 */
public interface TopicReader {

   HashMap getTopics();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy