Uses of Class
org.kie.server.api.model.instance.SolverInstance
-
Packages that use SolverInstance Package Description org.kie.server.api.model.instance -
-
Uses of SolverInstance in org.kie.server.api.model.instance
Methods in org.kie.server.api.model.instance that return types with arguments of type SolverInstance Modifier and Type Method Description List<SolverInstance>SolverInstanceList. getContainers()Method parameters in org.kie.server.api.model.instance with type arguments of type SolverInstance Modifier and Type Method Description voidSolverInstanceList. setContainers(List<SolverInstance> solvers)Constructor parameters in org.kie.server.api.model.instance with type arguments of type SolverInstance Constructor Description SolverInstanceList(List<SolverInstance> solvers)
-