|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ch.uzh.ifi.attempto.acewiki.core.AbstractStatement ch.uzh.ifi.attempto.acewiki.core.AbstractSentence ch.uzh.ifi.attempto.acewiki.core.MonolingualSentence ch.uzh.ifi.attempto.acewiki.aceowl.ACESentence ch.uzh.ifi.attempto.acewiki.aceowl.ACEDeclaration
public class ACEDeclaration
This class represents declarative ACE sentences (asserted or inferred).
Constructor Summary | |
---|---|
ACEDeclaration(java.lang.String serialized)
Creates a new declarative ACE sentence. |
|
ACEDeclaration(TextContainer textContainer)
Creates a new declarative ACE sentence. |
Method Summary |
---|
Methods inherited from class ch.uzh.ifi.attempto.acewiki.aceowl.ACESentence |
---|
contains, getDetails, getOWLAxioms, getParserResult, getPrettyOWL, getTextContainer, getTextElements, isOWL, isOWLSWRL, isReasonable, serialize, setIntegrated, update |
Methods inherited from class ch.uzh.ifi.attempto.acewiki.core.MonolingualSentence |
---|
getDetails, getText, getTextContainer, getTextElements, getTextOperator |
Methods inherited from class ch.uzh.ifi.attempto.acewiki.core.AbstractSentence |
---|
getText, isImmutable, isIntegrated |
Methods inherited from class ch.uzh.ifi.attempto.acewiki.core.AbstractStatement |
---|
getArticle, getDefaultLanguage, getEngine, getLanguageHandler, getOntology, getTextOperator, init, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 |
Constructor Detail |
---|
public ACEDeclaration(java.lang.String serialized)
serialized
- The serialized representation of the sentence.public ACEDeclaration(TextContainer textContainer)
textContainer
- The text container with the sentence text.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |