|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
ReusableAtomicBehavior
classes.Range.Range(int, int, int)
with start set to 0 and step set to 1
Range.Range(int, int, int)
with start set to start and step set to 1
Iterable
which returns an Iterator
which produces a series of integers where
the first element = start
then n-th element = n-1 th element + step
The iteration stops before the integer would become greater as end.
rebuildBeliefTree
(
new BeliefContainerTreeModel
(null
, rabi
,
UbiwareAgent.GENERAL_CONTEXT
).
VisualizerPrototypeForm.belief_tree
after setting the new tree_model
as its new tree model.
ReusableAtomicBehavior.removeBeliefsN3(SaplDocument)
instead
SaplDocument
which will be passed to UbiwareAgent.removeBeliefsN3(String)
when this command
gets executed.
repaint
on VisualizerPrototypeForm.belief_tree
.
ReusableAtomicBehavior
provides a base class for all behaviours which this agent is running.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |