Uses of Class
org.ojalgo.concurrent.ProcessingService
-
Packages that use ProcessingService Package Description org.ojalgo.concurrent org.ojalgo.data.batch org.ojalgo.optimisation.service -
-
Uses of ProcessingService in org.ojalgo.concurrent
Fields in org.ojalgo.concurrent declared as ProcessingService Modifier and Type Field Description static ProcessingServiceProcessingService. INSTANCEMethods in org.ojalgo.concurrent that return ProcessingService Modifier and Type Method Description static ProcessingServiceProcessingService. newInstance(java.lang.String name) -
Uses of ProcessingService in org.ojalgo.data.batch
Fields in org.ojalgo.data.batch declared as ProcessingService Modifier and Type Field Description private ProcessingServiceBatchNode. myProcessorMethods in org.ojalgo.data.batch that return ProcessingService Modifier and Type Method Description (package private) ProcessingServiceBatchNode.Builder. getProcessor() -
Uses of ProcessingService in org.ojalgo.optimisation.service
Fields in org.ojalgo.optimisation.service declared as ProcessingService Modifier and Type Field Description private ProcessingServiceOptimisationService. myProcessingService
-