public class ServiceModuleInfo
extends org.ai_heuristic.model.FactoryInfo
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
iconFile
The full path to an icon file that can represent the service type in the GUI.
|
long |
timeStamp
The time since 1 January 1970 UTC in milliseconds when the module was added.
|
| Constructor and Description |
|---|
ServiceModuleInfo()
Create a new instance of ServiceModuleInfo.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleInfo |
toModuleInfo()
Convert this info object into a ModuleInfo type, with information added as
appropriate.
|
public java.lang.String iconFile
public long timeStamp
System.currentTimeMillis() - this is set automatically during the ModuleInfo initialisation.public ServiceModuleInfo()
public ModuleInfo toModuleInfo()