public interface IDynamicBDIFactory
Modifier and Type | Method and Description |
---|---|
IFuture<IMECapability> |
createAgentModel(String name,
String pkg,
String[] imports,
IResourceIdentifier rid)
Create a new agent model, which can be manually edited before
starting.
|
IFuture<IModelInfo> |
registerAgentModel(IMECapability model,
String filename)
Register a manually edited agent model in the factory.
|
IFuture<IMECapability> createAgentModel(String name, String pkg, String[] imports, IResourceIdentifier rid)
name
- A type name for the agent model.pkg
- Optional package for the model.imports
- Optional imports for the model.IFuture<IModelInfo> registerAgentModel(IMECapability model, String filename)
model
- The edited agent model.filename
- The filename for accessing the model.Copyright © 2012. All Rights Reserved.