Serialized Form
Package aima.basic.vaccum |
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
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 |
dirtLookup
java.util.Hashtable<K,V> dirtLookup
Package aima.gui.applications.search.map |
usedMap
RoutePlanningAgentAppDemo.RoutePlanningAgentFrame.MapType usedMap
Package aima.gui.framework |
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
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 |
Package aima.logic.fol.domain |
serialVersionUID: 1L
answerLiteralName
java.lang.String answerLiteralName
serialVersionUID: 1L
serialVersionUID: 1L
skolemConstantName
java.lang.String skolemConstantName
serialVersionUID: 1L
skolemFunctionName
java.lang.String skolemFunctionName
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.
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.
serialVersionUID: 1L
value
long value
maxValue
long maxValue
radixs
int[] radixs
currentNumeralValue
int[] currentNumeralValue
recalculate
boolean recalculate