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

com.wci.umls.server.helpers.SearchResultList Maven / Gradle / Ivy

/**
 * Copyright 2015 West Coast Informatics, LLC
 */
package com.wci.umls.server.helpers;

/**
 * Represents a sortable list of {@link SearchResult} objects.
 */
public interface SearchResultList extends ResultList {
  // nothing extra, a simple wrapper for easy serialization
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy