|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectubiware.core.visualizer.VisualizerPrototypeForm.BeliefSearchArguments
public abstract static class VisualizerPrototypeForm.BeliefSearchArguments
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 |
|---|
public VisualizerPrototypeForm.BeliefSearchArguments()
| Method Detail |
|---|
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.
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||