Uses of Class
ubiware.core.visualizer.VisualizerPrototypeForm.BeliefSearchType

Packages that use VisualizerPrototypeForm.BeliefSearchType
ubiware.core.visualizer   
 

Uses of VisualizerPrototypeForm.BeliefSearchType in ubiware.core.visualizer
 

Methods in ubiware.core.visualizer that return VisualizerPrototypeForm.BeliefSearchType
static VisualizerPrototypeForm.BeliefSearchType VisualizerPrototypeForm.BeliefSearchType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VisualizerPrototypeForm.BeliefSearchType[] VisualizerPrototypeForm.BeliefSearchType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ubiware.core.visualizer with parameters of type VisualizerPrototypeForm.BeliefSearchType
protected abstract  void VisualizerPrototypeForm.search_requested(VisualizerPrototypeForm.BeliefSearchArguments args, VisualizerPrototypeForm.BeliefSearchType search_type)
           Called when the user has requested a search on the belief tree to be made.
protected  void VisualizerPrototype.search_requested(VisualizerPrototypeForm.BeliefSearchArguments arguments, VisualizerPrototypeForm.BeliefSearchType search_type)