Uses of Class
org.schwa.dr.runtime.RTManager

Packages that use RTManager
org.schwa.dr   
org.schwa.dr.runtime   
 

Uses of RTManager in org.schwa.dr
 

Fields in org.schwa.dr declared as RTManager
protected  RTManager AbstractDoc.drRT
          The runtime manager for this document.
 

Methods in org.schwa.dr that return RTManager
 RTManager Doc.getDRRT()
          Returns the runtime manager for this document.
 RTManager AbstractDoc.getDRRT()
           
 

Methods in org.schwa.dr with parameters of type RTManager
 void Doc.setDRRT(RTManager rt)
          Sets the runtime manager for this document.
 void AbstractDoc.setDRRT(RTManager drRT)
           
 

Uses of RTManager in org.schwa.dr.runtime
 

Methods in org.schwa.dr.runtime that return RTManager
static RTManager RTFactory.build(DocSchema docSchema)
           
static RTManager RTFactory.buildOrMerge(RTManager rt, DocSchema docSchema)
           
static RTManager RTFactory.create()
           
static RTManager RTFactory.merge(RTManager rt, DocSchema docSchema)
           
 

Methods in org.schwa.dr.runtime with parameters of type RTManager
static RTManager RTFactory.buildOrMerge(RTManager rt, DocSchema docSchema)
           
static RTManager RTFactory.merge(RTManager rt, DocSchema docSchema)
           
 



Copyright © 2014. All rights reserved.