Class HistoricalReconstructionEngine

java.lang.Object
org.episteme.social.architecture.HistoricalReconstructionEngine

public final class HistoricalReconstructionEngine extends Object
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)
  • Method Details

    • reconstruct

      public static List<HistoricalReconstructionEngine.BuildingFeature> reconstruct(String description)
      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