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

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

There is a newer version: 2.1.0
Show newest version
package edu.stanford.protege.webprotege.ontology;

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

import javax.annotation.Nullable;

public record ProcessOntologySourcesResponse(@Nullable BlobLocation location,
                                             @Nullable OntologySourcesProcessingSummary summary,
                                             @Nullable OntologySourcesProcessingError error) implements Response {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy