edu.stanford.smi.protegex.owl.swrl.model.impl
Class SWRLUtil

java.lang.Object
  extended byedu.stanford.smi.protegex.owl.swrl.model.impl.SWRLUtil

public class SWRLUtil
extends Object

Author:
Daniel Elenius

Field Summary
(package private) static String XSD_STRING
           
 
Constructor Summary
SWRLUtil()
           
 
Method Summary
static String getSWRLBrowserText(RDFObject o)
          This replaces RDFSLiteral.getBrowserText() for the SWRL editor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XSD_STRING

static final String XSD_STRING
Constructor Detail

SWRLUtil

public SWRLUtil()
Method Detail

getSWRLBrowserText

public static String getSWRLBrowserText(RDFObject o)
This replaces RDFSLiteral.getBrowserText() for the SWRL editor. We need some special handling, e.g. adding quotes to strings.