Uses of Class
cz.cuni.amis.pogamut.episodic.decisions.AffordanceSlot

Packages that use AffordanceSlot
cz.cuni.amis.pogamut.episodic.decisions   
 

Uses of AffordanceSlot in cz.cuni.amis.pogamut.episodic.decisions
 

Methods in cz.cuni.amis.pogamut.episodic.decisions that return AffordanceSlot
 AffordanceSlot Node.getAffordance(String type)
           
 

Methods in cz.cuni.amis.pogamut.episodic.decisions that return types with arguments of type AffordanceSlot
 Collection<AffordanceSlot> INode.getAffordances()
          Returns a list of affordance slots attached to this node.
 Collection<AffordanceSlot> Node.getAffordances()
          Getter method for the affordances variable.
 

Methods in cz.cuni.amis.pogamut.episodic.decisions with parameters of type AffordanceSlot
 void Node.addAffordance(AffordanceSlot affordance)
          Actions and Intetions can have AffordanceSlots attached to them.
 



Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.