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

org.protege.editor.owl.ui.frame.OWLGeneralClassAxiomsFrame 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.frame;

import org.protege.editor.owl.OWLEditorKit;
import org.semanticweb.owlapi.model.OWLOntology;
import org.semanticweb.owlapi.model.OWLOntologyManager;


/**
 * Author: Matthew Horridge
* The University Of Manchester
* Bio-Health Informatics Group
* Date: 23-Apr-2007

*/ public class OWLGeneralClassAxiomsFrame extends AbstractOWLFrame { public OWLGeneralClassAxiomsFrame(OWLEditorKit owlEditorKit, OWLOntologyManager owlOntologyManager) { super(owlOntologyManager); addSection(new OWLGeneralClassAxiomsFrameSection(owlEditorKit, this)); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy