public interface ModelResolver
| Modifier and Type | Method and Description |
|---|---|
Model |
getModel(java.lang.String modelName)
Load the model with the given name.
|
void |
setPlatformDetector(PlatformDetector aPlatform)
Set platform information.
|
void setPlatformDetector(PlatformDetector aPlatform)
aPlatform - the platform information.Model getModel(java.lang.String modelName) throws java.io.IOException
modelName - the name of the model.java.io.IOException - if the model can not be found.Copyright © 2014. All Rights Reserved.