Package jadex.application
Interface IExtensionInstance
-
- All Known Subinterfaces:
IEnvironmentSpace
- All Known Implementing Classes:
AbstractEnvironmentSpace
,AGRSpace
,ContinuousSpace2D
,ContinuousSpace3D
,Grid2D
,Grid3D
,Space2D
,Space3D
public interface IExtensionInstance
Interface for kernel extension instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFuture<java.lang.Void>
init()
Initialize the extension.IFuture<java.lang.Void>
terminate()
Terminate the extension.
-