org.drools.planner.core.localsearch.decider.acceptor.tabu
Interface TabuPropertyEnabled

All Known Implementing Classes:
CompositeMove, GenericChangeMove, GenericSwapMove, GenericSwapPillarMove

public interface TabuPropertyEnabled


Method Summary
 Collection<? extends Object> getTabuProperties()
          The returned Collection should a stable order.
 

Method Detail

getTabuProperties

Collection<? extends Object> getTabuProperties()
The returned Collection should a stable order. For example: use List or LinkedHashSet, but not HashSet. Duplicates entries in the returned Collection are best avoided.

Returns:
never null


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.