Uses of Class
cz.cuni.amis.pogamut.sposh.elements.Sense.Predicate

Packages that use Sense.Predicate
cz.cuni.amis.pogamut.sposh.elements This package contains parser for Yaposh plan, classes that represent elements of the plan and some auxiliry classes. 
 

Uses of Sense.Predicate in cz.cuni.amis.pogamut.sposh.elements
 

Methods in cz.cuni.amis.pogamut.sposh.elements that return Sense.Predicate
 Sense.Predicate Sense.getPredicate()
           
static Sense.Predicate Sense.Predicate.getPredicate(String str)
          Get Predicate enum from passed string
static Sense.Predicate[] Sense.Predicate.getPredicates()
          Get all predicates, without DEFAULT.
static Sense.Predicate Sense.Predicate.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Sense.Predicate[] Sense.Predicate.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in cz.cuni.amis.pogamut.sposh.elements with parameters of type Sense.Predicate
 void Sense.setPredicate(Sense.Predicate newPredicate)
          Set the predicate in the sense.
 

Constructors in cz.cuni.amis.pogamut.sposh.elements with parameters of type Sense.Predicate
Sense(PrimitiveCall senseCall, Object operand, Sense.Predicate predicate)
           
 



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