|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--librarian.workCorder
Field Summary | |
int |
testEntries
|
java.util.Vector |
usedPrograms
|
Constructor Summary | |
workCorder()
Construct empty |
|
workCorder(interagents.EuLab lab)
Construct by pairing of objects in lab |
|
workCorder(interagents.EuLab lab,
java.util.Vector selections)
Construct by pairing of objects in lab and selection by designing user |
|
workCorder(int number,
int entries)
Construct with a number of TestDatum entries of specified langth containing NaN in each slot |
|
workCorder(java.lang.String sgn,
int startTestEntry)
Construct from a signature string with indirect argument entries starting from startTestEntry |
|
workCorder(interagents.UndoStack us)
Construct by user solution in undostack |
Method Summary | |
void |
add(moves.EuMove m)
|
void |
addArgument(fundamentals.EuArguments newargs)
|
void |
addFuses(java.util.Vector objs)
|
void |
addNames(interagents.EuLab lab)
|
void |
addProvidePackage(java.lang.String packages)
|
void |
addRequire(java.util.Vector programs)
|
void |
addTestDataLines(int number)
|
int |
count()
|
moves.EuMove |
get(int i)
|
void |
pass(librarian.EuCorder other)
|
void |
removeButOne()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int testEntries
public java.util.Vector usedPrograms
Constructor Detail |
public workCorder(java.lang.String sgn, int startTestEntry) throws DesignException, InternalException
public workCorder(int number, int entries) throws LeaException
public workCorder(interagents.UndoStack us)
public workCorder(interagents.EuLab lab) throws InternalException, DesignException
public workCorder(interagents.EuLab lab, java.util.Vector selections) throws InternalException, DesignException
public workCorder()
Method Detail |
public void addProvidePackage(java.lang.String packages)
public void addRequire(java.util.Vector programs)
public void addArgument(fundamentals.EuArguments newargs)
public void add(moves.EuMove m)
public void pass(librarian.EuCorder other)
public moves.EuMove get(int i)
public int count()
public void addTestDataLines(int number) throws LeaException
LeaException
public void removeButOne()
public void addFuses(java.util.Vector objs) throws DesignException
DesignException
public void addNames(interagents.EuLab lab)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |