|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OWLSentence
This class represents a sentence with an OWL representation.
Method Summary | |
---|---|
java.util.Set<org.semanticweb.owlapi.model.OWLAxiom> |
getOWLAxioms()
Returns a set of OWL axioms that represent this sentence. |
java.lang.String |
getPrettyOWL()
Returns a pretty-printed OWL representation of this sentence. |
boolean |
isOWL()
Returns true if this sentence has an OWL representation. |
boolean |
isOWLSWRL()
Returns true if this sentence has an OWL or SWRL representation. |
Methods inherited from interface ch.uzh.ifi.attempto.acewiki.core.Sentence |
---|
contains, getDetails, getTextElements, isImmutable, isIntegrated, isReasonable, setIntegrated, update |
Methods inherited from interface ch.uzh.ifi.attempto.acewiki.core.Statement |
---|
getArticle, getOntology, getText, init, serialize |
Method Detail |
---|
java.util.Set<org.semanticweb.owlapi.model.OWLAxiom> getOWLAxioms()
boolean isOWL()
boolean isOWLSWRL()
java.lang.String getPrettyOWL()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |