kaos.owls.ontology
Class KAoSOWLSReader

java.lang.Object
  extended by OWLSReaderImpl
      extended by kaos.owls.ontology.KAoSOWLSReader

public class KAoSOWLSReader
extends OWLSReaderImpl


Field Summary
static boolean DEBUG
           
static java.lang.String theParameter
          OWLSReader_1_0 was incorrectly using 'theProperty' rather than 'theParameter' for reading data flows
 
Constructor Summary
KAoSOWLSReader()
          ID this overridden version
 
Method Summary
protected  java.util.List createService(java.net.URI fileURI, Model model)
           
 java.util.List readAll(java.lang.String serviceOwls)
          Read all service descriptions from a string containing OWL-S
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static boolean DEBUG

theParameter

public static final java.lang.String theParameter
OWLSReader_1_0 was incorrectly using 'theProperty' rather than 'theParameter' for reading data flows

See Also:
Constant Field Values
Constructor Detail

KAoSOWLSReader

public KAoSOWLSReader()
ID this overridden version

Method Detail

readAll

public java.util.List readAll(java.lang.String serviceOwls)
Read all service descriptions from a string containing OWL-S

Parameters:
serviceOwls -
Returns:

createService

protected java.util.List createService(java.net.URI fileURI,
                                       Model model)