Class ConstellationLoader

java.lang.Object
org.episteme.natural.physics.loaders.ConstellationLoader

public class ConstellationLoader extends Object
Loads Constellation definitions from JSON resources.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Constructor Details

    • ConstellationLoader

      public ConstellationLoader(StarCatalog starCatalog)
  • Method Details

    • loadConstellations

      public List<Constellation> loadConstellations()
      Loads constellations from the default resource path.
      Returns:
      List of loaded constellations
    • loadConstellations

      public List<Constellation> loadConstellations(String resourcePath)
      Loads constellations from the specified resource path.
      Parameters:
      resourcePath - path to JSON file
      Returns:
      List of loaded constellations