Package | Description |
---|---|
jadex.bridge.modelinfo | |
jadex.extension.agr |
Modifier and Type | Method and Description |
---|---|
SubcomponentTypeInfo[] |
ModelInfo.getSubcomponentTypes()
Get the subcomponent names.
|
SubcomponentTypeInfo[] |
IModelInfo.getSubcomponentTypes()
Get the subcomponent names.
|
SubcomponentTypeInfo |
ComponentInstanceInfo.getType(IModelInfo model)
Get the model of the component instance.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelInfo.addSubcomponentType(SubcomponentTypeInfo subcomponent)
Add a subcomponent type.
|
void |
ModelInfo.setSubcomponentTypes(SubcomponentTypeInfo[] subcomponents)
Set the subcomponent types.
|
Constructor and Description |
---|
ModelInfo(String name,
String packagename,
String description,
IErrorReport report,
IArgument[] arguments,
IArgument[] results,
boolean startable,
String filename,
Map<String,Object> properties,
ClassLoader classloader,
RequiredServiceInfo[] requiredservices,
ProvidedServiceInfo[] providedservices,
ConfigurationInfo[] configurations,
SubcomponentTypeInfo[] subcomponents,
String[] imports,
IResourceIdentifier rid)
Create a new model info.
|
Modifier and Type | Method and Description |
---|---|
SubcomponentTypeInfo |
MPosition.getMComponentType(IModelInfo model)
Get the agent type.
|
Copyright © 2012. All Rights Reserved.