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

Packages that use SlotContent
cz.cuni.amis.pogamut.episodic.episodes   
cz.cuni.amis.pogamut.episodic.schemas   
 

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

Method parameters in cz.cuni.amis.pogamut.episodic.episodes with type arguments of type SlotContent
 EpisodeNode EpisodeNode.deriveChildrenAndSlots(Collection<SchemaEpisodeNode> traceSchemaNodes, Collection<SlotContent> schemaContents)
           
 

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

Methods in cz.cuni.amis.pogamut.episodic.schemas that return SlotContent
 SlotContent SchemaSlot.getSlotContent(String s)
          Method to retrieve to SlotContent object connecting the slot with specified item.
 

Methods in cz.cuni.amis.pogamut.episodic.schemas that return types with arguments of type SlotContent
 Collection<SlotContent> SchemaCounter.getContentsNodes()
           
 Collection<SlotContent> SchemaSlot.getSlotContents()
          Basically a getter method for the filledBy variable.
 Collection<SlotContent> SchemaObjectNode.getSlotContents()
          Basically a getter method for the usedIn variable.
 

Methods in cz.cuni.amis.pogamut.episodic.schemas with parameters of type SlotContent
 boolean SchemaObjectNode.addSlotUsedIn(SlotContent content)
          When the item represented by this node is used in an affordance slot, it is linked with the node representing that slot via the SlotContent class.
 

Method parameters in cz.cuni.amis.pogamut.episodic.schemas with type arguments of type SlotContent
 boolean SchemaCounter.checkNodes(Collection<SchemaEpisodeNode> sn, Collection<SlotContent> cn)
          Because occasionally two counters can have identical key.
 Collection<SchemaCounter> SchemaBag.getAllExistingSubSets(Collection<SchemaEpisodeNode> schemaNodes, Collection<SlotContent> objectNodes, int maxSize)
           
 Integer SchemaBag.getCount(Collection<SchemaEpisodeNode> schemaNodes, Collection<SlotContent> objectNodes)
          Retrieve the current total count of collective appearences of a set of specified schema nodes.
 SchemaCounter SchemaBag.getCounter(Collection<SchemaEpisodeNode> schemaNodes, Collection<SlotContent> objectNodes, int maxCombination)
          Retrieve the counter representing total count of collective appearences of a set of specified schema nodes.
 

Constructor parameters in cz.cuni.amis.pogamut.episodic.schemas with type arguments of type SlotContent
SchemaCounter(int _key, Collection<SchemaEpisodeNode> _schemaNodes, Collection<SlotContent> _contentNodes)
          Instantiate the counter by providing its key and sets of SchemaEpisodeNodes and SlotContents defining this counter.
 



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