|
ModeShape Distribution 3.0.0.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VdbModel | |
---|---|
org.modeshape.sequencer.teiid | The classes that make up the Teiid VDB sequencer. |
org.modeshape.sequencer.teiid.model | The classes that make up the Teiid model sequencer. |
Uses of VdbModel in org.modeshape.sequencer.teiid |
---|
Methods in org.modeshape.sequencer.teiid that return VdbModel | |
---|---|
VdbModel |
VdbManifest.getModel(String path)
|
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. |
Uses of VdbModel in org.modeshape.sequencer.teiid.model |
---|
Methods in org.modeshape.sequencer.teiid.model that return VdbModel | |
---|---|
protected VdbModel |
ModelObjectHandler.getVdbModel()
|
Methods in org.modeshape.sequencer.teiid.model with parameters of type VdbModel | |
---|---|
boolean |
ModelSequencer.sequenceVdbModel(InputStream modelStream,
Node modelOutputNode,
VdbModel vdbModel,
Sequencer.Context context)
Used only by the VDB sequencer to sequence a model file contained in a VDB. |
protected void |
ModelObjectHandler.setVdbModel(VdbModel vdbModel)
This method should only be called by the framework loading model object handlers. |
|
ModeShape Distribution 3.0.0.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |