ubiware.core.visualizer
Class VisualizerPrototypeForm.BeliefSearchArguments

java.lang.Object
  extended by ubiware.core.visualizer.VisualizerPrototypeForm.BeliefSearchArguments
Direct Known Subclasses:
VisualizerPrototypeForm.AdvancedBeliefSearchArguments, VisualizerPrototypeForm.SimpleTextualMatchBeliefSearchArguments
Enclosing class:
VisualizerPrototypeForm

public abstract static class VisualizerPrototypeForm.BeliefSearchArguments
extends java.lang.Object

The base class for a belief search arguments structure. All argument structures are immutable once created.


Nested Class Summary
static interface VisualizerPrototypeForm.BeliefSearchArguments.Argument
          Indicated that a public field of this class is an argument.
 
Constructor Summary
VisualizerPrototypeForm.BeliefSearchArguments()
           
 
Method Summary
 java.lang.String toString()
           VisualizerPrototypeForm.BeliefSearchArguments' toString() returns a string as:
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VisualizerPrototypeForm.BeliefSearchArguments

public VisualizerPrototypeForm.BeliefSearchArguments()
Method Detail

toString

public java.lang.String toString()

VisualizerPrototypeForm.BeliefSearchArguments' toString() returns a string as:

 '[' [Property'='Value [, ...] ']'
 

where '[', ']' and '=' are literal characters, Property is the name of the property (which is the same as the public fields of the arguments structure) and Value is the string representation of the value.

Overrides:
toString in class java.lang.Object
Returns:
a string representation of this argument structure with all arguments and their values included