Serialized Form


Package simulator

Class simulator.Agent implements Serializable

Serialized Fields

name

java.lang.String name

id

int id

listener

Listener listener

status

boolean status

display

java.awt.Panel display

executions

java.util.Vector executions

picture

ImageComponent picture

picture2

ImageComponent picture2

statusLabel

java.awt.Label statusLabel

taems

java.util.Hashtable taems

sensing

Sensing sensing

socket

java.net.Socket socket

agentlocale

Locale agentlocale

localelabel

java.awt.Label localelabel

picture3

javax.swing.ImageIcon picture3

blah

javax.swing.JLabel blah

Class simulator.ConsumableResources implements Serializable

Class simulator.DisablesEvent implements Serializable

Serialized Fields

disable

DisablesInterrelationship disable

agent

Agent agent

Class simulator.Display implements Serializable

Serialized Fields

background

java.awt.Image background

logger

Log logger

locations

java.util.Hashtable locations

displays

java.util.Hashtable displays

images

java.util.Hashtable images

tracker

java.awt.MediaTracker tracker

count

int count

Class simulator.EnablesEvent implements Serializable

Serialized Fields

enable

EnablesInterrelationship enable

agent

Agent agent

Class simulator.Event implements Serializable

Serialized Fields

id

long id

startTime

int startTime

execTime

int execTime

display

java.awt.Label display

resourcesInUse

java.util.Vector resourcesInUse

resourcesInProduction

java.util.Vector resourcesInProduction

Class simulator.EventQueue implements Serializable

Serialized Fields

random

java.util.Random random

logger

Log logger

display

java.awt.Panel display

Class simulator.ExecuteEvent implements Serializable

Serialized Fields

source

Agent source

ID

java.lang.String ID

durationDistribution

float[] durationDistribution

costDistribution

float[] costDistribution

qualityDistribution

float[] qualityDistribution

chosenOutcome

Outcome chosenOutcome

isOverloaded

java.util.Vector isOverloaded

waitForOverloading

boolean waitForOverloading

limitsNLE

java.util.Vector limitsNLE

firstClickDimension

java.util.Hashtable firstClickDimension

lastClickDimension

java.util.Hashtable lastClickDimension

perTimeClickDimension

java.util.Hashtable perTimeClickDimension

addLastClickDimension

boolean addLastClickDimension

expectedFinalQuality

float expectedFinalQuality

expectedFinalCost

float expectedFinalCost

method

Method method

Class simulator.FacilitatesEvent implements Serializable

Serialized Fields

facilitate

FacilitatesInterrelationship facilitate

agent

Agent agent

Class simulator.HindersEvent implements Serializable

Serialized Fields

hinder

HindersInterrelationship hinder

agent

Agent agent

Class simulator.MessageEvent implements Serializable

Serialized Fields

msg

KQMLMessage msg

source

Agent source

dest

Agent dest

Class simulator.ParseException implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).

currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.

expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.

tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.

eol

java.lang.String eol
The end of line string for this machine.

Class simulator.ProgressBarPanel implements Serializable

Serialized Fields

lock

java.lang.Object lock

shouldStop

boolean shouldStop

progressBar

javax.swing.JProgressBar progressBar

currentLabel

javax.swing.JLabel currentLabel

currentValue

int currentValue

currentFrame

java.awt.Frame currentFrame

Class simulator.ReactionEvent implements Serializable

Serialized Fields

event_label

java.lang.String event_label

agent

java.lang.String agent

Class simulator.RealExecuteEvent implements Serializable

Serialized Fields

done

boolean done

Class simulator.ResourceEvent implements Serializable

Serialized Fields

resource

Resources resource

cur

float cur

min

float min

max

float max

set

boolean set

Class simulator.ResourceNodePanel implements Serializable

Serialized Fields

tied

Resources tied

Class simulator.Resources implements Serializable

Serialized Fields

name

java.lang.String name

unit

java.lang.String unit

maximum

float maximum

currentValue

float currentValue

realValue

float realValue

minimum

float minimum

inUse

java.util.Hashtable inUse

logger

Log logger

isOverloaded

boolean isOverloaded

currentAdd

Event currentAdd

loc

Locale loc

resource

Resource resource

Class simulator.Simulator implements Serializable

Serialized Fields

complexNLEFlag

boolean complexNLEFlag

server

RootServer server

scripts

Scripter scripts

global_locale

Locale global_locale

locmap

LocationMapping locmap

queue

EventQueue queue

logger

Log logger

random

TaemsRandom random

running

boolean running

autostart

boolean autostart

autostart_agents

int autostart_agents

text_inter

boolean text_inter

steps

int steps

agentcount

int agentcount

cfg

CfgManager cfg

globalSensing

Sensing globalSensing
it's the Sensing mechanism, this is generated by the Sensor configuration file, to simulate agent's sensors. Please check the sensing page

resources

java.util.Hashtable resources
it's a Vector of all resources defined in the configuration file ( simulator.cfg). Please check the configuration page

displayAbout

javax.swing.JDialog displayAbout

graph

Graph graph

steptoField

java.awt.TextField steptoField

pauseButton

javax.swing.JButton pauseButton

steptoButton

javax.swing.JButton steptoButton

stepButton

javax.swing.JButton stepButton

quitButton

javax.swing.JButton quitButton

aboutButton

javax.swing.JButton aboutButton

resetButton

javax.swing.JButton resetButton

agentcountlabel

java.awt.Label agentcountlabel

display

java.awt.Panel display

eventLabel

java.awt.Label eventLabel

actionLabel

java.awt.Label actionLabel

statusLabel

java.awt.Label statusLabel

randomLabel

java.awt.Label randomLabel

mergelock

java.lang.Integer mergelock

tinter

Simulator.DumbTextInterface tinter

Class simulator.SimulatorWindowManager implements Serializable

Serialized Fields

windows

java.util.Hashtable windows

windowlist

javax.swing.JPanel windowlist

controls

javax.swing.JPanel controls

info

javax.swing.JPanel info

Class simulator.TokenMgrError implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package simulator.locale

Class simulator.locale.Linkage implements Serializable

Serialized Fields

src

Locale src

dst

Locale dst

edge

GraphEdge edge

endpoints

java.util.Vector endpoints

Class simulator.locale.Locale implements Serializable

Serialized Fields

prop_mark

int prop_mark

sublocales

java.util.Hashtable sublocales

linkages

java.util.Hashtable linkages

resources

java.util.Hashtable resources

name

java.lang.String name

parent

Locale parent

edgetoparent

GraphEdge edgetoparent

log

Log log

Class simulator.locale.Locale.LocaleDoesNotExist implements Serializable

Serialized Fields

this$0

Locale this$0

Class simulator.locale.Locale.ResourceDoesNotExist implements Serializable

Serialized Fields

this$0

Locale this$0

Class simulator.locale.LocaleGraph implements Serializable

Serialized Fields

linkagestate

javax.swing.JMenuItem linkagestate

paredgestate

javax.swing.JMenuItem paredgestate

showlinkages

boolean showlinkages

showparentedges

boolean showparentedges


Package simulator.sensor

Class simulator.sensor.SensingErrorException implements Serializable

Class simulator.sensor.SensorParseException implements Serializable