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

org.protege.editor.owl.ui.renderer.styledstring.BracketingStrategy Maven / Gradle / Ivy

Go to download

OWL ontology editing infrastructure used by the Protege desktop application.

The newest version!
package org.protege.editor.owl.ui.renderer.styledstring;

import org.semanticweb.owlapi.model.OWLObject;

/**
 * Author: Matthew Horridge
* Stanford University
* Bio-Medical Informatics Research Group
* Date: 01/10/2012 */ public interface BracketingStrategy { boolean shouldBracket(OWLObject parentObject, OWLObject childObject); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy