Uses of Interface
org.episteme.core.measure.quantity.Dimensionless
Packages that use Dimensionless
Package
Description
Includes subpackages for:
Implements a comprehensive units framework enabling type-safe
Defines interfaces for physical quantities, organized by
Provides classes and interfaces for org.episteme.natural.device.sim.
Provides the
org.episteme.social.medicine module.Covers:
Provides classes and interfaces for org.episteme.core.device.sim.
Provides classes for modeling epistemology, the study of knowledge and justified belief.
Provides the
org.episteme.social.politics module.Provides classes and interfaces for sports science, athletic performance analysis,
and competition modeling.
-
Uses of Dimensionless in org.episteme.core.mathematics
Fields in org.episteme.core.mathematics with type parameters of type DimensionlessModifier and TypeFieldDescriptionstatic final Quantity<Dimensionless> MathConstants.E_QTYstatic final Quantity<Dimensionless> MathConstants.GAMMA_QTYstatic final Quantity<Dimensionless> MathConstants.GOLDEN_RATIO_QTYstatic final Quantity<Dimensionless> MathConstants.HALF_PI_QTYstatic final Quantity<Dimensionless> MathConstants.LOG10_QTYstatic final Quantity<Dimensionless> MathConstants.LOG2_QTYstatic final Quantity<Dimensionless> MathConstants.PI_QTYstatic final Quantity<Dimensionless> MathConstants.SQRT2_QTYstatic final Quantity<Dimensionless> MathConstants.SQRT2PI_QTYstatic final Quantity<Dimensionless> MathConstants.TWO_PI_QTY -
Uses of Dimensionless in org.episteme.core.measure
Fields in org.episteme.core.measure with type parameters of type DimensionlessModifier and TypeFieldDescriptionstatic final Unit<Dimensionless> Units.ONEDimensionless unit: 1 (for ratios).static final Unit<Dimensionless> Units.PERCENTPercent unit: % = 1/100.static final Unit<Dimensionless> Units.STERADIANSteradian: sr (solid angle). -
Uses of Dimensionless in org.episteme.core.measure.quantity
Subinterfaces with type arguments of type Dimensionless in org.episteme.core.measure.quantityModifier and TypeInterfaceDescriptioninterfaceRepresents a dimensionless quantity (unit 1). -
Uses of Dimensionless in org.episteme.jni.jni.devices
Methods in org.episteme.jni.jni.devices that return types with arguments of type DimensionlessModifier and TypeMethodDescriptionMassSpectra.getIntensityAt(Quantity<Length> wavelength) MassSpectra.readValue() -
Uses of Dimensionless in org.episteme.natural.biology.ecology
Methods in org.episteme.natural.biology.ecology that return types with arguments of type DimensionlessModifier and TypeMethodDescriptionstatic Quantity<Dimensionless> PopulationDynamics.exponentialGrowth(Quantity<Dimensionless> p0, Quantity<Frequency> r, Quantity<Time> t) Exponential growth model using Quantities.static Quantity<Dimensionless> PopulationDynamics.logisticGrowth(Quantity<Dimensionless> p0, Quantity<Frequency> r, Quantity<Dimensionless> K, Quantity<Time> t) Logistic growth model using Quantities.Method parameters in org.episteme.natural.biology.ecology with type arguments of type DimensionlessModifier and TypeMethodDescriptionstatic Quantity<Dimensionless> PopulationDynamics.exponentialGrowth(Quantity<Dimensionless> p0, Quantity<Frequency> r, Quantity<Time> t) Exponential growth model using Quantities.static Quantity<Dimensionless> PopulationDynamics.logisticGrowth(Quantity<Dimensionless> p0, Quantity<Frequency> r, Quantity<Dimensionless> K, Quantity<Time> t) Logistic growth model using Quantities. -
Uses of Dimensionless in org.episteme.natural.device.actuators
Methods in org.episteme.natural.device.actuators that return types with arguments of type DimensionlessModifier and TypeMethodDescriptionCentrifuge.calculateRCF(Quantity<Length> radius) Centrifuge.getMaxRCF() -
Uses of Dimensionless in org.episteme.natural.device.sensors
Subinterfaces with type arguments of type Dimensionless in org.episteme.natural.device.sensorsModifier and TypeInterfaceDescriptioninterfaceInterface for humidity probes.interfaceInterface for microscopes.interfaceInterface for multimeter devices.interfaceInterface for pH meters.interfaceInterface for a seismograph sensor.interfaceInterface for spectrometer devices.Methods in org.episteme.natural.device.sensors that return types with arguments of type DimensionlessModifier and TypeMethodDescriptionMicroscope.getCurrentMagnification()PHMeter.getHydrogenConcentration(Quantity<Dimensionless> pH) Spectrometer.getIntensityAt(Quantity<Length> wavelength) Microscope.getMaxMagnification()HumidityProbe.getRelativeHumidity()HumidityProbe.measure(Quantity<Dimensionless> actualHumidity) Measures the humidity given a physical actual humidity.PHMeter.measure(Quantity<Dimensionless> actualPH) Measure the pH given an actual physical pH value.Seismograph.readMagnitude()Reads the current magnitude.Method parameters in org.episteme.natural.device.sensors with type arguments of type DimensionlessModifier and TypeMethodDescriptionPHMeter.classify(Quantity<Dimensionless> pH) Classifies the pH value (Acidic, Alkaline, Neutral).PHMeter.getHydrogenConcentration(Quantity<Dimensionless> pH) HumidityProbe.measure(Quantity<Dimensionless> actualHumidity) Measures the humidity given a physical actual humidity.PHMeter.measure(Quantity<Dimensionless> actualPH) Measure the pH given an actual physical pH value.voidMicroscope.setMagnification(Quantity<Dimensionless> magnification) -
Uses of Dimensionless in org.episteme.natural.device.sim
Subclasses with type arguments of type Dimensionless in org.episteme.natural.device.simModifier and TypeClassDescriptionclassSimulated humidity probe.classSimulated implementation of Microscope.classSimulated implementation of Multimeter.classSimulated pH meter.classSimulated seismograph.classSimulated spectrometer.Methods in org.episteme.natural.device.sim that return types with arguments of type DimensionlessModifier and TypeMethodDescriptionSimulatedCentrifuge.calculateRCF(Quantity<Length> radius) SimulatedMicroscope.getCurrentMagnification()SimulatedPHMeter.getHydrogenConcentration(Quantity<Dimensionless> pH) SimulatedSpectrometer.getIntensityAt(Quantity<Length> wavelength) SimulatedMicroscope.getMaxMagnification()SimulatedCentrifuge.getMaxRCF()SimulatedHumidityProbe.getRelativeHumidity()SimulatedHumidityProbe.measure(Quantity<Dimensionless> actualHumidity) SimulatedPHMeter.measure(Quantity<Dimensionless> actualPH) SimulatedSeismograph.readMagnitude()SimulatedHumidityProbe.readValue()SimulatedMicroscope.readValue()SimulatedMultimeter.readValue()SimulatedPHMeter.readValue()SimulatedSeismograph.readValue()SimulatedSpectrometer.readValue()Method parameters in org.episteme.natural.device.sim with type arguments of type DimensionlessModifier and TypeMethodDescriptionSimulatedPHMeter.classify(Quantity<Dimensionless> pH) SimulatedPHMeter.getHydrogenConcentration(Quantity<Dimensionless> pH) SimulatedHumidityProbe.measure(Quantity<Dimensionless> actualHumidity) SimulatedPHMeter.measure(Quantity<Dimensionless> actualPH) voidSimulatedMultimeter.probe(Quantity<Dimensionless> value) Mocks probing a value.voidSimulatedMicroscope.setMagnification(Quantity<Dimensionless> magnification) -
Uses of Dimensionless in org.episteme.natural.earth
Fields in org.episteme.natural.earth with type parameters of type DimensionlessModifier and TypeFieldDescriptionstatic final Quantity<Dimensionless> EarthSciencesConstants.FLATTENINGWGS84 flattening -
Uses of Dimensionless in org.episteme.natural.engineering.control
Methods in org.episteme.natural.engineering.control that return types with arguments of type Dimensionless -
Uses of Dimensionless in org.episteme.natural.medicine
Methods in org.episteme.natural.medicine that return types with arguments of type DimensionlessModifier and TypeMethodDescriptionVitalSigns.spO2()Returns the value of thespO2record component. -
Uses of Dimensionless in org.episteme.natural.physics
Fields in org.episteme.natural.physics with type parameters of type DimensionlessModifier and TypeFieldDescriptionstatic final Quantity<Dimensionless> PhysicalConstants.FINE_STRUCTUREstatic final PhysicalConstant<Dimensionless> PhysicalConstants.FINE_STRUCTURE_REF -
Uses of Dimensionless in org.episteme.social.device.sensors
Subinterfaces with type arguments of type Dimensionless in org.episteme.social.device.sensorsModifier and TypeInterfaceDescriptioninterfaceInterface for a voter identification scanner. -
Uses of Dimensionless in org.episteme.social.device.sim
Subclasses with type arguments of type Dimensionless in org.episteme.social.device.simMethods in org.episteme.social.device.sim that return types with arguments of type Dimensionless -
Uses of Dimensionless in org.episteme.social.philosophy.epistemology
Methods in org.episteme.social.philosophy.epistemology that return types with arguments of type DimensionlessModifier and TypeMethodDescriptionKnowledge.getCertainty()Returns the epistemic strength of this knowledge based on evidence reliability.Evidence.getReliability()Returns the reliability of the evidence.Constructor parameters in org.episteme.social.philosophy.epistemology with type arguments of type DimensionlessModifierConstructorDescriptionEmpiricalEvidence(String source, String description, Quantity<Dimensionless> reliability) Creates new EmpiricalEvidence.protectedEvidence(String source, String description, Quantity<Dimensionless> reliability, EvidenceKind kind) Creates new Evidence.RationalEvidence(String source, String description, Quantity<Dimensionless> reliability) Creates new RationalEvidence.TestimonialEvidence(String source, String description, Quantity<Dimensionless> reliability) Creates new TestimonialEvidence. -
Uses of Dimensionless in org.episteme.social.politics
Methods in org.episteme.social.politics that return types with arguments of type DimensionlessModifier and TypeMethodDescriptionCountry.getHdi()Country.getPopulationGrowthRate()Country.getStability()Method parameters in org.episteme.social.politics with type arguments of type DimensionlessModifier and TypeMethodDescriptionvoidCountry.setHdi(Quantity<Dimensionless> hdi) voidCountry.setPopulationGrowthRate(Quantity<Dimensionless> rate) voidCountry.setStability(Quantity<Dimensionless> stability) -
Uses of Dimensionless in org.episteme.social.sports
Methods in org.episteme.social.sports that return types with arguments of type DimensionlessModifier and TypeMethodDescriptionstatic Quantity<Dimensionless> TrainingPeriodization.calculateATL(List<Quantity<Dimensionless>> dailyTSS) Calculates Acute Training Load (ATL), representing short-term fatigue.static Quantity<Dimensionless> TrainingPeriodization.calculateCTL(List<Quantity<Dimensionless>> dailyTSS, int timeConstant) Calculates the Chronic Training Load (CTL), representing long-term fitness.static Quantity<Dimensionless> TrainingPeriodization.calculateTSB(Quantity<Dimensionless> ctl, Quantity<Dimensionless> atl) Calculates Training Stress Balance (TSB), representing freshness.Method parameters in org.episteme.social.sports with type arguments of type DimensionlessModifier and TypeMethodDescriptionstatic Quantity<Dimensionless> TrainingPeriodization.calculateATL(List<Quantity<Dimensionless>> dailyTSS) Calculates Acute Training Load (ATL), representing short-term fatigue.static Quantity<Dimensionless> TrainingPeriodization.calculateCTL(List<Quantity<Dimensionless>> dailyTSS, int timeConstant) Calculates the Chronic Training Load (CTL), representing long-term fitness.static Quantity<Dimensionless> TrainingPeriodization.calculateTSB(Quantity<Dimensionless> ctl, Quantity<Dimensionless> atl) Calculates Training Stress Balance (TSB), representing freshness.