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

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

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

Methods in cz.cuni.amis.pogamut.episodic.episodes that return EpisodeNode
 EpisodeNode EpisodeNode.createCopy(EpisodeNode parent, Episode e)
           
 EpisodeNode EpisodeNode.deriveChildrenAndSlots(Collection<SchemaEpisodeNode> traceSchemaNodes, Collection<SlotContent> schemaContents)
           
 EpisodeNode EpisodeNode.deriveNodeTrace()
           
 EpisodeNode EpisodeNode.getChild(String name)
          Method that returns specified EpisodeNodes that is direct subnode of this node in the episode tree.
 EpisodeNode EpisodeNode.getParent()
          Getter method for the id variable.
 EpisodeNode ObjectSlot.getParentNode()
          Getter method for the parentNode variable.
 EpisodeNode Episode.getRoot()
          Getter method for the root variable.
 EpisodeNode EpisodeNode.mergeWith(EpisodeNode other)
          Merges current node with other node.
 

Methods in cz.cuni.amis.pogamut.episodic.episodes that return types with arguments of type EpisodeNode
 Collection<EpisodeNode> EpisodeNode.getChildrenNodes()
          Returns all EpisodeNodes that are subnodes of this node in the episode tree.
 Map<Integer,EpisodeNode> EpisodeNode.getFirstChild()
          Getter method for the firstChild variable.
 Map<Integer,EpisodeNode> EpisodeNode.getPredecessor()
          Getter method for the predecessor variable.
 Map<Integer,EpisodeNode> EpisodeNode.getSuccessor()
          Getter method for the successor variable.
 

Methods in cz.cuni.amis.pogamut.episodic.episodes with parameters of type EpisodeNode
 int EpisodeNode.compareTo(EpisodeNode o)
          Compares two episode nodes based on the timeStart attribute.
 EpisodeNode EpisodeNode.createCopy(EpisodeNode parent, Episode e)
           
 EpisodeNode EpisodeNode.mergeWith(EpisodeNode other)
          Merges current node with other node.
 int EpisodeNode.numberOfCommonSubNodesWithObjects(EpisodeNode other)
          Calculates number of common episodic subnodes and common objects used in slots on these nodes.
 

Constructors in cz.cuni.amis.pogamut.episodic.episodes with parameters of type EpisodeNode
EpisodeNode(EpisodeNode other, EpisodeNode parent, Episode e)
           
EpisodeNode(String _name, EpisodeNode _parent, Episode _root, Node associated)
          Instantiate the class by providing its name, reference to a parent EpisodeNode, parent Episode and associated decision node.
ObjectSlot(int _id, String _type, EpisodeNode parent)
          Instantiate the slot class by providing unique ID that will be used for visualizing purposes, type of objects that are needed to fill this slot and reference to the node, this slot is attached to.
 



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