ch.uzh.ifi.attempto.acewiki.core
Interface AnswerElement

All Superinterfaces:
OntologyElement
All Known Implementing Classes:
NounConcept, OWLConcept, OWLIndividual, ProperNameIndividual

public interface AnswerElement
extends OntologyElement

This interface describes a text element with a specific text representation when it appears as the answer to a question.

Author:
Tobias Kuhn

Method Summary
 TextContainer getAnswerText()
          Returns the text to be shown when this ontology element is the answer to a question.
 
Methods inherited from interface ch.uzh.ifi.attempto.acewiki.core.OntologyElement
getArticle, getHeadwords, getId, getInternalType, getOntology, getType, getWord, getWord, getWords, initArticle, initId, initOntology, serializeWords, setWords
 

Method Detail

getAnswerText

TextContainer getAnswerText()
Returns the text to be shown when this ontology element is the answer to a question.

Returns:
The answer text.


Copyright 2008-2012, AceWiki developers