public interface IExtensionInfo
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IFuture<IExtensionInstance> |
createInstance(jadex.bridge.IExternalAccess access,
jadex.commons.IValueFetcher fetcher)
Instantiate the extension for a specific component instance.
|
java.lang.String |
getName()
Get the extension's unique name.
|
java.lang.String getName()
jadex.commons.future.IFuture<IExtensionInstance> createInstance(jadex.bridge.IExternalAccess access, jadex.commons.IValueFetcher fetcher)
access
- The external access of the component.fetcher
- The value fetcher of the component to be used for evaluating dynamic expressions.