Module fr.univartois.cril.juniverse
Class SolverFactoryLoader
java.lang.Object
fr.univartois.cril.juniverse.utils.SolverFactoryLoader
The SolverFactoryLoader loads all implementations of
IUniverseSolverFactory
that are present in the classpath.-
Method Summary
Modifier and TypeMethodDescriptionGives a list of instances of all availableIUniverseSolverFactory
implementations in the classpath.static SolverFactoryLoader
Gives the single instance of SolverFactoryLoader.
-
Method Details
-
getInstance
Gives the single instance of SolverFactoryLoader.- Returns:
- The SolverFactoryLoader's single instance.
-
getFactories
Gives a list of instances of all availableIUniverseSolverFactory
implementations in the classpath.- Returns:
- A list of available factories.
-