code.lang
Class SuccessModule.ParallelAndCode

java.lang.Object
  extended by code.lang.SuccessModule.ParallelAndCode
All Implemented Interfaces:
Instruction
Enclosing class:
SuccessModule

private static class SuccessModule.ParallelAndCode
extends java.lang.Object
implements Instruction

Description of the Class

Since:
June 17, 2003
Author:
jimeng

Field Summary
private static byte LEFT
           
private static byte RIGHT
           
 
Constructor Summary
private SuccessModule.ParallelAndCode()
           
 
Method Summary
 void execute(Computation computation)
          Description of the Method
 java.lang.String printAsTxtLoadable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LEFT

private static final byte LEFT
See Also:
Constant Field Values

RIGHT

private static final byte RIGHT
See Also:
Constant Field Values
Constructor Detail

SuccessModule.ParallelAndCode

private SuccessModule.ParallelAndCode()
Method Detail

execute

public void execute(Computation computation)
Description of the Method

Specified by:
execute in interface Instruction
Parameters:
computation - Description of the Parameter

printAsTxtLoadable

public java.lang.String printAsTxtLoadable()
Specified by:
printAsTxtLoadable in interface Instruction