openlsd.multiple.ophandler.common
Class LSDOpOpTodo

java.lang.Object
  extended by openlsd.multiple.ophandler.common.LSDOpOpTodo

public class LSDOpOpTodo
extends java.lang.Object

Class to handle 1 Main Op and several Ops todo from the main Op

Author:
Frederic BREGIER LGPL 2007

Field Summary
 java.util.LinkedList<LSDDbOp> listOps
          List of Ops todo from the main op
 LSDDbOp op
          Main Op
 
Constructor Summary
LSDOpOpTodo(LSDDbOp op, java.util.LinkedList<LSDDbOp> listOps)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

op

public LSDDbOp op
Main Op


listOps

public java.util.LinkedList<LSDDbOp> listOps
List of Ops todo from the main op

Constructor Detail

LSDOpOpTodo

public LSDOpOpTodo(LSDDbOp op,
                   java.util.LinkedList<LSDDbOp> listOps)
Constructor

Parameters:
op -
listOps -