|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<VisualizerPrototypeForm.BeliefSearchType>
ubiware.core.visualizer.VisualizerPrototypeForm.BeliefSearchType
public static enum VisualizerPrototypeForm.BeliefSearchType
A collection of possible search types that a user can make. The are used for the semantic event VisualizerPrototypeForm.search_requested(ubiware.core.visualizer.VisualizerPrototypeForm.BeliefSearchArguments, ubiware.core.visualizer.VisualizerPrototypeForm.BeliefSearchType). Each
search type is related to a VisualizerPrototypeForm.BeliefSearchArguments structure which is specific to the arguments each search type
accepts/requires.
| Enum Constant Summary | |
|---|---|
Advanced
A set of various criteria which can be combined in many ways. |
|
SimpleTextualMatch
Simple check for the occurence of a string. |
|
| Method Summary | |
|---|---|
java.lang.String |
getShortTitle()
SimpleTextualMatch -> "Simple Textual"
|
java.lang.String |
toString()
Returns the result of getShortTitle(). |
static VisualizerPrototypeForm.BeliefSearchType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static VisualizerPrototypeForm.BeliefSearchType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final VisualizerPrototypeForm.BeliefSearchType SimpleTextualMatch
VisualizerPrototypeForm.SimpleTextualMatchBeliefSearchArguments.
public static final VisualizerPrototypeForm.BeliefSearchType Advanced
VisualizerPrototypeForm.AdvancedBeliefSearchArguments.
| Method Detail |
|---|
public static VisualizerPrototypeForm.BeliefSearchType[] values()
for (VisualizerPrototypeForm.BeliefSearchType c : VisualizerPrototypeForm.BeliefSearchType.values()) System.out.println(c);
public static VisualizerPrototypeForm.BeliefSearchType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
getShortTitle().
toString in class java.lang.Enum<VisualizerPrototypeForm.BeliefSearchType>getShortTitle();public java.lang.String getShortTitle()
SimpleTextualMatch -> "Simple Textual"
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||