|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectNode | |
|---|---|
| cz.cuni.amis.pogamut.episodic.episodes | |
| Uses of ObjectNode in cz.cuni.amis.pogamut.episodic.episodes |
|---|
| Fields in cz.cuni.amis.pogamut.episodic.episodes with type parameters of type ObjectNode | |
|---|---|
HashMap<String,ObjectNode> |
Chronobag.objectNodes
Map of ObjectNodes remembered by the agent. |
| Methods in cz.cuni.amis.pogamut.episodic.episodes that return ObjectNode | |
|---|---|
ObjectNode |
Chronobag.createObjectNode(String item)
Adds new node to the map of ObjectNodes remembered
by the agent. |
| Methods in cz.cuni.amis.pogamut.episodic.episodes that return types with arguments of type ObjectNode | |
|---|---|
Collection<ObjectNode> |
ObjectSlot.getUsedObjects()
A getter method for the objects variable. |
| Methods in cz.cuni.amis.pogamut.episodic.episodes with parameters of type ObjectNode | |
|---|---|
boolean |
ObjectSlot.addObject(ObjectNode obj,
boolean increaseCounter)
Links an this slot with given ObjectNode representing
and object. |
double |
ObjectSlot.getScore(ObjectNode o)
Returns score of connection with particular object. |
void |
ObjectSlot.remove(ObjectNode o)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||