librarian
Class preCorder

java.lang.Object
  |
  +--librarian.preCorder

public class preCorder
extends java.lang.Object


Field Summary
 fundamentals.leaIdentifier leaid
           
 librarian.ppProcessor ppp
           
 java.lang.String signature
           
 int testDataCount
           
 
Constructor Summary
preCorder()
           
 
Method Summary
 void add(moves.EuMove m)
           
 void document()
           
 java.util.Enumeration elements()
           
 moves.EuMove get(int i)
           
 void initialize(interagents.EuLab lab, int dataline, java.util.Random croupier)
           
 java.lang.String leaSource()
           
 void Rewind()
           
 void RewindKeepingTestDatabase()
           
 void runMacroTo(interagents.EuLab primary, int stopSegment, interagents.explicitHolder channel)
           
 void runMain(interagents.EuLab lab)
           
 void runMainTo(interagents.EuLab lab, int stopSegment)
           
 void setArgument(fundamentals.EuArguments args, int n)
           
 void setPpp(librarian.ppProcessor ppp)
           
 int solutionLines()
           
 void truncate()
          Remove all moves after 'at'
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

leaid

public fundamentals.leaIdentifier leaid

signature

public java.lang.String signature

testDataCount

public int testDataCount

ppp

public librarian.ppProcessor ppp
Constructor Detail

preCorder

public preCorder()
Method Detail

Rewind

public void Rewind()

RewindKeepingTestDatabase

public void RewindKeepingTestDatabase()

add

public void add(moves.EuMove m)

get

public moves.EuMove get(int i)

runMain

public void runMain(interagents.EuLab lab)
             throws LeaException
LeaException

runMainTo

public void runMainTo(interagents.EuLab lab,
                      int stopSegment)
               throws LeaException
LeaException

initialize

public void initialize(interagents.EuLab lab,
                       int dataline,
                       java.util.Random croupier)
                throws LeaException
LeaException

runMacroTo

public void runMacroTo(interagents.EuLab primary,
                       int stopSegment,
                       interagents.explicitHolder channel)
                throws LeaException
LeaException

setPpp

public void setPpp(librarian.ppProcessor ppp)

truncate

public void truncate()
Remove all moves after 'at'


document

public void document()

solutionLines

public int solutionLines()

leaSource

public java.lang.String leaSource()

elements

public java.util.Enumeration elements()

setArgument

public void setArgument(fundamentals.EuArguments args,
                        int n)