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