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

de.sekmi.li2b2.api.crc.QueryResult Maven / Gradle / Ivy

There is a newer version: 0.8
Show newest version
package de.sekmi.li2b2.api.crc;

import java.time.Instant;
import java.util.Map;

public interface QueryResult {
	//String getId(); // result id
	//String getDescription();
	ResultType getResultType();
	Integer getSetSize();
	Instant getStartDate();
	Instant getEndDate();
	QueryStatus getStatus();
	
	Iterable> getBreakdownData();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy