adf_core_python.core.gateway.component.module package#
Subpackages#
- adf_core_python.core.gateway.component.module.algorithm package
- Submodules
- adf_core_python.core.gateway.component.module.algorithm.gateway_clustering module
GatewayClusteringGatewayClustering.calculate()GatewayClustering.get_cluster_entities()GatewayClustering.get_cluster_entity_ids()GatewayClustering.get_cluster_index()GatewayClustering.get_cluster_number()GatewayClustering.precompute()GatewayClustering.prepare()GatewayClustering.resume()GatewayClustering.update_info()
- adf_core_python.core.gateway.component.module.algorithm.gateway_path_planning module
- Module contents
- adf_core_python.core.gateway.component.module.complex package
- Submodules
- adf_core_python.core.gateway.component.module.complex.gateway_ambulance_target_allocator module
- adf_core_python.core.gateway.component.module.complex.gateway_fire_target_allocator module
- adf_core_python.core.gateway.component.module.complex.gateway_human_detector module
- adf_core_python.core.gateway.component.module.complex.gateway_police_target_allocator module
- adf_core_python.core.gateway.component.module.complex.gateway_road_detector module
- adf_core_python.core.gateway.component.module.complex.gateway_search module
- adf_core_python.core.gateway.component.module.complex.gateway_target_allocator module
- adf_core_python.core.gateway.component.module.complex.gateway_target_detector module
- Module contents
Submodules#
adf_core_python.core.gateway.component.module.gateway_abstract_module module#
- class adf_core_python.core.gateway.component.module.gateway_abstract_module.GatewayAbstractModule(agent_info: AgentInfo, world_info: WorldInfo, scenario_info: ScenarioInfo, module_manager: ModuleManager, develop_data: DevelopData, gateway_module: GatewayModule)#
ベースクラス:
AbstractModule- calculate() GatewayAbstractModule#
- precompute(precompute_data: PrecomputeData) GatewayAbstractModule#
- prepare() GatewayAbstractModule#
- resume(precompute_data: PrecomputeData) GatewayAbstractModule#
- update_info(message_manager: MessageManager) GatewayAbstractModule#