org.schwa.dr
Class AbstractDoc

java.lang.Object
  extended by org.schwa.dr.AbstractAnn
      extended by org.schwa.dr.AbstractDoc
All Implemented Interfaces:
Ann, Doc

public abstract class AbstractDoc
extends AbstractAnn
implements Doc

Abstract base class for the Doc interface.

Author:
Tim Dawborn

Field Summary
protected  RTManager drRT
          The runtime manager for this document.
 
Fields inherited from class org.schwa.dr.AbstractAnn
drIndex, drLazy, drLazyNElem
 
Constructor Summary
AbstractDoc()
           
 
Method Summary
 RTManager getDRRT()
          Returns the runtime manager for this document.
 void setDRRT(RTManager drRT)
          Sets the runtime manager for this document.
 
Methods inherited from class org.schwa.dr.AbstractAnn
equals, getDRIndex, getDRLazy, getDRLazyNElem, setDRIndex, setDRLazy, setDRLazyNElem
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.schwa.dr.Ann
getDRIndex, getDRLazy, getDRLazyNElem, setDRIndex, setDRLazy, setDRLazyNElem
 

Field Detail

drRT

protected RTManager drRT
The runtime manager for this document.

Constructor Detail

AbstractDoc

public AbstractDoc()
Method Detail

getDRRT

public final RTManager getDRRT()
Description copied from interface: Doc
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.

Specified by:
getDRRT in interface Doc

setDRRT

public final void setDRRT(RTManager drRT)
Description copied from interface: Doc
Sets the runtime manager for this document.

Specified by:
setDRRT in interface Doc


Copyright © 2014. All rights reserved.