Serialized Form


Package aima.basic.vaccum

Class aima.basic.vaccum.TveDemo extends javax.swing.JFrame implements Serializable

Serialized Fields

aboutMenuItem

javax.swing.JMenuItem aboutMenuItem

openMenuItem

javax.swing.JMenuItem openMenuItem

fileMenu

javax.swing.JMenu fileMenu

menuBar

javax.swing.JMenuBar menuBar

cleanerPanel

javax.swing.JPanel cleanerPanel

exitMenuItem

javax.swing.JMenuItem exitMenuItem

helpMenu

javax.swing.JMenu helpMenu

Class aima.basic.vaccum.TveDemo.CleanerPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

pieces

javax.swing.JButton[] pieces

STATUS_A

javax.swing.ImageIcon STATUS_A

STATUS_B

javax.swing.ImageIcon STATUS_B

STATUS_C

javax.swing.ImageIcon STATUS_C

STATUS_D

javax.swing.ImageIcon STATUS_D

Package aima.gui.applications

Class aima.gui.applications.VacuumAppDemo.VacuumFrame extends AgentAppFrame implements Serializable

Class aima.gui.applications.VacuumAppDemo.VacuumView extends AgentView implements Serializable

Serialized Fields

dirtLookup

java.util.Hashtable<K,V> dirtLookup

Package aima.gui.applications.search.map

Class aima.gui.applications.search.map.MapAgentFrame extends AgentAppFrame implements Serializable

Class aima.gui.applications.search.map.RoutePlanningAgentAppDemo.RoutePlanningAgentFrame extends MapAgentFrame implements Serializable

Serialized Fields

usedMap

RoutePlanningAgentAppDemo.RoutePlanningAgentFrame.MapType usedMap

Package aima.gui.framework

Class aima.gui.framework.AgentAppFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

controller

AgentAppFrame.Controller controller
The controller, which executes the domain-level commands.


model

AgentAppModel model
The model, which provides data about agent and environment state.


updateDelay

int updateDelay
Extra waiting time after each model change, used for animation.


agentThread

aima.gui.framework.AgentAppFrame.AgentThread agentThread
Thread running the agent.


isPrepared

boolean isPrepared
Flag, indicating whether the agent is ready for running.


selectors

aima.gui.framework.AgentAppFrame.SelectorContainer selectors
Contains selector specification and resulting comboboxes.


toolbar

javax.swing.JToolBar toolbar

clearButton

javax.swing.JButton clearButton

prepareButton

javax.swing.JButton prepareButton

runButton

javax.swing.JButton runButton

cancelButton

javax.swing.JButton cancelButton

centerPane

javax.swing.JSplitPane centerPane

textArea

javax.swing.JTextArea textArea

agentView

AgentAppFrame.AbstractAgentView agentView

statusLabel

javax.swing.JLabel statusLabel

Class aima.gui.framework.AgentAppFrame.AbstractAgentView extends javax.swing.JPanel implements Serializable

Class aima.gui.framework.AgentView extends AgentAppFrame.AbstractAgentView implements Serializable

Serialized Fields

model

AgentAppModel model
Maintains a reference to the model which provides the data to be displayed.


borderTop

int borderTop

borderLeft

int borderLeft

borderBottom

int borderBottom

borderRight

int borderRight

offsetX

double offsetX

offsetY

double offsetY

scale

double scale

Package aima.learning.neural

Class aima.learning.neural.Vector extends Matrix implements Serializable


Package aima.logic.fol.domain

Class aima.logic.fol.domain.FOLDomainAnswerLiteralAddedEvent extends FOLDomainEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

answerLiteralName

java.lang.String answerLiteralName

Class aima.logic.fol.domain.FOLDomainEvent extends java.util.EventObject implements Serializable

serialVersionUID: 1L

Class aima.logic.fol.domain.FOLDomainSkolemConstantAddedEvent extends FOLDomainEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

skolemConstantName

java.lang.String skolemConstantName

Class aima.logic.fol.domain.FOLDomainSkolemFunctionAddedEvent extends FOLDomainEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

skolemFunctionName

java.lang.String skolemFunctionName

Package aima.util

Class aima.util.LUDecomposition extends java.lang.Object implements Serializable

Serialized Fields

LU

double[][] LU
Array for internal storage of decomposition.

internal array storage.

m

int m
Row and column dimensions, and pivot sign.

column dimension.

n

int n
Row and column dimensions, and pivot sign.

column dimension.

pivsign

int pivsign

piv

int[] piv
Internal storage of pivot vector.

pivot vector.

Class aima.util.Matrix extends java.lang.Object implements Serializable

Serialized Fields

A

double[][] A
Array for internal storage of elements.

internal array storage.

m

int m
Row and column dimensions.

row dimension.

n

int n
Row and column dimensions.

row dimension.

Class aima.util.MixedRadixNumber extends java.lang.Number implements Serializable

serialVersionUID: 1L

Serialized Fields

value

long value

maxValue

long maxValue

radixs

int[] radixs

currentNumeralValue

int[] currentNumeralValue

recalculate

boolean recalculate