CAR (Context-Aware Retrieval) v1.0

Class Process

java.lang.Object
  |
  +--Field
        |
        +--Process
All Implemented Interfaces:
CarFace, java.lang.Cloneable, java.io.Serializable

public class Process
extends Field
implements CarFace

See Also:
Serialized Form

Field Summary
 java.lang.String id
           
 java.lang.String type
           
 
Fields inherited from class Field
valueTuple, valueTupleVector
 
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
Process(Field field)
           
 
Method Summary
 void collectionUpdateGo(Document parameters)
           
 void documentUpdateGo(Document parameters)
           
 boolean error(java.lang.String s)
           
 void generalUpdateGo(Document parameters)
           
 java.lang.String getId()
           
 boolean go(Document parameters)
           
 void matchGo(Document parameters)
           
 void moveGo()
           
 void t(java.lang.String s)
          Provides trace output of string if -dField on command line of CAR run
 boolean validate()
           
 
Methods inherited from class Field
clone, getAttributeTuple, getAttributeValue, getCommentTuple, getFieldName, getLabelledStringValues, getNumericValue, getValueTuple, getValueTupleVector, hasAttribute, hasValue, removeAttribute, removeValue, sameAttributeTuple, sameValue, score, setAttribute, setFieldName, setNumericValue, setValue, setValueTuple, sleep, toString
 
Methods inherited from class java.lang.Object
, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

public java.lang.String id

type

public java.lang.String type
Constructor Detail

Process

public Process(Field field)
Method Detail

t

public void t(java.lang.String s)
Description copied from class: Field
Provides trace output of string if -dField on command line of CAR run
Overrides:
t in class Field

getId

public java.lang.String getId()

error

public boolean error(java.lang.String s)

validate

public boolean validate()

go

public boolean go(Document parameters)

moveGo

public void moveGo()

matchGo

public void matchGo(Document parameters)

documentUpdateGo

public void documentUpdateGo(Document parameters)

collectionUpdateGo

public void collectionUpdateGo(Document parameters)

generalUpdateGo

public void generalUpdateGo(Document parameters)

CAR (Context-Aware Retrieval) v1.0

Submit bugs to Lindsey