ch.uzh.ifi.attempto.preditor.text
Interface RefableTextElement

All Superinterfaces:
TextElement
All Known Implementing Classes:
NounTextElement, VarTextElement

public interface RefableTextElement
extends TextElement

This interface describes text elements that can be referred to at a later position in the text.

Author:
Tobias Kuhn
See Also:
RefTextElement, NounTextElement

Method Summary
 java.lang.String getReferenceText()
          This method should return the text how a reference to this text element has to look like.
 
Methods inherited from interface ch.uzh.ifi.attempto.preditor.text.TextElement
checkNeighborTextElements, equals, getCategory, getText
 

Method Detail

getReferenceText

java.lang.String getReferenceText()
This method should return the text how a reference to this text element has to look like.

Returns:
The text of a possible reference.


Copyright 2008-2009, Attempto Group, University of Zurich (see http://attempto.ifi.uzh.ch)