Uses of Class
org.modeshape.sequencer.teiid.VdbModel

Packages that use VdbModel
org.modeshape.sequencer.teiid The classes that make up the JCR Compact Node Definition (CND) file sequencer. 
 

Uses of VdbModel in org.modeshape.sequencer.teiid
 

Methods in org.modeshape.sequencer.teiid that return types with arguments of type VdbModel
 List<VdbModel> VdbManifest.getModels()
           
 Iterable<VdbModel> VdbManifest.modelsInDependencyOrder()
           
 

Methods in org.modeshape.sequencer.teiid with parameters of type VdbModel
 int VdbModel.compareTo(VdbModel that)
           The natural order of VDB models is based upon dependencies (e.g., model imports), where models that depends upon other models will always follow the models they depend on.
 

Constructors in org.modeshape.sequencer.teiid with parameters of type VdbModel
ModelSequencer(VdbModel vdbModel, Path parentPathOfModel, ReferenceResolver resolver)
           
XmiModelReader(Path parentPath, Name modelName, String pathToModelFile, Subgraph subgraph, boolean generateShortTypeNames, boolean useXmiUuidsAsJcrUuids, VdbModel vdbModel)
          Create a reader for XMI model files.
 



Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.