OptaPlanner core 6.0.1.Final

org.optaplanner.core.impl.constructionheuristic.placer
Class Placement

java.lang.Object
  extended by org.optaplanner.core.impl.constructionheuristic.placer.Placement
All Implemented Interfaces:
Serializable, Iterable<Move>

public class Placement
extends Object
implements Iterable<Move>, Serializable

See Also:
Serialized Form

Constructor Summary
Placement(Iterator<Move> moveIterator)
           
 
Method Summary
 Iterator<Move> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Placement

public Placement(Iterator<Move> moveIterator)
Method Detail

iterator

public Iterator<Move> iterator()
Specified by:
iterator in interface Iterable<Move>

OptaPlanner core 6.0.1.Final

Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.