Uses of Interface
org.episteme.core.measure.quantity.Mass
Packages that use Mass
Package
Description
Implements a comprehensive units framework enabling type-safe
Defines interfaces for physical quantities, organized by
Covers:
Provides classes for social geography, human settlements, and mapping.
- social structures, persons, and cultural modeling.
Provides classes and interfaces for sports science, athletic performance analysis,
and competition modeling.
-
Uses of Mass in org.episteme.core.measure
Fields in org.episteme.core.measure with type parameters of type MassModifier and TypeFieldDescriptionUnits.GAlias for GRAMUnits.GRAMGram: 1 g = 0.001 kgUnits.KGAlias for KILOGRAMUnits.KILOGRAMThe SI unit of mass: kilogram (kg).Units.MILLIGRAMMilligram: 1 mg = 10âÂȉ¶ kgUnits.OUNCEOunce: 1 oz = 0.028349523125 kgUnits.POUNDPound (mass): 1 lb = 0.45359237 kg (exactly)Units.TONNETonne (metric ton): 1 t = 1000 kgUnits.UNIFIED_ATOMIC_MASSThe Unified Atomic Mass Unit: u (Dalton). 1 u = 1.66053906660e-27 kg.Methods in org.episteme.core.measure that return types with arguments of type Mass -
Uses of Mass in org.episteme.core.measure.quantity
Subinterfaces with type arguments of type Mass in org.episteme.core.measure.quantity -
Uses of Mass in org.episteme.core.measure.units
Fields in org.episteme.core.measure.units with type parameters of type MassModifier and TypeFieldDescriptionEpistemeUnits.ATOMIC_MASS_UNITAtomic mass unit (Dalton) - 1/12 mass of carbon-12 atom.SI.KILOGRAMEpistemeUnits.SOLAR_MASSSolar mass - mass of the Sun. -
Uses of Mass in org.episteme.natural.chemistry
Methods in org.episteme.natural.chemistry that return types with arguments of type MassModifier and TypeMethodDescriptionElement.getAtomicMass()Isotope.getMass()Molecule.getMolecularWeight()Molecular weight (sum of atomic masses).ChemicalReaction.massToMass(String reactant, Quantity<Mass> massReactant, Quantity<Mass> reactantMW, String product, Quantity<Mass> productMW) Calculate mass of product from mass of reactant.Method parameters in org.episteme.natural.chemistry with type arguments of type Mass -
Uses of Mass in org.episteme.natural.chemistry.biochemistry
Methods in org.episteme.natural.chemistry.biochemistry that return types with arguments of type Mass -
Uses of Mass in org.episteme.natural.chemistry.electrochemistry
Methods in org.episteme.natural.chemistry.electrochemistry that return types with arguments of type MassModifier and TypeMethodDescriptionFaradayLaws.calculateMass(Quantity<ElectricCharge> charge, double molarMassGramPerMol, int valence) Type-safe version using Units. -
Uses of Mass in org.episteme.natural.chemistry.loaders
Methods in org.episteme.natural.chemistry.loaders that return types with arguments of type MassModifier and TypeMethodDescriptionCompoundInfo.getMolecularWeightQuantity()Returns the molecular weight as a type-safe Quantity. -
Uses of Mass in org.episteme.natural.earth
Fields in org.episteme.natural.earth with type parameters of type Mass -
Uses of Mass in org.episteme.natural.medicine.anthropometry
Methods in org.episteme.natural.medicine.anthropometry that return types with arguments of type MassModifier and TypeMethodDescriptionBodyMetrics.idealBodyWeightFemale(Quantity<Length> height) Ideal body weight (Devine formula, female)BodyMetrics.idealBodyWeightMale(Quantity<Length> height) Ideal body weight (Devine formula, male)Method parameters in org.episteme.natural.medicine.anthropometry with type arguments of type Mass -
Uses of Mass in org.episteme.natural.medicine.pharmacology
Methods in org.episteme.natural.medicine.pharmacology that return types with arguments of type MassModifier and TypeMethodDescriptionPharmacokinetics.loadingDose(Quantity<?> targetConcentration) Loading dose to achieve target concentration.Method parameters in org.episteme.natural.medicine.pharmacology with type arguments of type MassModifier and TypeMethodDescriptionstatic RealDoseCalculator.clarksRule(Real adultDoseMg, Quantity<Mass> childWeight) Clark's rule: Child dose = (weight_lbs / 150) * adult_doseQuantity<?> Pharmacokinetics.concentrationAfterBolus(Quantity<Mass> dose, Quantity<Time> time) Plasma concentration after single IV bolus dose.Quantity<?> Pharmacokinetics.concentrationAfterOral(Quantity<Mass> dose, Quantity<Time> time, Quantity<Frequency> absorptionRate) Plasma concentration after oral dose.static RealDoseCalculator.creatinineClearance(int ageYears, Quantity<Mass> weight, Real serumCreatinineMgDl, boolean isFemale) Creatinine clearance (Cockcroft-Gault)Quantity<?> Pharmacokinetics.steadyStateAverage(Quantity<Mass> dose, Quantity<Time> dosingInterval) Steady-state average concentration with repeated dosing.static RealDoseCalculator.weightBasedDose(Real dosePerKg, Quantity<Mass> weight) Weight-based dose: dose = dosePerKg * weight -
Uses of Mass in org.episteme.natural.physics
Fields in org.episteme.natural.physics with type parameters of type MassModifier and TypeFieldDescriptionPhysicalConstants.ELECTRON_MASSstatic final PhysicalConstant<Mass> PhysicalConstants.ELECTRON_MASS_REFPhysicalConstants.NEUTRON_MASSstatic final PhysicalConstant<Mass> PhysicalConstants.NEUTRON_MASS_REFPhysicalConstants.PROTON_MASSstatic final PhysicalConstant<Mass> PhysicalConstants.PROTON_MASS_REFPhysicalConstants.SOLAR_MASS_QTY -
Uses of Mass in org.episteme.natural.physics.astronomy
Fields in org.episteme.natural.physics.astronomy with type parameters of type MassConstructor parameters in org.episteme.natural.physics.astronomy with type arguments of type MassModifierConstructorDescriptionCelestialBody(String name, Quantity<Mass> mass, Quantity<Length> radius, Vector<Real> position, Vector<Real> velocity) Planet(String name, Quantity<Mass> mass, Quantity<Length> radius, Vector<Real> position, Vector<Real> velocity) RingSystem(String name, Quantity<Mass> mass, Quantity<Length> radius, Vector<Real> position, Vector<Real> velocity) Star(String name, String catalogId, Quantity<Mass> mass, Quantity<Length> radius, Vector<Real> position, Vector<Real> velocity) Star(String name, Quantity<Mass> mass, Quantity<Length> radius, Vector<Real> position, Vector<Real> velocity) -
Uses of Mass in org.episteme.natural.physics.classical.mechanics
Methods in org.episteme.natural.physics.classical.mechanics that return types with arguments of type MassMethod parameters in org.episteme.natural.physics.classical.mechanics with type arguments of type MassModifier and TypeMethodDescriptionNewtonianMechanics.force(Quantity<Mass> mass, Quantity<Acceleration> acceleration) Newton's second law: F = maNewtonianMechanics.gravitationalPotentialEnergy(Quantity<Mass> mass, Quantity<Acceleration> g, Quantity<Length> height) Gravitational potential energy: PE = mghKinematics.kineticEnergy(Quantity<Mass> mass, Vector<Real> velocity) Kinematics.kineticEnergy(Quantity<Mass> mass, Quantity<Velocity> velocity) NewtonianMechanics.kineticEnergy(Quantity<Mass> mass, Quantity<Velocity> velocity) Kinetic energy: KE = (1/2)mv²static Quantity<?> Momentum: p = mvConstructor parameters in org.episteme.natural.physics.classical.mechanics with type arguments of type Mass -
Uses of Mass in org.episteme.natural.physics.loaders
Methods in org.episteme.natural.physics.loaders that return types with arguments of type Mass -
Uses of Mass in org.episteme.natural.physics.quantum
Method parameters in org.episteme.natural.physics.quantum with type arguments of type Mass -
Uses of Mass in org.episteme.natural.physics.relativity
Methods in org.episteme.natural.physics.relativity that return types with arguments of type MassModifier and TypeMethodDescriptionRelativisticMechanics.relativisticMass(Quantity<Mass> restMass, Quantity<Velocity> v) Calculates Relativistic Mass. m = gamma * rest_massMethod parameters in org.episteme.natural.physics.relativity with type arguments of type MassModifier and TypeMethodDescriptionRelativisticMechanics.kineticEnergy(Quantity<Mass> restMass, Quantity<Velocity> v) Calculates Kinetic Energy.RelativisticMechanics.relativisticMass(Quantity<Mass> restMass, Quantity<Velocity> v) Calculates Relativistic Mass. m = gamma * rest_massstatic RealRelativisticMechanics.relativisticMomentum(Quantity<Mass> restMass, Quantity<Velocity> v) Relativistic momentum: p = gamma * m₀ * vRelativisticMechanics.restEnergy(Quantity<Mass> restMass) Rest energy: E₀ = m₀c²RelativisticMechanics.totalEnergy(Quantity<Mass> restMass, Quantity<Velocity> v) Calculates Total Relativistic Energy. -
Uses of Mass in org.episteme.social.geography
Fields in org.episteme.social.geography with type parameters of type MassModifier and TypeFieldDescriptionGeographyConstants.EARTH_MASSApproximate mass of the Earth in kilograms (kg). -
Uses of Mass in org.episteme.social.sociology
Methods in org.episteme.social.sociology that return types with arguments of type MassMethod parameters in org.episteme.social.sociology with type arguments of type Mass -
Uses of Mass in org.episteme.social.sports
Method parameters in org.episteme.social.sports with type arguments of type Mass