Uses of Interface
net.sf.csutils.core.model.ROMetaModel

Packages that use ROMetaModel
net.sf.csutils.core.model.impl   
net.sf.csutils.core.query   
net.sf.csutils.core.query.impl   
net.sf.csutils.core.registry   
net.sf.csutils.core.registry.impl   
 

Uses of ROMetaModel in net.sf.csutils.core.model.impl
 

Classes in net.sf.csutils.core.model.impl that implement ROMetaModel
 class AbstractROMetaModel
          Abstract base class for deriving implementations of ROMetaModel.
 class DynamicROMetaModel
           
 class StaticROMetaModel
          The static meta model is useful for testing purposes, or for ultimate performance.
 

Methods in net.sf.csutils.core.model.impl that return ROMetaModel
 ROMetaModel ROMetaModelReader.read(java.io.File pFile)
          Reads and deserializes a meta model from the XML stream provided by the given File.
 ROMetaModel ROMetaModelReader.read(org.xml.sax.InputSource pSource)
          Reads and deserializes a meta model from the XML stream provided by the given InputSource.
 ROMetaModel ROMetaModelReader.read(java.io.InputStream pStream)
          Reads and deserializes a meta model from the XML stream provided by the given InputStream.
 ROMetaModel ROMetaModelReader.read(org.w3c.dom.Node pNode)
          Reads and deserializes a meta model from the XML stream provided by the given Node.
 ROMetaModel ROMetaModelReader.read(java.io.Reader pReader)
          Reads and deserializes a meta model from the XML stream provided by the given Reader.
protected  ROMetaModel ROMetaModelReader.read(ROMetaModel pBean)
           
 ROMetaModel ROMetaModelReader.read(javax.xml.transform.Source pSource)
          Reads and deserializes a meta model from the XML stream provided by the given Source.
 ROMetaModel ROMetaModelReader.read(java.net.URL pURL)
          Reads and deserializes a meta model from the XML stream provided by the given URL.
 ROMetaModel ROMetaModelReader.read(javax.xml.stream.XMLEventReader pReader)
          Reads and deserializes a meta model from the XML stream provided by the given XMLEventReader.
 ROMetaModel ROMetaModelReader.read(javax.xml.stream.XMLStreamReader pReader)
          Reads and deserializes a meta model from the XML stream provided by the given XMLStreamReader.
 

Methods in net.sf.csutils.core.model.impl with parameters of type ROMetaModel
protected  ROMetaModel ROMetaModelWriter.write(ROMetaModel pModel)
          Converts the given meta model into a serializable JAXB bean.
 void ROMetaModelWriter.write(ROMetaModel pModel, org.xml.sax.ContentHandler pHandler)
          Converts the given meta model to XML by writing to the given ContentHandler.
 void ROMetaModelWriter.write(ROMetaModel pModel, java.io.File pFile)
          Converts the given meta model to XML by writing to the given File.
 void ROMetaModelWriter.write(ROMetaModel pModel, org.w3c.dom.Node pNode)
          Converts the given meta model to XML by writing to the given Node.
 void ROMetaModelWriter.write(ROMetaModel pModel, java.io.OutputStream pStream)
          Converts the given meta model to XML by writing to the given OutputStream.
 void ROMetaModelWriter.write(ROMetaModel pModel, javax.xml.transform.Result pResult)
          Converts the given meta model to XML by writing to the given Result.
 void ROMetaModelWriter.write(ROMetaModel pModel, java.io.Writer pWriter)
          Converts the given meta model to XML by writing to the given Writer.
 void ROMetaModelWriter.write(ROMetaModel pModel, javax.xml.stream.XMLEventWriter pWriter)
          Converts the given meta model to XML by writing to the given XMLEventWriter.
 void ROMetaModelWriter.write(ROMetaModel pModel, javax.xml.stream.XMLStreamWriter pWriter)
          Converts the given meta model to XML by writing to the given XMLStreamWriter.
 

Uses of ROMetaModel in net.sf.csutils.core.query
 

Constructors in net.sf.csutils.core.query with parameters of type ROMetaModel
CsqlParser(ROMetaModel pModel)
          Creates a new instance with the given meta model, and the CentraSite registry info.
CsqlParser(ROMetaModel pModel, RegistryInfo pRegistryInfo)
          Creates a new instance with the given meta model, and registry info.
 

Uses of ROMetaModel in net.sf.csutils.core.query.impl
 

Methods in net.sf.csutils.core.query.impl that return ROMetaModel
protected  ROMetaModel AbstractQueryGenerator.getModel()
           
 

Methods in net.sf.csutils.core.query.impl with parameters of type ROMetaModel
 CsqlStatement XQueryGenerator.parse(ROMetaModel pModel, Statement pQuery)
           
 CsqlStatement AbstractQueryGenerator.parse(ROMetaModel pModel, Statement pQuery)
           
 

Uses of ROMetaModel in net.sf.csutils.core.registry
 

Methods in net.sf.csutils.core.registry that return ROMetaModel
 ROMetaModel SimpleModelDrivenRegistryFacade.getMetaModel()
           
 ROMetaModel ROModelAccessor.getMetaModel()
          Returns the meta model.
 ROMetaModel ROMetaModelAccessor.getMetaModel()
          Returns the meta model.
 ROMetaModel ModelDrivenRegistryFacade.getMetaModel()
          Returns the facades meta model.
 

Uses of ROMetaModel in net.sf.csutils.core.registry.impl
 

Methods in net.sf.csutils.core.registry.impl that return ROMetaModel
 ROMetaModel ROModelAccessorImpl.getMetaModel()
           
 ROMetaModel ROMetaModelAccessorImpl.getMetaModel()
           
 

Methods in net.sf.csutils.core.registry.impl with parameters of type ROMetaModel
protected  ROSlot ROModelAccessorImpl.findSlot(ROMetaModel pModel, javax.xml.registry.infomodel.RegistryObject pObject, java.lang.String pSlotName)
           
 



Copyright © 2009-2010. All Rights Reserved.