choco.kernel.common.opres.graph
Class DagDTC.TopoAlgoStruct

java.lang.Object
  extended by choco.kernel.common.opres.graph.DagDTC.TopoAlgoStruct
All Implemented Interfaces:
gnu.trove.TIntProcedure
Enclosing class:
DagDTC

protected class DagDTC.TopoAlgoStruct
extends Object
implements gnu.trove.TIntProcedure


Field Summary
 gnu.trove.TIntArrayList free
           
 int[] nbPredecessors
           
 
Constructor Summary
DagDTC.TopoAlgoStruct()
           
 
Method Summary
 boolean execute(int arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nbPredecessors

public final int[] nbPredecessors

free

public final gnu.trove.TIntArrayList free
Constructor Detail

DagDTC.TopoAlgoStruct

public DagDTC.TopoAlgoStruct()
Method Detail

execute

public boolean execute(int arg0)
Specified by:
execute in interface gnu.trove.TIntProcedure


Copyright © 2012. All Rights Reserved.