Uses of Class
cz.cuni.amis.pogamut.episodic.episodes.ObjectSlot

Packages that use ObjectSlot
cz.cuni.amis.pogamut.episodic.episodes   
 

Uses of ObjectSlot in cz.cuni.amis.pogamut.episodic.episodes
 

Fields in cz.cuni.amis.pogamut.episodic.episodes with type parameters of type ObjectSlot
 HashSet<ObjectSlot> ObjectNode.usedAt
          Set of all slots, this object was used in.
 

Methods in cz.cuni.amis.pogamut.episodic.episodes that return ObjectSlot
 ObjectSlot EpisodeNode.getObjectSlot(String type)
          Method returning one specified objectSlot attached to this episodic node.
 

Methods in cz.cuni.amis.pogamut.episodic.episodes that return types with arguments of type ObjectSlot
 Collection<ObjectSlot> EpisodeNode.getObjectSlots()
          Getter method for the slots variable.
 



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