ubiware.core.visualizer
Class VisualizerPrototypeForm.SimpleTextualMatchBeliefSearchArguments

java.lang.Object
  extended by ubiware.core.visualizer.VisualizerPrototypeForm.BeliefSearchArguments
      extended by ubiware.core.visualizer.VisualizerPrototypeForm.SimpleTextualMatchBeliefSearchArguments
Enclosing class:
VisualizerPrototypeForm

public class VisualizerPrototypeForm.SimpleTextualMatchBeliefSearchArguments
extends VisualizerPrototypeForm.BeliefSearchArguments

The arguments structure for the simple textual matching search method.

This structure has only one field: the search string the user entered.


Nested Class Summary
 
Nested classes/interfaces inherited from class ubiware.core.visualizer.VisualizerPrototypeForm.BeliefSearchArguments
VisualizerPrototypeForm.BeliefSearchArguments.Argument
 
Field Summary
 java.lang.String SearchString
          The search string the user entered
 
Constructor Summary
VisualizerPrototypeForm.SimpleTextualMatchBeliefSearchArguments(java.lang.String search_str)
          Initialises a new instance with the given search_str.
 
Method Summary
 
Methods inherited from class ubiware.core.visualizer.VisualizerPrototypeForm.BeliefSearchArguments
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SearchString

public final java.lang.String SearchString
The search string the user entered

Constructor Detail

VisualizerPrototypeForm.SimpleTextualMatchBeliefSearchArguments

public VisualizerPrototypeForm.SimpleTextualMatchBeliefSearchArguments(java.lang.String search_str)
Initialises a new instance with the given search_str. The given search_str will be accessible through SearchString public field.

Parameters:
search_str - the search string the user entered