|
Jadex 0.96-beta1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IModelLoader
Model loader have to implement this interface used by SXML.
Method Summary | |
---|---|
ObjectCache |
getModelCache()
Get the model cache. |
IMBDIAgent |
loadAgentModel(String name,
String[] imports)
Load an agent model. |
IMCapability |
loadCapabilityModel(String name,
String[] imports,
IMElement owner)
Load a capability model. |
IMElement |
loadModel(ResourceInfo rinfo)
Loads any xml Jadex model (e.g. agent, capability, or propertybase). |
IMPropertybase |
loadPropertyModel(String name,
String[] imports,
IMElement owner)
Load a properties model. |
Method Detail |
---|
IMBDIAgent loadAgentModel(String name, String[] imports) throws IOException
name
- The agent name.imports
- The imports (if any).
IOException
IMCapability loadCapabilityModel(String name, String[] imports, IMElement owner) throws IOException
name
- The capability name.imports
- The imports (if any).owner
- The owner.
IOException
IMPropertybase loadPropertyModel(String name, String[] imports, IMElement owner) throws IOException
name
- The properties name.imports
- The imports (if any).owner
- The owner.
IOException
IMElement loadModel(ResourceInfo rinfo) throws IOException
IOException
ObjectCache getModelCache()
|
Jadex 0.96-beta1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.