Uses of Interface
cz.cuni.amis.pogamut.ut2004.agent.module.utils.TabooSet.IRelaxedTaboo

Packages that use TabooSet.IRelaxedTaboo
cz.cuni.amis.pogamut.ut2004.agent.module.utils   
 

Uses of TabooSet.IRelaxedTaboo in cz.cuni.amis.pogamut.ut2004.agent.module.utils
 

Methods in cz.cuni.amis.pogamut.ut2004.agent.module.utils with parameters of type TabooSet.IRelaxedTaboo
 Set<T> TabooSet.filter(Collection<T> collection, TabooSet.IRelaxedTaboo estimator)
          Filters collection according to the current state of the tabu set.
 boolean TabooSet.isTaboo(T item, TabooSet.IRelaxedTaboo estimator)
          Determines whether an 'item' is considered to be taboo using relaxed 'estimator'.
 



Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.