Class PropertyKey<T>

java.lang.Object
org.episteme.core.io.properties.PropertyKey<T>

public class PropertyKey<T> extends Object
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Constructor Details

    • PropertyKey

      public PropertyKey(String name, Class<T> type)
      Creates a new property key.
      Parameters:
      name - The unique name of the property (e.g., "density").
      type - The class of the property value (e.g., Real.class).
  • Method Details