SEdit
Class Booter
java.lang.Object
AbstractMadkitBooter
SEdit.Booter
- public class Booter
- extends AbstractMadkitBooter
The SEdit booter for MadKit.
It starts the kernel, and then launch agents defined in a config
file, with or without GUI.
It is also possible to launch agents from SEdit editors...
- Version:
- 1.0
- Author:
- Jacques Ferber and Olivier Gutknecht
- See Also:
- Serialized Form
Constructor Summary |
protected |
Booter(boolean isg,
boolean ipnumeric,
String initFile,
String ipaddress,
boolean network)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Booter
protected Booter(boolean isg,
boolean ipnumeric,
String initFile,
String ipaddress,
boolean network)
setAgentNode
public static void setAgentNode(AbstractAgentNode a)
createWindowHandler
protected WindowListener createWindowHandler(Kernel k,
AbstractAgent a)
inspectAgent
public void inspectAgent(AbstractAgent elt)
showPropertyEditor
public void showPropertyEditor(boolean b)
setupGUI
public void setupGUI(AbstractAgent a)
- Implements the GraphicShell interface
main
public static void main(String[] argv)
- Booting from command line
Copyright © J. Ferber, O. Gutknecht All Rights Reserved.