
protege.org.coode.dlquery.3.0.1.source-code.plugin.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.coode.dlquery Show documentation
Show all versions of org.coode.dlquery Show documentation
A plug-in for Protege that provides a reasoner-backed query capability.
<?xml version="1.0" ?> <plugin> <extension id="DLQueryTab" point="org.protege.editor.core.application.WorkspaceTab"> <label value="DL Query"/> <class value="org.protege.editor.owl.ui.OWLWorkspaceViewsTab"/> <editorKitId value="OWLEditorKit"/> <index value="Q"/> <defaultViewConfigFileName value="viewconfig-dlquerytab.xml"/> <protegeDefaultTab value="true"/> </extension> <extension id="OWLClassExpressionEditorViewComponent" point="org.protege.editor.core.application.ViewComponent"> <label value="DL query"/> <class value="org.coode.dlquery.OWLClassExpressionEditorViewComponent"/> <headerColor value="@org.protege.classcolor"/> <category value="@org.protege.querycategory"/> </extension> </plugin>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy