story.scheherazade.verbalizer
Class SymbolInterval

java.lang.Object
  extended by story.scheherazade.verbalizer.SymbolInterval

public class SymbolInterval
extends java.lang.Object

Pointers to a segment of text and a symbol to which the segment refers.


Constructor Summary
SymbolInterval(SerializationSymbol symbol, int begin, int end)
           
 
Method Summary
 int begin()
           
 int end()
           
 java.lang.String render()
           
 SerializationSymbol symbol()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymbolInterval

public SymbolInterval(SerializationSymbol symbol,
                      int begin,
                      int end)
Method Detail

symbol

public SerializationSymbol symbol()

begin

public int begin()

end

public int end()

render

public java.lang.String render()
                        throws Scheherexception
Throws:
Scheherexception


Copyright © 2011 David K. Elson. All Rights Reserved.