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

edu.stanford.protege.webprotege.change.description.StructuredChangeDescription Maven / Gradle / Ivy

The newest version!
package edu.stanford.protege.webprotege.change.description;

import edu.stanford.protege.webprotege.owlapi.OWLObjectStringFormatter;

import javax.annotation.Nonnull;

/**
 * Matthew Horridge
 * Stanford Center for Biomedical Informatics Research
 * 2018-12-10
 */
public interface StructuredChangeDescription {

    @Nonnull
    String getTypeName();

    @Nonnull
    String formatDescription(@Nonnull OWLObjectStringFormatter formatter);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy