edu.stanford.smi.protegex.owl.swrl.ui.code
Class SWRLSyntaxConverter

java.lang.Object
  extended byedu.stanford.smi.protegex.owl.swrl.ui.code.SWRLSyntaxConverter
All Implemented Interfaces:
SyntaxConverter

public class SWRLSyntaxConverter
extends Object
implements SyntaxConverter

Author:
Holger Knublauch

Field Summary
private static Map map
           
private  OWLModel owlModel
           
 
Constructor Summary
SWRLSyntaxConverter(OWLModel owlModel)
           
 
Method Summary
 void convertSyntax(JTextComponent textComponent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

map

private static Map map

owlModel

private OWLModel owlModel
Constructor Detail

SWRLSyntaxConverter

public SWRLSyntaxConverter(OWLModel owlModel)
Method Detail

convertSyntax

public void convertSyntax(JTextComponent textComponent)
Specified by:
convertSyntax in interface SyntaxConverter