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

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

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


Constructor Summary
LayeredGraph.InEdgeIterator(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.InEdgeIterator

public LayeredGraph.InEdgeIterator(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.