choco.cp.solver.constraints.global.lightcostregular.structure
Class LayeredGraph.InEdgeIterator
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayeredGraph.InEdgeIterator
public LayeredGraph.InEdgeIterator(Node n)
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.