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

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

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

Methods in cz.cuni.amis.pogamut.episodic.schemas that return SchemaObjectNode
 SchemaObjectNode SlotContent.getObject()
          Getter method for the object variable.
 

Methods in cz.cuni.amis.pogamut.episodic.schemas that return types with arguments of type SchemaObjectNode
 Collection<SchemaObjectNode> SchemaBag.getSchemaONodes()
          Basically a getter method for the schemaONodes variable.
 

Methods in cz.cuni.amis.pogamut.episodic.schemas with parameters of type SchemaObjectNode
 boolean SchemaSlot.addSlotContent(int id, SchemaObjectNode o)
          When the slot represented by this node is filled with an object node, it is linked with the node representing that item via the SlotContent class.
 

Constructors in cz.cuni.amis.pogamut.episodic.schemas with parameters of type SchemaObjectNode
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.