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

edu.stanford.protege.webprotege.dispatch.actions.AxiomsSource Maven / Gradle / Ivy

The newest version!
package edu.stanford.protege.webprotege.dispatch.actions;

import org.semanticweb.owlapi.model.OWLAxiom;

import javax.annotation.Nonnull;
import java.util.stream.Stream;

/**
 * Matthew Horridge
 * Stanford Center for Biomedical Informatics Research
 * 2022-02-25
 */
public interface AxiomsSource {

    @Nonnull
    Stream getAxioms();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy