Uses of Class
org.episteme.core.io.properties.PropertyKey
Packages that use PropertyKey
-
Uses of PropertyKey in org.episteme.core.io.properties
Methods in org.episteme.core.io.properties that return PropertyKeyMethods in org.episteme.core.io.properties with parameters of type PropertyKeyModifier and TypeMethodDescription<T> TPropertySet.get(PropertyKey<T> key) Retrieves a property value.<T> Optional<T> PropertySet.getOptional(PropertyKey<T> key) booleanPropertySet.has(PropertyKey<?> key) Checks if a property exists.<T> voidPropertySet.set(PropertyKey<T> key, T value) Sets a property value. -
Uses of PropertyKey in org.episteme.natural.physics.classical.matter
Fields in org.episteme.natural.physics.classical.matter declared as PropertyKeyModifier and TypeFieldDescriptionstatic final PropertyKey<Quantity<MassDensity>> Material.DENSITYstatic final PropertyKey<Quantity<ElectricConductivity>> Material.ELECTRICAL_CONDUCTIVITYstatic final PropertyKey<Quantity<?>> Material.SPECIFIC_HEATstatic final PropertyKey<Quantity<ThermalConductivity>> Material.THERMAL_CONDUCTIVITYstatic final PropertyKey<Quantity<Pressure>> Material.YOUNGS_MODULUSMethods in org.episteme.natural.physics.classical.matter with parameters of type PropertyKey