|
CAR (Context-Aware Retrieval) v1.0 | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--java.util.AbstractCollection
|
+--java.util.AbstractList
|
+--java.util.Vector
|
+--CommentTuple
A CommentTuple is simply a vector of strings (comments).
The class is used within CAR to hold easily accessible comments for Collections, Documents, and Fields.
Collection,
Document,
Field, Serialized Form| Fields inherited from class java.util.Vector |
capacityIncrement, elementCount, elementData |
| Fields inherited from class java.util.AbstractList |
modCount |
| Fields inherited from interface CarFace |
BOOLEAN_LITERAL, COLLECTION, DOUBLE_LITERAL, EXTERNAL, grammarNames, INTERNAL, KEYPHRASE, LITERALcapacityIncrement, LITERALinitialCapacity, MARKUP, SERIAL, SESSION, STRING_LITERAL, STRINGVALUE_LITERAL |
| Constructor Summary | |
CommentTuple()
|
|
| Method Summary | |
java.lang.Object |
clone()
provides a clone (copy) of this object. |
static void |
t(java.lang.String s)
Provides trace output of string if -dCommentTuple on command line of CAR run |
java.lang.String |
toString()
converts the commentTuple to a string. |
| Methods inherited from class java.util.Vector |
add, add, addAll, addAll, addElement, capacity, clear, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
iterator, listIterator, listIterator |
| Methods inherited from class java.lang.Object |
|
| Methods inherited from interface java.util.List |
iterator, listIterator, listIterator |
| Constructor Detail |
public CommentTuple()
| Method Detail |
public static final void t(java.lang.String s)
public java.lang.Object clone()
clone in class java.util.Vectorpublic java.lang.String toString()
toString in class java.util.Vector
|
CAR (Context-Aware Retrieval) v1.0 | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||