choco.cp.solver.constraints.global.lightcostregular.structure
Class LayeredGraph.AllActiveEdgeIterator

java.lang.Object
  extended by choco.cp.solver.constraints.global.lightcostregular.structure.LayeredGraph.AllActiveEdgeIterator
All Implemented Interfaces:
Iterator<Edge>
Enclosing class:
LayeredGraph

public class LayeredGraph.AllActiveEdgeIterator
extends Object
implements Iterator<Edge>


Constructor Summary
LayeredGraph.AllActiveEdgeIterator()
           
 
Method Summary
 boolean hasNext()
           
 Edge next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayeredGraph.AllActiveEdgeIterator

public LayeredGraph.AllActiveEdgeIterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<Edge>

next

public Edge next()
Specified by:
next in interface Iterator<Edge>

remove

public void remove()
Specified by:
remove in interface Iterator<Edge>


Copyright © 2012. All Rights Reserved.