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

uk.ac.manchester.cs.owl.explanation.JustificationFrame Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package uk.ac.manchester.cs.owl.explanation;

import org.protege.editor.owl.OWLEditorKit;
import org.protege.editor.owl.ui.frame.AbstractOWLFrame;
import org.semanticweb.owl.explanation.api.Explanation;
import org.semanticweb.owlapi.model.OWLAxiom;
import org.semanticweb.owlapi.model.OWLOntologyManager;

/**
 * Author: Matthew Horridge
* Stanford University
* Bio-Medical Informatics Research Group
* Date: 19/03/2012 */ public class JustificationFrame extends AbstractOWLFrame> { public JustificationFrame(OWLEditorKit editorKit) { super(editorKit.getOWLModelManager().getOWLOntologyManager()); addSection(new JustificationFrameSection(editorKit, this)); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy