Class JustificationComputationPluginLoader
java.lang.Object
org.protege.editor.core.plugin.AbstractPluginLoader<JustificationComputationPlugin>
org.liveontologies.protege.explanation.justification.service.JustificationComputationPluginLoader
public class JustificationComputationPluginLoader
extends org.protege.editor.core.plugin.AbstractPluginLoader<JustificationComputationPlugin>
Load the available specified
JustificationComputationService plugins- Author:
- Alexander Stupnikov Date: 08-02-2017
-
Constructor Summary
ConstructorsConstructorDescriptionJustificationComputationPluginLoader(org.protege.editor.owl.OWLEditorKit kit) Constructs JustificationComputationPluginLoader -
Method Summary
Modifier and TypeMethodDescriptionprotected JustificationComputationPlugincreateInstance(org.eclipse.core.runtime.IExtension extension) Methods inherited from class org.protege.editor.core.plugin.AbstractPluginLoader
getExtensionMatcher, getPlugins
-
Constructor Details
-
JustificationComputationPluginLoader
public JustificationComputationPluginLoader(org.protege.editor.owl.OWLEditorKit kit) Constructs JustificationComputationPluginLoader- Parameters:
kit- OWLEditorKit which is necessary to instantiate a JustificationComputationPlugin
-
-
Method Details
-
createInstance
protected JustificationComputationPlugin createInstance(org.eclipse.core.runtime.IExtension extension) - Specified by:
createInstancein classorg.protege.editor.core.plugin.AbstractPluginLoader<JustificationComputationPlugin>
-