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

edu.stanford.protege.webprotege.ontology.ProcessUploadedOntologiesResponse Maven / Gradle / Ivy

The newest version!
package edu.stanford.protege.webprotege.ontology;

import edu.stanford.protege.webprotege.common.BlobLocation;
import edu.stanford.protege.webprotege.common.Response;

import java.util.List;

/**
 * Matthew Horridge
 * Stanford Center for Biomedical Informatics Research
 * 2021-11-16
 */
public record ProcessUploadedOntologiesResponse(List ontologies) implements Response {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy