|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ix.icore.IXAgent ix.ip2.Ip2 ix.isim.ISim
public class ISim
This class is the entry point for starting an ISim agent. It essentially an Ip2 with the following modifications:
Nested Class Summary | |
---|---|
static class |
ISim.AnimatedObjectList
|
Nested classes/interfaces inherited from class ix.ip2.Ip2 |
---|
Ip2.AddExtensionsHandler, Ip2.AddHandlersHandler |
Field Summary | |
---|---|
protected ISimEngine |
simulator
the simulator used by this agent to modify the world state |
Fields inherited from class ix.ip2.Ip2 |
---|
activityViewer, agentTypeName, annotationViewer, controller, domain, frame, issueViewer, logoImage, logoLine1, logoLine2, modelManager, optionManager, resetHooks, showOptions, stateViewer |
Fields inherited from class ix.icore.IXAgent |
---|
contactManager, displayName, eventLogger, exitHooks, initialDisplayName, ipcName, ipcStrategyName, iSimTimer, mainAgent, nameListeners, startupDate, startupHooks, symbolName, textFrame |
Method Summary | |
---|---|
void |
completeStartup()
This function creates the simulator that belongs to this ISim agent. |
ISimEngine |
getISimEngine()
returns the simulation engine used by this ISim agent |
static void |
main(java.lang.String[] argv)
This function creates the ISim I-X agent. |
protected void |
setupISimTimer()
This function creates an ISimTimer for this ISim agent. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ISimEngine simulator
Method Detail |
---|
public void completeStartup()
completeStartup
in class Ip2
Ip2Frame.becomeVisible()
public ISimEngine getISimEngine()
protected void setupISimTimer()
setupISimTimer
in class IXAgent
public static void main(java.lang.String[] argv)
argv
- String[] parameters for this ISim agent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |