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

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

protected class LayeredGraph.OutEdgeIterator
extends Object
implements Iterator<Edge>


Constructor Summary
LayeredGraph.OutEdgeIterator(Node n)
           
 
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.OutEdgeIterator

public LayeredGraph.OutEdgeIterator(Node n)
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.