Class ConstellationLoader
java.lang.Object
org.episteme.natural.physics.loaders.ConstellationLoader
Loads Constellation definitions from JSON resources.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionLoads constellations from the default resource path.loadConstellations(String resourcePath) Loads constellations from the specified resource path.
-
Constructor Details
-
ConstellationLoader
-
-
Method Details
-
loadConstellations
Loads constellations from the default resource path.- Returns:
- List of loaded constellations
-
loadConstellations
Loads constellations from the specified resource path.- Parameters:
resourcePath- path to JSON file- Returns:
- List of loaded constellations
-