Jadex 0.941

Serialized Form


Package jadex.examples.blackjack

Class jadex.examples.blackjack.RequestBet extends AgentAction implements Serializable

Serialized Fields

bet

int bet
Attribute for slot bet.


pds

PropertyDescriptor[] pds
The property descriptors, constructed on first access.

Class jadex.examples.blackjack.RequestDraw extends AgentAction implements Serializable

Serialized Fields

cards

List cards
Attribute for slot cards.


pds

PropertyDescriptor[] pds
The property descriptors, constructed on first access.

Class jadex.examples.blackjack.RequestFinished extends RequestFinishedData implements Serializable

Class jadex.examples.blackjack.RequestFinishedData extends AgentAction implements Serializable

Serialized Fields

gameresult

GameResult gameresult
Attribute for slot gameresult.


pds

PropertyDescriptor[] pds
The property descriptors, constructed on first access.

Class jadex.examples.blackjack.RequestJoin extends AgentAction implements Serializable

Serialized Fields

timeout

int timeout
Attribute for slot timeout.


player

Player player
Attribute for slot player.


pds

PropertyDescriptor[] pds
The property descriptors, constructed on first access.


Package jadex.examples.blackjack.dealer

Class jadex.examples.blackjack.dealer.DealerFrame extends GameStateFrame implements Serializable

Serialized Fields

agent

IExternalAccess agent
The agent access object.


children

Set children
child windows (e.g. statistics).

Class jadex.examples.blackjack.dealer.DealerGameRoundMasterPlan extends Plan implements Serializable

Class jadex.examples.blackjack.dealer.DealerGameRoundPlayerPlan extends Plan implements Serializable

Serialized Fields

timeout

long timeout
The timout for communication with the player.


player

Player player
The player object.

Class jadex.examples.blackjack.dealer.DealerGUIPlan extends Plan implements Serializable

Serialized Fields

gui

DealerFrame gui
The gui frame.

Class jadex.examples.blackjack.dealer.DealerOptionPanel extends JPanel implements Serializable

Serialized Fields

agent

IExternalAccess agent
The agent access.


progressBar

JProgressBar progressBar
the progressbar


restartWaitSpinner

JSpinner restartWaitSpinner
the spinner, that adjusts the seconds to wait until a game-restart


cardWaitSpinner

JSpinner cardWaitSpinner
the spinner, that adjusts the seconds to wait until dealer or player may draw the next card


progressBarTimer

Timer progressBarTimer
the timer firing the timing-events for the progressBar


singleStepCheckBox

JCheckBox singleStepCheckBox
singleStep-checkBox, if 'selected' dealer and players receive their cards after pressing the single-step button.


stepButton

JButton stepButton
Step-Button for stepping forward in 'single step mode'


messageLabel

JLabel messageLabel
this label shows, what the dealer is waiting for, i.e. player-arrivals game-restart and so on

Class jadex.examples.blackjack.dealer.DealerRegisterPlayerPlan extends Plan implements Serializable

Class jadex.examples.blackjack.dealer.PropagateGameStatePlan extends Plan implements Serializable


Package jadex.examples.blackjack.gui

Class jadex.examples.blackjack.gui.GameStateFrame extends JFrame implements Serializable

Serialized Fields

dealerpan

GameStateFrame.PlayersPanel dealerpan
The dealers panel.


controlpanel

JPanel controlpanel
The control panel.


playerpan

GameStateFrame.PlayersPanel playerpan
The players panel.


top

JPanel top
The top panel.

Class jadex.examples.blackjack.gui.GameStateFrame.PlayersPanel extends JPanel implements Serializable

Serialized Fields

players

ArrayList players
The actual players (because invokeLater() may cause delays).

Class jadex.examples.blackjack.gui.PlayerPanel extends JPanel implements Serializable

Serialized Fields

player

Player player
The player object.


state

JLabel state
Label containing the player's state.


account

JLabel account
Label containing the player's account.


cardpanel

JPanel cardpanel
Panel containing card images.


bet

JLabel bet
Label containing the player's bet.


strategy

JLabel strategy
Label containing the player's strategy name.

Class jadex.examples.blackjack.gui.StatisticGraph extends JPanel implements Serializable

Serialized Fields

model

GameStatistics model
the model-object containing the information shown on the graph


showDealer

JCheckBox showDealer
shall the dealer's result be shown ?


showPlayerNames

JCheckBox showPlayerNames
shall the player-names be shown ?


roundsToShow

int roundsToShow
unit of the x-axis


heightToShow

int heightToShow
unit of the upper part of the y-axis


depthToShow

int depthToShow
unit of the lower part of the y-axis


Package jadex.examples.blackjack.manager

Class jadex.examples.blackjack.manager.GuiPlan extends Plan implements Serializable

Class jadex.examples.blackjack.manager.ManagerDealerRegisterPlan extends Plan implements Serializable

Class jadex.examples.blackjack.manager.ManagerFrame extends JFrame implements Serializable

Serialized Fields

playerpan

JPanel playerpan

dealerpan

JPanel dealerpan

dealertf

JTextField dealertf

dealeraid

AgentIdentifier dealeraid

exitButton

JButton exitButton

localDealerLabel

JLabel localDealerLabel

localDealerButton

JButton localDealerButton

localDealerNameString

String localDealerNameString

localDealerMaxPlayerString

String localDealerMaxPlayerString

localDealerPlayerPlayingString

String localDealerPlayerPlayingString

enableTimer

Timer enableTimer

dealertable

JTable dealertable

dealermodel

TableModel dealermodel

agent

IExternalAccess agent

Class jadex.examples.blackjack.manager.ManagerFrame.ManagerPlayerPanel extends JPanel implements Serializable

Serialized Fields

colorButton

JButton colorButton

actionButton

JButton actionButton

name

JTextField name

initialAccount

JTextField initialAccount

strategy

JComboBox strategy

player

Player player

enableTimer

