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

edu.stanford.protege.webprotege.axioms.AddAxiomsResponse Maven / Gradle / Ivy

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

import com.fasterxml.jackson.annotation.JsonTypeName;
import edu.stanford.protege.webprotege.common.ProjectId;
import edu.stanford.protege.webprotege.common.Response;

/**
 * Matthew Horridge
 * Stanford Center for Biomedical Informatics Research
 * 2021-09-01
 */
@JsonTypeName("webprotege.axioms.AddAxioms")
public record AddAxiomsResponse(ProjectId projectId,
                                int addedAxiomsCount) implements Response {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy