Uses of Record Class
org.episteme.social.arts.RestorationSimulator.DegradationState
Packages that use RestorationSimulator.DegradationState
-
Uses of RestorationSimulator.DegradationState in org.episteme.social.arts
Methods in org.episteme.social.arts that return RestorationSimulator.DegradationStateModifier and TypeMethodDescriptionRestorationSimulator.applyTreatment(RestorationSimulator.DegradationState state, RestorationSimulator.ConservationTreatment treatment) Projects the outcome of applying a specific treatment to the current state.RestorationSimulator.simulateAging(int currentAge, int additionalYears, Map<String, Double> environmentFactors) Simulates the progression of degradation based on time and environmental exposure.Methods in org.episteme.social.arts with parameters of type RestorationSimulator.DegradationStateModifier and TypeMethodDescriptionRestorationSimulator.applyTreatment(RestorationSimulator.DegradationState state, RestorationSimulator.ConservationTreatment treatment) Projects the outcome of applying a specific treatment to the current state.RestorationSimulator.recommendTreatments(RestorationSimulator.DegradationState state, double budget) Provides an prioritized list of recommended treatments constrained by a financial budget.