Class HistoricalReconstructionEngine
java.lang.Object
org.episteme.social.architecture.HistoricalReconstructionEngine
Analytical engine for the virtual reconstruction of historical buildings from
archaeological and archival textual sources. It parses descriptive strings
into structured architectural features.
- Since:
- 1.0
- Version:
- 2.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordRepresents a discrete architectural feature extracted from a source. -
Method Summary
Modifier and TypeMethodDescriptionreconstruct(String description) Parses a semicolon-separated string of building descriptions into a list of structured BuildingFeature records.
-
Method Details
-
reconstruct
Parses a semicolon-separated string of building descriptions into a list of structured BuildingFeature records.Format: "Type.Material.Value; Type2.Material2.Value2"
Example: "Wall.Stone.10.5; Column.Marble.4.0"
- Parameters:
description- raw descriptive string from historical source- Returns:
- list of extracted BuildingFeatures
-