Uses of Class
cz.cuni.amis.pogamut.episodic.schemas.SchemaSlot

Packages that use SchemaSlot
cz.cuni.amis.pogamut.episodic.schemas   
 

Uses of SchemaSlot in cz.cuni.amis.pogamut.episodic.schemas
 

Methods in cz.cuni.amis.pogamut.episodic.schemas that return SchemaSlot
 SchemaSlot SlotContent.getSlot()
          Getter method for the slot variable.
 SchemaSlot SchemaEpisodeNode.getSlot(String s)
          This method can be used to retrieve one specified slot attached to this node.
 

Methods in cz.cuni.amis.pogamut.episodic.schemas that return types with arguments of type SchemaSlot
 Collection<SchemaSlot> SchemaEpisodeNode.getSlots()
          Basically a getter method for the slots variable.
 

Constructors in cz.cuni.amis.pogamut.episodic.schemas with parameters of type SchemaSlot
SlotContent(int _id, SchemaSlot _slot, SchemaObjectNode _object)
          Instantiate the class by providing unique ID and references to both SchemaSlot and SchemaObjectNode that are to be connected by this slot content.
 



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