CAR (Context-Aware Retrieval) v1.0

Class Action

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

public class Action
extends Field
implements CarFace

See Also:
Serialized Form

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
Action(Field field)
           
 
Method Summary
 void error(java.lang.String s)
           
 java.lang.String getId()
           
 java.lang.String getProcessId()
           
 void go()
           
 void t(java.lang.String s)
          Provides trace output of string if -dField on command line of CAR run
 void validate(Process proc, Document params)
           
 
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
 

Constructor Detail

Action

public Action(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

error

public void error(java.lang.String s)

getId

public java.lang.String getId()

getProcessId

public java.lang.String getProcessId()

validate

public void validate(Process proc,
                     Document params)

go

public void go()

CAR (Context-Aware Retrieval) v1.0

Submit bugs to Lindsey