Class Engine<T extends Agent>
- java.lang.Object
-
- eu.europa.ec.eurostat.jgiscotools.agent.Engine<T>
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.logging.log4j.Logger
LOGGER
-
Constructor Summary
Constructors Constructor Description Engine(Collection<T> agents)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Engine<T>
activateQueue()
void
clear()
static ArrayList<Constraint<?>>
getUnsatisfiedConstraints(Collection<?> agents, double satisfactionThreshold)
Engine<T>
runEvaluation(String outFilePath, boolean overrideFile)
Engine<T>
shuffle()
Engine<T>
sort()
-
-
-
Constructor Detail
-
Engine
public Engine(Collection<T> agents)
-
-
Method Detail
-
getUnsatisfiedConstraints
public static ArrayList<Constraint<?>> getUnsatisfiedConstraints(Collection<?> agents, double satisfactionThreshold)
-
clear
public void clear()
-
-