org.schwa.dr
Interface Doc

All Superinterfaces:
Ann
All Known Implementing Classes:
AbstractDoc

public interface Doc
extends Ann

Base interface for all docrep document classes. The methods provided here are mainly useful within this package, providing internal methods for implementing laziness and other docrep things.

Author:
Tim Dawborn

Method Summary
 RTManager getDRRT()
          Returns the runtime manager for this document.
 void setDRRT(RTManager rt)
          Sets the runtime manager for this document.
 
Methods inherited from interface org.schwa.dr.Ann
getDRIndex, getDRLazy, getDRLazyNElem, setDRIndex, setDRLazy, setDRLazyNElem
 

Method Detail

getDRRT

RTManager getDRRT()
Returns the runtime manager for this document. If this document instance was newly constructed instead of being read in via a Reader, this method will return null.


setDRRT

void setDRRT(RTManager rt)
Sets the runtime manager for this document.



Copyright © 2014. All rights reserved.