|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectgraphServer.graph.QueryOutputs
public class QueryOutputs
Maps queryID Strings to a key index value. Provides methods for adding new queryIDs and getting queryIDs from a key value and vice versa.
Constructor Summary | |
---|---|
QueryOutputs()
|
Method Summary | |
---|---|
int |
getKey(java.lang.String queryID)
Gets the key value for the passed queryID. |
java.lang.String |
getQueryID(int key)
Gets the QueryID for the passed key |
int |
size()
Returns the number of Query IDs in the list. |
java.lang.String |
toHTMLList()
Returns the Query IDs formated as a list element for HTML display. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public QueryOutputs()
Method Detail |
---|
public int getKey(java.lang.String queryID)
queryID
- the query to get the key value of
public java.lang.String getQueryID(int key)
key
- the key to get the query value of
public int size()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toHTMLList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |