Uses of Class
cz.cuni.amis.pogamut.episodic.decisions.NodeType

Packages that use NodeType
cz.cuni.amis.pogamut.episodic.decisions   
 

Uses of NodeType in cz.cuni.amis.pogamut.episodic.decisions
 

Methods in cz.cuni.amis.pogamut.episodic.decisions that return NodeType
 NodeType Node.getType()
          Getter method for the type variable.
static NodeType NodeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NodeType[] NodeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in cz.cuni.amis.pogamut.episodic.decisions with parameters of type NodeType
Node(String _name, int _attractivity, NodeType _type)
          Instantiate the class by providing its name, attractivity and type.
 



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