de.uulm.ecs.ai.owlapi.krssparser
Class KRSS2OntologyFormat

java.lang.Object
  extended by org.semanticweb.owlapi.model.OWLOntologyFormat
      extended by de.uulm.ecs.ai.owlapi.krssparser.KRSS2OntologyFormat

public class KRSS2OntologyFormat
extends OWLOntologyFormat

Author: Olaf Noppens
Ulm University
Institute of Artificial Intelligence


Field Summary
static java.lang.String IGNORE_ONTOLOGYURI
           
 
Constructor Summary
KRSS2OntologyFormat()
           
 
Method Summary
 boolean isIgnoreOntologyURI()
           
 void setIgnoreOntologyURI(boolean ignore)
           
 java.lang.String toString()
           
 
Methods inherited from class org.semanticweb.owlapi.model.OWLOntologyFormat
asPrefixOWLOntologyFormat, equals, getParameter, hashCode, isPrefixOWLOntologyFormat, setParameter
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

IGNORE_ONTOLOGYURI

public static final java.lang.String IGNORE_ONTOLOGYURI
See Also:
Constant Field Values
Constructor Detail

KRSS2OntologyFormat

public KRSS2OntologyFormat()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

isIgnoreOntologyURI

public boolean isIgnoreOntologyURI()

setIgnoreOntologyURI

public void setIgnoreOntologyURI(boolean ignore)