Uses of Class
cz.cuni.amis.pogamut.sposh.engine.FireResult.Type

Packages that use FireResult.Type
cz.cuni.amis.pogamut.sposh.engine Yaposh engine and its executors used to evaluate yaposh plan. 
 

Uses of FireResult.Type in cz.cuni.amis.pogamut.sposh.engine
 

Fields in cz.cuni.amis.pogamut.sposh.engine declared as FireResult.Type
 FireResult.Type PoshEngine.EvaluationResultInfo.type
          How was stack changed.
 

Methods in cz.cuni.amis.pogamut.sposh.engine that return FireResult.Type
 FireResult.Type FireResult.getType()
           
static FireResult.Type FireResult.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FireResult.Type[] FireResult.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in cz.cuni.amis.pogamut.sposh.engine with parameters of type FireResult.Type
FireResult(FireResult.Type type)
          Create result for modification of stack, the FireResult.getNextElement() is null.
FireResult(FireResult.Type type, cz.cuni.amis.pogamut.sposh.engine.StackElement nextElement)
          Create structure saying how the should be the drive stack modified.
PoshEngine.EvaluationResultInfo(PoshEngine.EvaluationResult result, FireResult.Type type)
           
 



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