Timer enableTimer
Timer, that enables the start/stop-button 1 second after the user pressed the button (pressing the button, disables it, for stability-reasons

Class jadex.examples.blackjack.manager.ManagerGUIUpdatePlan extends Plan implements Serializable


Package jadex.examples.blackjack.player

Class jadex.examples.blackjack.player.GuiPlan extends Plan implements Serializable

Class jadex.examples.blackjack.player.HumanPlayerInterface extends GameStateFrame implements Serializable

Serialized Fields

pcs

PropertyChangeSupport pcs
The property change support.

Class jadex.examples.blackjack.player.HumanPlayerInterface.HumanPlayerControlPanel extends JPanel implements Serializable

Serialized Fields

betsp

JSpinner betsp
The bet.


betbut

JButton betbut
The button for placing a bet.


betprogress

JProgressBar betprogress
The bet progress bar.


draw

JButton draw
The draw card decision.


stop

JButton stop
The stop button.


drawprogress

JProgressBar drawprogress
The draw card progress bar.


bet

int bet
The bet.


drawcard

boolean drawcard
The draw state.


timer

Timer timer
The timer.

Class jadex.examples.blackjack.player.PlayerDeclineGamePlan extends Plan implements Serializable

Class jadex.examples.blackjack.player.PlayerJoinGamePlan extends Plan implements Serializable

Class jadex.examples.blackjack.player.PlayerPlayGameRoundPlan extends Plan implements Serializable

Serialized Fields

hpi

HumanPlayerInterface hpi
The human player interface.

Class jadex.examples.blackjack.player.PlayerSearchDealerPlan extends Plan implements Serializable

Class jadex.examples.blackjack.player.UpdateGameStatePlan extends Plan implements Serializable


Package jadex.examples.blocksworld

Class jadex.examples.blocksworld.BenchmarkPlan extends Plan implements Serializable

Serialized Fields

runs

int runs
The number of runs to be performed.


goals

int goals
The number of different goals to be executed per run.

Class jadex.examples.blocksworld.BlockCellRenderer extends JLabel implements Serializable

Class jadex.examples.blocksworld.BlocksListModel extends DefaultListModel implements Serializable

Class jadex.examples.blocksworld.BlocksworldPanel extends JPanel implements Serializable

Serialized Fields

table

Table table
The table.


pcl

PropertyChangeListener pcl
The change listener to update the gui.


blocks

Map blocks
The known blocks.


blocksize

int blocksize
The block size (in pixels).


imaginary

boolean imaginary
The imaginary flag.

Class jadex.examples.blocksworld.ConfigureBlocksPlan extends Plan implements Serializable

Serialized Fields

configuration

Table configuration
The desired target configuration.

Class jadex.examples.blocksworld.EvaluationPlan extends Plan implements Serializable

Serialized Fields

runs

int runs
The number of runs to be performed (more runs = more accurate, but slower).


deltagoals

int deltagoals
The number of goals to be added per set of runs.


maxgoals

int maxgoals
The maximum number of goals to be executed.

Class jadex.examples.blocksworld.EvaluationStackPlan extends Plan implements Serializable

Serialized Fields

block

Block block
The block to be moved.


target

Block target
The block on to which to put the other block.

Class jadex.examples.blocksworld.GuiPlan extends Plan implements Serializable

Serialized Fields

frame

JFrame frame
The frame.

Class jadex.examples.blocksworld.StackBlocksPlan extends Plan implements Serializable

Serialized Fields

block

Block block
The block to be moved.


target

Block target
The block on to which to put the other block.


mode

String mode
The execution mode.


quiet

boolean quiet
The quiet flag (do not printout messages).


Package jadex.examples.cleanerworld.multi

Class jadex.examples.cleanerworld.multi.Chargingstation extends ChargingstationData implements Serializable

Class jadex.examples.cleanerworld.multi.ChargingstationData extends LocationObject implements Serializable

Serialized Fields

name

String name
Attribute for slot name.


pds

PropertyDescriptor[] pds
The property descriptors, constructed on first access.

Class jadex.examples.cleanerworld.multi.Cleaner extends CleanerData implements Serializable

Class jadex.examples.cleanerworld.multi.CleanerData extends LocationObject implements Serializable

Serialized Fields

chargestate

double chargestate
Attribute for slot chargestate.


carriedwaste

Waste carriedwaste
Attribute for slot carried-waste.


visionrange

double visionrange
Attribute for slot vision-range.


name

String name
Attribute for slot name.


pds

PropertyDescriptor[] pds
The property descriptors, constructed on first access.

Class jadex.examples.cleanerworld.multi.Location extends LocationData implements Serializable

Class jadex.examples.cleanerworld.multi.LocationData extends Object implements Serializable

Serialized Fields

x

double x
The x-coordinate.


y

double y
The y-coordinate.


pds

PropertyDescriptor[] pds
The property descriptors, constructed on first access.

Class jadex.examples.cleanerworld.multi.LocationObject extends LocationObjectData implements Serializable

Class jadex.examples.cleanerworld.multi.LocationObjectData extends Object implements Serializable

Serialized Fields

id

String id
Attribute for slot id.


location

Location location
The location of the object.


pds

PropertyDescriptor[] pds
The property descriptors, constructed on first access.

Class jadex.examples.cleanerworld.multi.MapPoint extends LocationObject implements Serializable

Serialized Fields

quantity

int quantity
The visit quantity.


seen

double seen
The seen value (1=just seen -> 0=never seen).

Class jadex.examples.cleanerworld.multi.RequestCompleteVision extends AgentAction implements Serializable

Serialized Fields

vision

Vision vision
Attribute for slot vision.


pds

PropertyDescriptor[] pds
The property descriptors, constructed on first access.

Class jadex.examples.cleanerworld.multi.RequestDropWaste extends AgentAction implements Serializable

Serialized Fields

waste

Waste waste
Attribute for slot waste.


wastebinname

String wastebinname
Attribute for slot wastebinname.


pds

PropertyDescriptor[] pds
The property descriptors, constructed on first access.

Class jadex.examples.cleanerworld.multi.RequestPickUpWaste extends AgentAction implements Serializable

Serialized Fields

waste

Waste waste
Attribute for slot waste.


pds

PropertyDescriptor[] pds
The property descriptors, constructed on first access.

Class jadex.examples.cleanerworld.multi.RequestVision extends AgentAction implements Serializable

Serialized Fields

vision

Vision vision
Attribute for slot vision.


cleaner

Cleaner cleaner
Attribute for slot cleaner.


pds

PropertyDescriptor[] pds
The property descriptors, constructed on first access.

Class jadex.examples.cleanerworld.multi.Vision extends VisionData implements Serializable

Class jadex.examples.cleanerworld.multi.VisionData extends LocationObject implements Serializable

Serialized Fields

cleaners

List cleaners
Attribute for slot cleaners.


wastebins

List wastebins
Attribute for slot wastebins.


wastes

List wastes
Attribute for slot wastes.


stations

List stations
Attribute for slot stations.


daytime

boolean daytime
Attribute for slot daytime.


pds

PropertyDescriptor[] pds
The property descriptors, constructed on first access.

Class jadex.examples.cleanerworld.multi.Waste extends WasteData implements Serializable

Class jadex.examples.cleanerworld.multi.Wastebin extends WastebinData implements Serializable

Class jadex.examples.cleanerworld.multi.WastebinData extends LocationObject implements Serializable

Serialized Fields

wastes

List wastes
Attribute for slot wastes.


capacity

int capacity
Attribute for slot capacity.


name

String name
Attribute for slot name.


pds

PropertyDescriptor[] pds
The property descriptors, constructed on first access.

Class jadex.examples.cleanerworld.multi.WasteData extends LocationObject implements Serializable

Serialized Fields

pds

PropertyDescriptor[] pds
The property descriptors, constructed on first access.


Package jadex.examples.cleanerworld.multi.cleaner

Class jadex.examples.cleanerworld.multi.cleaner.CleanUpWastePlan extends Plan implements Serializable

Class jadex.examples.cleanerworld.multi.cleaner.DropWastePlan extends Plan implements Serializable

Class jadex.examples.cleanerworld.multi.cleaner.ExploreMapPlan extends Plan implements Serializable

Class jadex.examples.cleanerworld.multi.cleaner.GUIPlan extends Plan implements Serializable

Serialized Fields

frame

JFrame frame
The frame showing the cleaner world map.


map

JPanel map
The map of the cleaner world.


query_max_quantity

IExpression query_max_quantity
The query_max_quantity (see ADF).

Class jadex.examples.cleanerworld.multi.cleaner.LeastSeenWalkPlan extends Plan implements Serializable

Class jadex.examples.cleanerworld.multi.cleaner.LoadBatteryPlan extends Plan implements Serializable

Class jadex.examples.cleanerworld.multi.cleaner.LocalDropWasteActionPlan extends Plan implements Serializable

Class jadex.examples.cleanerworld.multi.cleaner.LocalGetVisionActionPlan extends Plan implements Serializable

Class jadex.examples.cleanerworld.multi.cleaner.LocalPickUpWasteActionPlan extends Plan implements Serializable

Class jadex.examples.cleanerworld.multi.cleaner.MemorizePositionsPlan extends Plan implements Serializable

Serialized Fields

forget

double forget
The forget factor.

Class jadex.examples.cleanerworld.multi.cleaner.MoveToLocationPlan extends Plan implements Serializable

Class jadex.examples.cleanerworld.multi.cleaner.PatrolPlan extends Plan implements Serializable

Class jadex.examples.cleanerworld.multi.cleaner.PickUpWastePlan extends Plan implements Serializable

Class jadex.examples.cleanerworld.multi.cleaner.RandomWalkPlan extends Plan implements Serializable

Class jadex.examples.cleanerworld.multi.cleaner.RemoteActionPlan extends Plan implements Serializable

Class jadex.examples.cleanerworld.multi.cleaner.RemoteDropWasteActionPlan extends RemoteActionPlan implements Serializable

Class jadex.examples.cleanerworld.multi.cleaner.RemoteGetVisionActionPlan extends RemoteActionPlan implements Serializable

Class jadex.examples.cleanerworld.multi.cleaner.RemotePickUpWasteActionPlan extends RemoteActionPlan implements Serializable


Package jadex.examples.cleanerworld.multi.cleanermobile

Class jadex.examples.cleanerworld.multi.cleanermobile.CleanUpWastePlan extends MobilePlan implements Serializable

Class jadex.examples.cleanerworld.multi.cleanermobile.DropWastePlan extends MobilePlan implements Serializable

Class jadex.examples.cleanerworld.multi.cleanermobile.ExploreMapPlan extends MobilePlan implements Serializable

Class jadex.examples.cleanerworld.multi.cleanermobile.GUIPlan extends MobilePlan implements Serializable

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Close frame before serialization.

Serialized Fields

frame

JFrame frame
The frame showing the cleaner world.


map

JPanel map
The map of the cleaner world.


query_max_quantity

IExpression query_max_quantity
The query_max_quantity (see ADF).

Class jadex.examples.cleanerworld.multi.cleanermobile.LeastSeenWalkPlan extends MobilePlan implements Serializable

Class jadex.examples.cleanerworld.multi.cleanermobile.LoadBatteryPlan extends MobilePlan implements Serializable

Serialized Fields

station

Chargingstation station
The charging station.

Class jadex.examples.cleanerworld.multi.cleanermobile.LocalDropWasteActionPlan extends MobilePlan implements Serializable

Class jadex.examples.cleanerworld.multi.cleanermobile.LocalGetVisionActionPlan extends MobilePlan implements Serializable

Class jadex.examples.cleanerworld.multi.cleanermobile.LocalPickUpWasteActionPlan extends MobilePlan implements Serializable

Class jadex.examples.cleanerworld.multi.cleanermobile.MemorizePositionsPlan extends MobilePlan implements Serializable

Serialized Fields

forget

double forget
The forget factor.

Class jadex.examples.cleanerworld.multi.cleanermobile.MoveToLocationPlan extends MobilePlan implements Serializable

Class jadex.examples.cleanerworld.multi.cleanermobile.PatrolPlan extends MobilePlan implements Serializable

Serialized Fields

nextpoint

int nextpoint
The next patrol point.

Class jadex.examples.cleanerworld.multi.cleanermobile.PickUpWastePlan extends MobilePlan implements Serializable

Class jadex.examples.cleanerworld.multi.cleanermobile.RandomWalkPlan extends MobilePlan implements Serializable

Class jadex.examples.cleanerworld.multi.cleanermobile.RemoteActionPlan extends MobilePlan implements Serializable

Class jadex.examples.cleanerworld.multi.cleanermobile.RemoteDropWasteActionPlan extends RemoteActionPlan implements Serializable

Class jadex.examples.cleanerworld.multi.cleanermobile.RemoteGetVisionActionPlan extends RemoteActionPlan implements Serializable

Class jadex.examples.cleanerworld.multi.cleanermobile.RemotePickUpWasteActionPlan extends RemoteActionPlan implements Serializable


Package jadex.examples.cleanerworld.multi.environment

Class jadex.examples.cleanerworld.multi.environment.DispatchCompleteVisionPlan extends Plan implements Serializable

Class jadex.examples.cleanerworld.multi.environment.DispatchVisionPlan extends Plan implements Serializable

Class jadex.examples.cleanerworld.multi.environment.DropWastePlan extends Plan implements Serializable

Class jadex.examples.cleanerworld.multi.environment.GUIPlan extends Plan implements Serializable

Serialized Fields

frame

JFrame frame
The frame showing the cleaner world map.


map

JPanel map
The map of the cleaner world.

Class jadex.examples.cleanerworld.multi.environment.PickUpWastePlan extends Plan implements Serializable

Class jadex.examples.cleanerworld.multi.environment.UpdateEnvironmentPlan extends Plan implements Serializable


Package jadex.examples.cleanerworld.single

Class jadex.examples.cleanerworld.single.CleanUpWastePlan extends Plan implements Serializable

Class jadex.examples.cleanerworld.single.GUIPlan extends Plan implements Serializable

Serialized Fields

frame

JFrame frame
The frame showing the cleaner world map.


map

JPanel map
The map of the cleaner world.


nearest

IExpression nearest
The get for waste at a given position.

Class jadex.examples.cleanerworld.single.LoadBatteryPlan extends Plan implements Serializable

Class jadex.examples.cleanerworld.single.MoveToLocationPlan extends Plan implements Serializable

Class jadex.examples.cleanerworld.single.PatrolPlan extends Plan implements Serializable

Class jadex.examples.cleanerworld.single.RandomWalkPlan extends Plan implements Serializable

Class jadex.examples.cleanerworld.single.UpdateKnownWasteBeliefsPlan extends Plan implements Serializable

Class jadex.examples.cleanerworld.single.WasteSeenPlan extends Plan implements Serializable

Serialized Fields

newwastelocs

IExpression newwastelocs


Package jadex.examples.garbagecollector

Class jadex.examples.garbagecollector.BurnPlan extends Plan implements Serializable

Class jadex.examples.garbagecollector.CheckingPlan extends Plan implements Serializable

Class jadex.examples.garbagecollector.CreatePlan extends Plan implements Serializable

Class jadex.examples.garbagecollector.GoPlan extends Plan implements Serializable

Class jadex.examples.garbagecollector.GUIPlan extends Plan implements Serializable

Serialized Fields

frame

JFrame frame
The frame.


map

MapPanel map
The map.

Class jadex.examples.garbagecollector.MapPanel extends JPanel implements Serializable

Serialized Fields

burner

JLabel burner
The component to display burners.


collector

JLabel collector
The component to display collector.


garbage

JLabel garbage
The component to display garbage.


burner_image

Image burner_image
The burner image.


collector_image

Image collector_image
The collector image.


garbage_image

Image garbage_image
The burner image.


env

Environment env
The environment.


rescale

boolean rescale
Flag to indicate that component has changed and sizes have to be recalculated.

Class jadex.examples.garbagecollector.PickUpPlan extends Plan implements Serializable

Class jadex.examples.garbagecollector.TakePlan extends Plan implements Serializable


Package jadex.examples.helloworld

Class jadex.examples.helloworld.HelloWorldPlan extends Plan implements Serializable


Package jadex.examples.hunterprey

Class jadex.examples.hunterprey.Creature extends CreatureData implements Serializable

Class jadex.examples.hunterprey.CreatureData extends WorldObject implements Serializable

Serialized Fields

age

int age
The age of the creature (in simulation steps).


points

int points
Attribute for slot points.


name

String name
Unique name for this creature.


visionrange

int visionrange
The distance a creature is able to see.


worldwidth

int worldwidth
The width of the world.


worldheight

int worldheight
The height of the world.


leaseticks

int leaseticks
The number of simulation ticks, this creature is considered alive.


pds

PropertyDescriptor[] pds
The property descriptors, constructed on first access.

Class jadex.examples.hunterprey.Hunter extends HunterData implements Serializable

Class jadex.examples.hunterprey.HunterData extends Creature implements Serializable

Serialized Fields

pds

PropertyDescriptor[] pds
The property descriptors, constructed on first access.

Class jadex.examples.hunterprey.Observer extends ObserverData implements Serializable

Class jadex.examples.hunterprey.ObserverData extends Creature implements Serializable

Serialized Fields

pds

PropertyDescriptor[] pds
The property descriptors, constructed on first access.

Class jadex.examples.hunterprey.Prey extends PreyData implements Serializable

Class jadex.examples.hunterprey.PreyData extends Creature implements Serializable

Serialized Fields

pds

PropertyDescriptor[] pds
The property descriptors, constructed on first access.

Class jadex.examples.hunterprey.RequestEat extends AgentAction implements Serializable

Serialized Fields

creature

Creature creature
The creature.


object

WorldObject object
The object being eaten.


pds

PropertyDescriptor[] pds
The property descriptors, constructed on first access.

Class jadex.examples.hunterprey.RequestMove extends AgentAction implements Serializable

Serialized Fields

creature

Creature creature
The creature.


direction

String direction
The movement direction.


pds

PropertyDescriptor[] pds
The property descriptors, constructed on first access.

Class jadex.examples.hunterprey.RequestVision extends AgentAction implements Serializable

Serialized Fields

vision

Vision vision
The current vision of the creature.


creature

Creature creature
The creature.


pds

PropertyDescriptor[] pds
The property descriptors, constructed on first access.

Class jadex.examples.hunterprey.RequestWorldSize extends AgentAction implements Serializable

Serialized Fields

height

int height
The height of the world.


width

int width
The width of the world.


pds

PropertyDescriptor[] pds
The property descriptors, constructed on first access.


Package jadex.examples.hunterprey.creature.actsense

Class jadex.examples.hunterprey.creature.actsense.EatPlan extends RemoteActionPlan implements Serializable

Class jadex.examples.hunterprey.creature.actsense.GetVisionPlan extends RemoteActionPlan implements Serializable

Class jadex.examples.hunterprey.creature.actsense.MovePlan extends RemoteActionPlan implements Serializable

Class jadex.examples.hunterprey.creature.actsense.RemoteActionPlan extends Plan implements Serializable

Class jadex.examples.hunterprey.creature.actsense.UpdateVisionPlan extends Plan implements Serializable


Package jadex.examples.hunterprey.creature.hunters.dumbhunter

Class jadex.examples.hunterprey.creature.hunters.dumbhunter.DumbHunterPlan extends Plan implements Serializable

Serialized Fields

rand

Random rand
Random number generator.


Package jadex.examples.hunterprey.creature.hunters.ldahunter

Class jadex.examples.hunterprey.creature.hunters.ldahunter.GuiPlan extends Plan implements Serializable

Class jadex.examples.hunterprey.creature.hunters.ldahunter.HuntPlan extends Plan implements Serializable

Serialized Fields

myself

Hunter myself

myLoc

Location myLoc

jf

JointField jf

pf

PotentialFrame pf

vis

Vision vis

prey

Prey prey


Package jadex.examples.hunterprey.creature.hunters.ldahunter.potentialfield

Class jadex.examples.hunterprey.creature.hunters.ldahunter.potentialfield.JointField extends HashMap implements Serializable

Serialized Fields

h

int h

w

int w

range

int range

ev

Evaluator ev

eaten

HashSet eaten

myself

Creature myself

myX

int myX

myY

int myY

round

int round

food

FoodModel food

field

FieldModel field

desire

double[][] desire
desire


maxDesire

double maxDesire
maxDesire maximum value in desire


minDesire

double minDesire
minDesire minimum value in desire > 0

Class jadex.examples.hunterprey.creature.hunters.ldahunter.potentialfield.PotentialFrame extends JFrame implements Serializable

Serialized Fields

jf

JointField jf

myLoc

Location myLoc

toX

int toX

toY

int toY

toLoc

Location toLoc


Package jadex.examples.hunterprey.creature.preys.basicbehaviour

Class jadex.examples.hunterprey.creature.preys.basicbehaviour.EatFoodPlan extends Plan implements Serializable

Class jadex.examples.hunterprey.creature.preys.basicbehaviour.EscapePreyPlan extends Plan implements Serializable

Class jadex.examples.hunterprey.creature.preys.basicbehaviour.GotoLocationPlan extends Plan implements Serializable

Class jadex.examples.hunterprey.creature.preys.basicbehaviour.RemoveForbiddenFoodPlan extends Plan implements Serializable

Class jadex.examples.hunterprey.creature.preys.basicbehaviour.WanderAroundPlan extends Plan implements Serializable

Serialized Fields

rand

Random rand
Random number generator.


Package jadex.examples.hunterprey.creature.preys.dumbprey

Class jadex.examples.hunterprey.creature.preys.dumbprey.DumbPreyPlan extends Plan implements Serializable

Serialized Fields

rand

Random rand
Random number generator.


Package jadex.examples.hunterprey.environment

Class jadex.examples.hunterprey.environment.CreaturePanel extends JPanel implements Serializable

Serialized Fields

creatures

Creature[] creatures
The creatures.


tablemodel

ObjectTableModel tablemodel
The table model.


table

JTable table
The table.


tablemodel2

ObjectTableModel tablemodel2
The table model.


table2

JTable table2
The table.


hunter

Icon hunter
The hunter image.


prey

Icon prey
The prey image.


observer

Icon observer
The observer image.


obs

boolean obs
Flag to activate observer panel (only shows observers).

Class jadex.examples.hunterprey.environment.DispatchVisionPlan extends Plan implements Serializable

Class jadex.examples.hunterprey.environment.DispatchWorldSizePlan extends Plan implements Serializable

Class jadex.examples.hunterprey.environment.EatPlan extends Plan implements Serializable

Class jadex.examples.hunterprey.environment.GUIPlan extends Plan implements Serializable

Serialized Fields

frame

JFrame frame
The frame showing the cleaner world map.


map

MapPanel map
The map of the cleaner world.


roundcnt

JLabel roundcnt
The label for the round counter.


creatures

CreaturePanel creatures
The creature panel.


observers

CreaturePanel observers
The observer panel.


highscore

CreaturePanel highscore
The highscore panel.


env

Environment env
The environment.

Class jadex.examples.hunterprey.environment.MapPanel extends JPanel implements Serializable

Serialized Fields

cv

CurrentVision cv
The vision to display in the panel.


obstacle

JLabel obstacle
The component to display obstacles.


food

JLabel food
The component to display food.


prey

JLabel prey
The component to display prey.


hunter

JLabel hunter
The component to display hunters.


background_image

Image background_image
The background image.


obstacle_image

Image obstacle_image
The obstacle image.


food_image

Image food_image
The food image.


prey_image

Image prey_image
The prey image.


hunter_image

Image hunter_image
The hunter image.


rescale

boolean rescale
Flag to indicate that component has changed and sizes have to be recalculated.

Class jadex.examples.hunterprey.environment.MovePlan extends Plan implements Serializable

Class jadex.examples.hunterprey.environment.ObserverGUIPlan extends GUIPlan implements Serializable

Serialized Fields

refreshtime

long refreshtime
The last time the highscore was refreshed.


refreshinterval

long refreshinterval
The interval between refreshes of highscore (-1 for autorefresh off).

Class jadex.examples.hunterprey.environment.SimulationTickerPlan extends Plan implements Serializable


Package jadex.examples.logging

Class jadex.examples.logging.BeliefIncrementPlan extends Plan implements Serializable

Serialized Fields

logger

Logger logger
The logger.

Class jadex.examples.logging.BeliefResetPlan extends Plan implements Serializable

Serialized Fields

logger

Logger logger
The logger.


Package jadex.examples.marsworld

Class jadex.examples.marsworld.Homebase extends LocationObject implements Serializable

Serialized Fields

ore

int ore
The currently collected ore amount.


missiontime

long missiontime
The mission time.


starttime

long starttime
The start time.

Class jadex.examples.marsworld.Location extends LocationData implements Serializable

Class jadex.examples.marsworld.LocationObject extends LocationObjectData implements Serializable

Class jadex.examples.marsworld.RequestCarry extends AgentAction implements Serializable

Serialized Fields

target

Target target
Attribute for slot target.


pds

PropertyDescriptor[] pds
The property descriptors, constructed on first access.

Class jadex.examples.marsworld.RequestProduction extends AgentAction implements Serializable

Serialized Fields

target

Target target
Attribute for slot target.


pds

PropertyDescriptor[] pds
The property descriptors, constructed on first access.

Class jadex.examples.marsworld.Target extends TargetData implements Serializable

Serialized Fields

ore

int ore
The currently available ore amount.


initialcapacity

int initialcapacity
The max. produceable ore amount.


capacity

int capacity
The actual available capacity.


marked

boolean marked
Was the target visited.

Class jadex.examples.marsworld.TargetData extends LocationObject implements Serializable

Serialized Fields

pds

PropertyDescriptor[] pds
The property descriptors, constructed on first access.


Package jadex.examples.marsworld.carrier

Class jadex.examples.marsworld.carrier.CarryOrePlan extends Plan implements Serializable

Class jadex.examples.marsworld.carrier.CarryPlan extends Plan implements Serializable

Class jadex.examples.marsworld.carrier.InformNewTargetPlan extends Plan implements Serializable

Serialized Fields

target

Target target
The target.


Package jadex.examples.marsworld.manager

Class jadex.examples.marsworld.manager.GUIPlan extends Plan implements Serializable

Serialized Fields

frame

JFrame frame

images

HashMap images

comppan

JPanel comppan

scale

double scale

env

Environment env

targets

Target[] targets

Class jadex.examples.marsworld.manager.StarterPlan extends Plan implements Serializable


Package jadex.examples.marsworld.movement

Class jadex.examples.marsworld.movement.FindTargetsPlan extends Plan implements Serializable

Class jadex.examples.marsworld.movement.MoveToLocationPlan extends Plan implements Serializable

Class jadex.examples.marsworld.movement.RandomWalkPlan extends Plan implements Serializable


Package jadex.examples.marsworld.producer

Class jadex.examples.marsworld.producer.InformNewTargetPlan extends Plan implements Serializable

Serialized Fields

target

Target target
The target.

Class jadex.examples.marsworld.producer.ProduceOrePlan extends Plan implements Serializable

Class jadex.examples.marsworld.producer.ProductionPlan extends Plan implements Serializable

Serialized Fields

visited

int visited


Package jadex.examples.marsworld.sentry

Class jadex.examples.marsworld.sentry.AddTargetPlan extends Plan implements Serializable

Class jadex.examples.marsworld.sentry.AnalyseTargetPlan extends Plan implements Serializable

Class jadex.examples.marsworld.sentry.SentryFindTargetsPlan extends Plan implements Serializable


Package jadex.examples.ping

Class jadex.examples.ping.EchoPlan extends Plan implements Serializable


Package jadex.examples.ping.mobile

Class jadex.examples.ping.mobile.PingPlan extends MobilePlan implements Serializable

Serialized Fields

ping

String ping
The ping string.


reply

String reply
The reply string.


Package jadex.examples.puzzle

Class jadex.examples.puzzle.BenchmarkMovePlan extends Plan implements Serializable

Serialized Fields

move

Move move
The move to try.


depth

int depth
The recusion depth.

Class jadex.examples.puzzle.Board extends Object implements Serializable

Serialized Fields

moves

ArrayList moves
The moves.


pieces

HashMap pieces
The pieces.


size

int size
The size.


hole_pos

Position hole_pos
The hole position.


pcs

PropertyChangeSupport pcs
The helper object for bean events.

Class jadex.examples.puzzle.BoardGui extends JFrame implements Serializable

Serialized Fields

board

IBoard board
The board to visualize.

Class jadex.examples.puzzle.ChooseMovePlan extends Plan implements Serializable

Class jadex.examples.puzzle.GuiPlan extends Plan implements Serializable

Class jadex.examples.puzzle.JackBoard extends Object implements Serializable

Serialized Fields

white_piece

Piece white_piece

black_piece

Piece black_piece

moves

ArrayList moves

pcs

PropertyChangeSupport pcs

board

int[][] board
The int [][] board represents the game board, with 0 marking the hole, and 4 marking out-of-limit coordinates. Otherwise there are "1" pieces and "-1" pieces. Note that we don't distinguish pieces individually in this representation.


last

int last

the_hole

Position the_hole

Class jadex.examples.puzzle.Move extends Object implements Serializable

Serialized Fields

start

Position start
The start position.


end

Position end
The end position.

Class jadex.examples.puzzle.MovePlan extends Plan implements Serializable

Serialized Fields

move

Move move
The move to try.


depth

int depth
The recusion depth.


delay

long delay
The move delay.


board

IBoard board
The board.

Class jadex.examples.puzzle.Piece extends Object implements Serializable

Serialized Fields

is_white

boolean is_white
The piece color (white or black).

Class jadex.examples.puzzle.PlayGamePlan extends Plan implements Serializable

Class jadex.examples.puzzle.Position extends Object implements Serializable

Serialized Fields

x

int x
The x position.


y

int y
The y position.


Package jadex.examples.puzzle.mobile

Class jadex.examples.puzzle.mobile.ChooseMovePlan extends MobilePlan implements Serializable

Class jadex.examples.puzzle.mobile.GUIPlan extends MobilePlan implements Serializable

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Close gui before serialization.

Serialized Fields

gui

BoardGui gui
The frame showing the puzzle gui.

Class jadex.examples.puzzle.mobile.MovePlan extends MobilePlan implements Serializable

Serialized Fields

move

Move move
The move to try.


depth

int depth
The recusion depth.


delay

long delay
The wait delay.

Class jadex.examples.puzzle.mobile.PlayGamePlan extends MobilePlan implements Serializable

Serialized Fields

start

long start


Package jadex.examples.starter

Class jadex.examples.starter.ExampleStartPlan extends Plan implements Serializable

Serialized Fields

delay

long delay
The delay before showing the gui.


gui

JFrame gui
The gui frame.


Package jadex.testcases

Class jadex.testcases.AnswerPlan extends Plan implements Serializable

Serialized Fields

num

int num
The number of answers to send.


delay

long delay
The delay between the answers.

Class jadex.testcases.BeliefChangePlan extends Plan implements Serializable

Serialized Fields

belname

String belname
The belief name.


value

Object value
The new value.

Class jadex.testcases.BeliefIncrementPlan extends Plan implements Serializable

Serialized Fields

beliefname

String beliefname
The beliefname (type has to be number).


values

int[] values
The values to add.


rate

long rate
The change rate.

Class jadex.testcases.ResultPlan extends Plan implements Serializable

Serialized Fields

wait

long wait
The waiting time.


success

boolean success
The result state.


result

Object result
The result value (if any).


Package jadex.testcases.beliefs

Class jadex.testcases.beliefs.BeanModifierPlan extends Plan implements Serializable

Class jadex.testcases.beliefs.BeliefChangesPlan extends Plan implements Serializable

Class jadex.testcases.beliefs.BeliefSetChangesPlan extends Plan implements Serializable

Class jadex.testcases.beliefs.EvaluationmodesPlan extends Plan implements Serializable


Package jadex.testcases.benchmarks

Class jadex.testcases.benchmarks.MessagePerformancePlan extends Plan implements Serializable

Serialized Fields

messages

int messages
The number of messages to send.


receiver

BasicAgentIdentifier receiver
The receiver.

Class jadex.testcases.benchmarks.StartPeerPlan extends Plan implements Serializable


Package jadex.testcases.capabilities

Class jadex.testcases.capabilities.AddCapabilityPlan extends Plan implements Serializable

Class jadex.testcases.capabilities.RemoveCapabilityPlan extends Plan implements Serializable


Package jadex.testcases.events

Class jadex.testcases.events.SendAndWaitMobilePlan extends MobilePlan implements Serializable

Class jadex.testcases.events.SendAndWaitPlan extends Plan implements Serializable


Package jadex.testcases.goals

Class jadex.testcases.goals.GenerateGoalPlan extends Plan implements Serializable

Class jadex.testcases.goals.GoalRegressionTestPlan extends Plan implements Serializable

Class jadex.testcases.goals.HandleInputPlan extends Plan implements Serializable

Class jadex.testcases.goals.MaintainTestPlan extends Plan implements Serializable

Class jadex.testcases.goals.ResultSetterPlan extends Plan implements Serializable

Class jadex.testcases.goals.SubgoalFailureMobilePlan extends MobilePlan implements Serializable

Class jadex.testcases.goals.WorkPlan extends Plan implements Serializable


Package jadex.testcases.misc

Class jadex.testcases.misc.AMSTestPlan extends Plan implements Serializable

Class jadex.testcases.misc.ArgumentsPlan extends Plan implements Serializable

Serialized Fields

args

Object[] args

Class jadex.testcases.misc.DeletionMobilePlan extends MobilePlan implements Serializable

Class jadex.testcases.misc.DeletionPlan extends Plan implements Serializable

Class jadex.testcases.misc.DFTestPlan extends Plan implements Serializable

Class jadex.testcases.misc.DynamicModelCreationPlan extends Plan implements Serializable

Class jadex.testcases.misc.EventThrowerPlan extends Plan implements Serializable

Class jadex.testcases.misc.ExpressionTesterPlan extends Plan implements Serializable

Class jadex.testcases.misc.GuiOpenClosePlan extends Plan implements Serializable

Serialized Fields

frame

JFrame frame

Class jadex.testcases.misc.LeakerPlan extends Plan implements Serializable

Serialized Fields

testno

int testno
The test number to perform.


runs

int runs
The number of runs.

Class jadex.testcases.misc.ParameterProtectionPlan extends Plan implements Serializable

Class jadex.testcases.misc.WaitForGui extends JFrame implements Serializable

Serialized Fields

agent

IExternalAccess agent

Class jadex.testcases.misc.WaitForPlan extends Plan implements Serializable


Package jadex.testcases.plans

Class jadex.testcases.plans.ActivityPlan extends Plan implements Serializable

Class jadex.testcases.plans.AtomicExceptionPlan extends Plan implements Serializable

Class jadex.testcases.plans.BeliefsetAddPlan extends Plan implements Serializable

Class jadex.testcases.plans.BeliefTriggerPlan extends Plan implements Serializable

Class jadex.testcases.plans.ContextPlan extends Plan implements Serializable

Class jadex.testcases.plans.ContextSwitchPlan extends Plan implements Serializable

Class jadex.testcases.plans.CountdownPlan extends Plan implements Serializable

Class jadex.testcases.plans.MetaLevelReasoningPlan extends Plan implements Serializable

Class jadex.testcases.plans.MicroStepPlan extends Plan implements Serializable

Class jadex.testcases.plans.ParameterPlan extends Plan implements Serializable

Class jadex.testcases.plans.PassedFailedPlan extends Plan implements Serializable

Serialized Fields

cnt

IBelief cnt
The test no.

Class jadex.testcases.plans.PriorityPlan extends Plan implements Serializable

Serialized Fields

priority

String priority
The priority text.

Class jadex.testcases.plans.RemoverPlan extends Plan implements Serializable

Class jadex.testcases.plans.TestAbortPlan extends Plan implements Serializable

Class jadex.testcases.plans.TestActivationPlan extends Plan implements Serializable

Class jadex.testcases.plans.TestFailPlan extends Plan implements Serializable

Serialized Fields

cnt

IBelief cnt
The test no.

Class jadex.testcases.plans.TimeoutExceptionPlan extends Plan implements Serializable

Class jadex.testcases.plans.WaitForBeliefPlan extends Plan implements Serializable

Class jadex.testcases.plans.WaitForBeliefSetPlan extends Plan implements Serializable

Class jadex.testcases.plans.WaitqueueTestPlan extends Plan implements Serializable


Package jadex.tutorial

Class jadex.tutorial.EnglishFrenchTranslationPlanE1 extends Plan implements Serializable

Serialized Fields

query_word

IExpression query_word
Query the tuples for a word.

Class jadex.tutorial.EnglishFrenchTranslationPlanE2 extends Plan implements Serializable

Serialized Fields

query_word

IExpression query_word
Query the tuples for a word.

Class jadex.tutorial.EnglishGermanAddWordPlanC1 extends Plan implements Serializable

Class jadex.tutorial.EnglishGermanAddWordPlanC2 extends Plan implements Serializable

Serialized Fields

testword

IExpression testword
Query the tuples for a word.

Class jadex.tutorial.EnglishGermanAddWordPlanC3 extends Plan implements Serializable

Serialized Fields

testword

IExpression testword
Query the tuples for a word.

Class jadex.tutorial.EnglishGermanAddWordPlanD1 extends Plan implements Serializable

Serialized Fields

testword

IExpression testword
Query the tuples for a word.

Class jadex.tutorial.EnglishGermanAddWordPlanD2 extends Plan implements Serializable

Serialized Fields

testword

IExpression testword
Query the tuples for a word.

Class jadex.tutorial.EnglishGermanTranslateSentencePlanF4 extends Plan implements Serializable

Serialized Fields

ta

AgentIdentifier ta
The translation agent.

Class jadex.tutorial.EnglishGermanTranslationPlanB1 extends Plan implements Serializable

Serialized Fields

wordtable

Map wordtable
The wordtable.

Class jadex.tutorial.EnglishGermanTranslationPlanB2 extends Plan implements Serializable

Serialized Fields

wordtable

Map wordtable
The wordtable.

Class jadex.tutorial.EnglishGermanTranslationPlanB3 extends Plan implements Serializable

Serialized Fields

wordtable

Map wordtable
The wordtable.

Class jadex.tutorial.EnglishGermanTranslationPlanB4 extends Plan implements Serializable

Class jadex.tutorial.EnglishGermanTranslationPlanB6 extends Plan implements Serializable

Serialized Fields

wordtable

Map wordtable
The wordtable.

Class jadex.tutorial.EnglishGermanTranslationPlanC1 extends Plan implements Serializable

Class jadex.tutorial.EnglishGermanTranslationPlanC2 extends Plan implements Serializable

Serialized Fields

queryword

IExpression queryword
Query the tuples for a word.

Class jadex.tutorial.EnglishGermanTranslationPlanC3 extends Plan implements Serializable

Serialized Fields

query_word

IExpression query_word
Query the tuples for a word.

Class jadex.tutorial.EnglishGermanTranslationPlanD1 extends Plan implements Serializable

Serialized Fields

query_word

IExpression query_word
Query the tuples for a word.

Class jadex.tutorial.EnglishGermanTranslationPlanD2 extends Plan implements Serializable

Serialized Fields

query_word

IExpression query_word
Query the tuples for a word.

Class jadex.tutorial.EnglishGermanTranslationPlanE1 extends Plan implements Serializable

Serialized Fields

queryword

IExpression queryword
Query the tuples for a word.

Class jadex.tutorial.EnglishGermanTranslationPlanE2 extends Plan implements Serializable

Serialized Fields

queryword

IExpression queryword
Query the tuples for a word.

Class jadex.tutorial.EnglishGermanTranslationPlanF1 extends Plan implements Serializable

Serialized Fields

query_word

IExpression query_word
Query the tuples for a word.

Class jadex.tutorial.EnglishGermanTranslationPlanF2 extends Plan implements Serializable

Serialized Fields

wordtable

Map wordtable
The wordtable.

Class jadex.tutorial.EnglishGermanTranslationPlanG1 extends Plan implements Serializable

Serialized Fields

queryword

IExpression queryword
Query the tuples for a word.

Class jadex.tutorial.FindEnglishSynonymsPlanD2 extends Plan implements Serializable

Serialized Fields

querytranslate

IExpression querytranslate
Query the tuples for a word.


queryfind

IExpression queryfind
Query to find synonyms.

Class jadex.tutorial.GUIPlanF1 extends Plan implements Serializable

Serialized Fields

gui

TranslationGuiF1 gui
The gui.

Class jadex.tutorial.ProcessTranslationRequestPlanE1 extends Plan implements Serializable

Class jadex.tutorial.ProcessTranslationRequestPlanE2 extends Plan implements Serializable

Class jadex.tutorial.RemoveWordPlanE3 extends Plan implements Serializable

Serialized Fields

beliefsetname

String beliefsetname
The belief name.

Class jadex.tutorial.SearchTranslationOnlineB4 extends Plan implements Serializable

Class jadex.tutorial.ServerPlanG1 extends Plan implements Serializable

Serialized Fields

server

ServerSocket server
The server socket.

Class jadex.tutorial.ThankYouPlanC3 extends Plan implements Serializable

Class jadex.tutorial.TranslationGuiF1 extends JFrame implements Serializable

Serialized Fields

tadata

DefaultTableModel tadata
The list of all requests served.


Jadex 0.941

Submit a bug or feature
For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples.

Copyright (C) 2002-2005 Lars Braubach, Alexander Pokahr, Andrzej Walczak - University of Hamburg. Use is subject to license terms.