Uses of Record Class
org.episteme.social.architecture.FireEscapeAnalyzer.Compartment
Packages that use FireEscapeAnalyzer.Compartment
Package
Description
Provides mathematical and analytical models for architectural engineering,
building physics, and urban history.
-
Uses of FireEscapeAnalyzer.Compartment in org.episteme.social.architecture
Method parameters in org.episteme.social.architecture with type arguments of type FireEscapeAnalyzer.CompartmentModifier and TypeMethodDescriptionFireEscapeAnalyzer.analyzeEvacuation(List<FireEscapeAnalyzer.Compartment> compartments, List<FireEscapeAnalyzer.Exit> exits) Calculates the total evacuation time for a set of compartments and exits.FireEscapeAnalyzer.checkTravelDistances(List<FireEscapeAnalyzer.Compartment> compartments, double maxDistance, double maxDeadEnd) Verifies that travel distances from any point to the nearest exit stay within code-mandated limits.FireEscapeAnalyzer.signageRequirements(List<FireEscapeAnalyzer.Compartment> compartments, List<FireEscapeAnalyzer.Exit> exits) Identifies necessary safety signage and lighting for evacuation routes.