Uses of Class
es.urjc.etsii.grafo.autoconfig.builder.AlgorithmComponentFactory
Packages that use AlgorithmComponentFactory
Package
Description
-
Uses of AlgorithmComponentFactory in es.urjc.etsii.grafo.autoconfig.factories
Subclasses of AlgorithmComponentFactory in es.urjc.etsii.grafo.autoconfig.factoriesModifier and TypeClassDescriptionclassclassclass -
Uses of AlgorithmComponentFactory in es.urjc.etsii.grafo.autoconfig.inventory
Fields in es.urjc.etsii.grafo.autoconfig.inventory with type parameters of type AlgorithmComponentFactoryModifier and TypeFieldDescriptionprotected Map<String, AlgorithmComponentFactory> AlgorithmInventoryService.factoriesMethods in es.urjc.etsii.grafo.autoconfig.inventory that return AlgorithmComponentFactoryMethods in es.urjc.etsii.grafo.autoconfig.inventory that return types with arguments of type AlgorithmComponentFactoryModifier and TypeMethodDescriptionAlgorithmInventoryService.AlgorithmInventory.factories()Returns the value of thefactoriesrecord component.Methods in es.urjc.etsii.grafo.autoconfig.inventory with parameters of type AlgorithmComponentFactoryModifier and TypeMethodDescriptionvoidAlgorithmInventoryService.registerFactory(AlgorithmComponentFactory factory) Provide a function that given a parameter map can create components with id 'name'Constructor parameters in es.urjc.etsii.grafo.autoconfig.inventory with type arguments of type AlgorithmComponentFactoryModifierConstructorDescriptionAlgorithmInventoryService(IInventoryFilter filterStrategy, List<AlgorithmComponentFactory> factoryList, List<ParameterProvider> paramProviders)