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

protege.org.coode.dlquery.3.0.1.source-code.plugin.xml Maven / Gradle / Ivy

There is a newer version: 4.0.1
Show newest version
<?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