From: <hee...@us...> - 2008-09-16 03:53:27
|
Revision: 1220 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=1220&view=rev Author: heeroyuy Date: 2008-09-16 10:53:25 +0000 (Tue, 16 Sep 2008) Log Message: ----------- -necessary change to run plugin Modified Paths: -------------- trunk/src/dl-learner/org/dllearner/tools/protege/OWLClassDescriptionEditorWithDLLearnerTab.java Modified: trunk/src/dl-learner/org/dllearner/tools/protege/OWLClassDescriptionEditorWithDLLearnerTab.java =================================================================== --- trunk/src/dl-learner/org/dllearner/tools/protege/OWLClassDescriptionEditorWithDLLearnerTab.java 2008-09-16 10:51:40 UTC (rev 1219) +++ trunk/src/dl-learner/org/dllearner/tools/protege/OWLClassDescriptionEditorWithDLLearnerTab.java 2008-09-16 10:53:25 UTC (rev 1220) @@ -102,8 +102,8 @@ OWLDescription description, OWLFrame<OWLClass> frame, String label) { this.editorKit = editorKit; // this.initialDescription = description; - checker = new OWLDescriptionChecker(editorKit); - editor = new ExpressionEditor<OWLDescription>(editorKit, checker); + //checker = new OWLDescriptionChecker(editorKit); + editor = new ExpressionEditor<OWLDescription>(editorKit, editorKit.getModelManager().getOWLExpressionCheckerFactory().getOWLDescriptionChecker()); editor.setExpressionObject(description); dllearner = new DLLearnerView(frame, label); action = new ActionHandler(this.action, null, dllearner, null, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |