Uses of Record Class
org.episteme.social.architecture.AccessibilityChecker.AccessibilityIssue
Packages that use AccessibilityChecker.AccessibilityIssue
Package
Description
Provides mathematical and analytical models for architectural engineering,
building physics, and urban history.
-
Uses of AccessibilityChecker.AccessibilityIssue in org.episteme.social.architecture
Methods in org.episteme.social.architecture that return types with arguments of type AccessibilityChecker.AccessibilityIssueModifier and TypeMethodDescriptionAccessibilityChecker.checkCorridorWidth(Quantity<Length> width, String corridorId) Checks if a corridor's width provides sufficient clearance for wheelchair passage.AccessibilityChecker.checkDoorWidth(Quantity<Length> width, String doorId) Checks if a door's clear opening width meets the minimum requirement.Checks if a ramp's slope exceeds the maximum allowed grade.AccessibilityChecker.checkReachHeight(Quantity<Length> height, String controlId) Checks if operable parts (switches, handles) are within the required vertical reach range (e.g., 38cm to 122cm).AccessibilityChecker.checkTurningSpace(Quantity<Length> diameter, String spaceId) Checks if a defined space provides enough room for a 180-degree wheelchair turn.AccessibilityChecker.fullAudit(Map<String, Quantity<Length>> doorWidths, Map<String, Quantity<Length>> corridorWidths, Map<String, double[]> ramps, Map<String, Quantity<Length>> turningSpaces) Conducts a full accessibility audit on multiple architectural elements.