- gamma(double) - Static method in class repicea.math.GammaFunction
-
This method returns the result of the Gamma function.
- GammaFunction - Class in repicea.math
-
This class implements the Gamma function.
- GammaFunction() - Constructor for class repicea.math.GammaFunction
-
- GaussHermiteQuadrature - Class in repicea.stats.integral
-
The GaussHermiteQuadrature class provides the x values and their weights for numerical integration.
- GaussHermiteQuadrature(GaussQuadrature.NumberOfPoints) - Constructor for class repicea.stats.integral.GaussHermiteQuadrature
-
Constructor.
- GaussHermiteQuadrature() - Constructor for class repicea.stats.integral.GaussHermiteQuadrature
-
Constructor.
- GaussianDistribution - Class in repicea.stats.distributions
-
This class implements the Gaussian probability density function.
- GaussianDistribution(Matrix, Matrix) - Constructor for class repicea.stats.distributions.GaussianDistribution
-
This constructor creates a Gaussian function with mean mu and variance sigma2.
- GaussianErrorTerm - Class in repicea.stats.distributions
-
- GaussianErrorTerm(GaussianErrorTermList.IndexableErrorTerm) - Constructor for class repicea.stats.distributions.GaussianErrorTerm
-
- GaussianErrorTerm(GaussianErrorTermList.IndexableErrorTerm, double) - Constructor for class repicea.stats.distributions.GaussianErrorTerm
-
- GaussianErrorTermEstimate - Class in repicea.stats.estimates
-
The GaussianErrorTermEstimate class handles the complex covariance structure in linear and nonlinear models.
- GaussianErrorTermEstimate(Matrix, double, StatisticalUtility.TypeMatrixR) - Constructor for class repicea.stats.estimates.GaussianErrorTermEstimate
-
General constructor.
- GaussianErrorTermEstimate(Matrix) - Constructor for class repicea.stats.estimates.GaussianErrorTermEstimate
-
Constructor for univariate distribution.
- GaussianErrorTermForHeight(GaussianErrorTermList.IndexableErrorTerm, double, double) - Constructor for class repicea.simulation.hdrelationships.HDRelationshipPredictor.GaussianErrorTermForHeight
-
- GaussianErrorTermList - Class in repicea.stats.distributions
-
- GaussianErrorTermList() - Constructor for class repicea.stats.distributions.GaussianErrorTermList
-
- GaussianErrorTermList.IndexableErrorTerm - Interface in repicea.stats.distributions
-
This interface ensures the instance can return an index that will serve as distance for
the calculation of the variance-covariance matrix.
- GaussianEstimate - Class in repicea.stats.estimates
-
This class contains the elements related to the random effects, i.e.
- GaussianEstimate() - Constructor for class repicea.stats.estimates.GaussianEstimate
-
Common constructor.
- GaussianEstimate(Matrix, Matrix) - Constructor for class repicea.stats.estimates.GaussianEstimate
-
Constructor with the mean and variance.
- GaussianEstimate(double, double) - Constructor for class repicea.stats.estimates.GaussianEstimate
-
Constructor for univariate distribution.
- GaussianUtility - Class in repicea.stats.distributions.utility
-
The Gaussian class implements common static methods that are related to the density or
the cumulative probability of the Gaussian distribution.
- GaussianUtility() - Constructor for class repicea.stats.distributions.utility.GaussianUtility
-
- GaussLegendreQuadrature - Class in repicea.stats.integral
-
The GaussLegendreQuadrature class implements a numerical integration method based
on Legendre polynomials.
- GaussLegendreQuadrature(GaussQuadrature.NumberOfPoints) - Constructor for class repicea.stats.integral.GaussLegendreQuadrature
-
Constructor.
- GaussQuadrature - Class in repicea.stats.integral
-
The GaussQuadrature class is the basic class for all the Gaussian quadrature
methods, such as the Gauss-Hermite and the Gauss-Legendre quadrature.
- GaussQuadrature() - Constructor for class repicea.stats.integral.GaussQuadrature
-
- GaussQuadrature.NumberOfPoints - Enum in repicea.stats.integral
-
The enum NumberOfPoints defines the number of quadrature points.
- GeneralizedLinearModel - Class in repicea.stats.model.glm
-
This class implements generalized linear models.
- GeneralizedLinearModel(DataSet, LinkFunction.Type, String, Matrix) - Constructor for class repicea.stats.model.glm.GeneralizedLinearModel
-
General constructor
- GeneralizedLinearModel(DataSet, LinkFunction.Type, String) - Constructor for class repicea.stats.model.glm.GeneralizedLinearModel
-
Constructor using a vector of 0s as starting values for the parameters
- GeneralizedLinearModel(GeneralizedLinearModel) - Constructor for class repicea.stats.model.glm.GeneralizedLinearModel
-
Constructor for derived class.
- GenericChooseFileDialog - Class in repicea.gui.genericwindows
-
The GenericChooseFileDialog class implements a simple dialog that allows the user to select either
a file or a directory.
- GenericChooseFileDialog(Window, String, String, String, int) - Constructor for class repicea.gui.genericwindows.GenericChooseFileDialog
-
Constructor with no file filters.
- GenericChooseFileDialog(Window, String, String, String, List<FileFilter>, int) - Constructor for class repicea.gui.genericwindows.GenericChooseFileDialog
-
General constructor.
- GenericHierarchicalSpatialDataStructure - Class in repicea.stats.data
-
This class is the basic class for a hierarchical and spatial data structure.
- GenericHierarchicalSpatialDataStructure(DataSet) - Constructor for class repicea.stats.data.GenericHierarchicalSpatialDataStructure
-
General constructor.
- GenericHierarchicalStatisticalDataStructure - Class in repicea.stats.data
-
This class is the basic class for hierarchical data structure.
- GenericHierarchicalStatisticalDataStructure(DataSet) - Constructor for class repicea.stats.data.GenericHierarchicalStatisticalDataStructure
-
General constructor.
- GenericStatisticalDataStructure - Class in repicea.stats.data
-
The StatisticalDataStructure class is an abstract class that implements all the features to be able
to fit a statistical model.
- GenericStatisticalDataStructure(DataSet) - Constructor for class repicea.stats.data.GenericStatisticalDataStructure
-
General constructor.
- GenericTask - Interface in repicea.app
-
GenericTask instances are used by the engine to perform any task.
- GenericTaskFactory - Interface in repicea.app
-
The GenericTaskFactory interface ensures a particular instance can create its own task.
- GeographicalCoordinatesGenerator - Class in lerfob.predictor.mathilde.climate
-
- GeographicalCoordinatesGenerator.PlotCoordinates - Class in lerfob.predictor.mathilde.climate
-
- GeographicalCoordinatesProvider - Interface in repicea.simulation.covariateproviders.plotlevel
-
This interface ensures the plot instance can provide its geographical location.
- get(int) - Method in class repicea.math.FastArrayList
-
- get(int, int) - Method in class repicea.simulation.ParameterMap
-
This method returns a Matrix instance from the list of double that were stored in the map according to the
two indices.
- get(int) - Method in class repicea.simulation.ParameterMap
-
This method returns the same than get(index1, index2) in case of a single index implementation.
- get() - Method in class repicea.simulation.ParameterMap
-
This method returns the same than get(index1, index2) in case of no index implementation.
- getAboveGroundBiomassMg(Collection<CATCompatibleTree>, MonteCarloSimulationCompliantObject) - Method in class lerfob.carbonbalancetool.biomassparameters.BiomassParameters
-
This method returns the aboveground biomass for a collection of trees.
- getAboveGroundBiomassMg() - Method in interface lerfob.carbonbalancetool.CATAboveGroundBiomassProvider
-
This method returns the total above ground biomass (Mg), INCLUDING bark and WITHOUT expansion factor.
- getAboveGroundCarbonMg(CATCompatibleTree, MonteCarloSimulationCompliantObject) - Method in class lerfob.carbonbalancetool.biomassparameters.BiomassParameters
-
This method returns the aboveground carbon of a particular tree (Mg), INCLUDING bark.
- getAboveGroundCarbonMg(Collection<CATCompatibleTree>, MonteCarloSimulationCompliantObject) - Method in class lerfob.carbonbalancetool.biomassparameters.BiomassParameters
-
This method returns the aboveground carbon for a collection of trees.
- getAboveGroundCarbonMg() - Method in interface lerfob.carbonbalancetool.CATAboveGroundCarbonProvider
-
This method returns the aboveground carbon (Mg), INCLUDING bark and WITHOUT expansion factor.
- getAboveGroundVolumeM3(CATCompatibleTree, MonteCarloSimulationCompliantObject) - Method in class lerfob.carbonbalancetool.biomassparameters.BiomassParameters
-
This method returns the aboveground volume of a particular tree (m3), INCLUDING bark.
- getAboveGroundVolumeM3(Collection<CATCompatibleTree>, MonteCarloSimulationCompliantObject) - Method in class lerfob.carbonbalancetool.biomassparameters.BiomassParameters
-
This method returns the aboveground volume for a collection of trees.
- getAboveGroundVolumeM3() - Method in interface lerfob.carbonbalancetool.CATAboveGroundVolumeProvider
-
This method returns the total above ground volume (m3) , INCLUDING bark and WITHOUT any expansion factor.
- getAbsoluteValue() - Method in class repicea.math.Matrix
-
This method returns a Matrix object that contains the absolute values
of the original matrix.
- getAdditionalElementConcentrations() - Method in interface lerfob.carbonbalancetool.CATAdditionalElementsProvider
-
This method returns a Map with the concentrations of additional elements (typically N, K, S, P).
- getAdjugateMatrix() - Method in class repicea.math.Matrix
-
This method returns the adjugate matrix of this matrix.
- getAgeYr() - Method in interface repicea.simulation.covariateproviders.plotlevel.AgeYrProvider
-
This method returns the age (yrs) of the stand.
- getAlbrechtWindStormModelTrees() - Method in interface lerfob.windstormdamagemodels.awsmodel.AWSStand
-
This methods makes the trees of the stand accessible.
- getAlbrechtWindStormModelTrees() - Method in class lerfob.windstormdamagemodels.awsmodel.AWSStandImpl
-
- getAllMathildeClimatePlots() - Method in interface lerfob.predictor.mathilde.climate.MathildeClimatePlot
-
This method returns all the plots of the sample so that it is possible
to generate the blups with respect to the reference stands in the
MathildeClimatePredictor class.
- getAllocatedMemoryJVM() - Method in class repicea.console.TriggerSettings
-
- getAmountMap() - Method in class repicea.simulation.processsystem.ProcessUnit
-
This method returns the quantities contained in this process unit.
- getAngleBetweenObservations() - Method in class repicea.stats.data.GenericHierarchicalSpatialDataStructure
-
- getAngleBetweenObservations() - Method in interface repicea.stats.data.HierarchicalSpatialDataStructure
-
This method returns the angle map between the observations.
- getAnglesBetweenObservations(int, int) - Method in class repicea.stats.data.GenericHierarchicalSpatialDataStructure
-
- getApplicationScale() - Method in interface repicea.simulation.ApplicationScaleProvider
-
This method returns the scale at which the model applies.
- getArchitecture() - Method in class repicea.console.TriggerSettings
-
- getAreaHa() - Method in interface repicea.simulation.covariateproviders.plotlevel.AreaHaProvider
-
This method returns the plot area in ha.
- getAvailableExportOptions() - Method in class lerfob.carbonbalancetool.io.CATExportTool
-
- getAvailableExportOptions() - Method in class repicea.io.tools.ExportTool
-
Deprecated.
- getAvailableExportOptions() - Method in class repicea.io.tools.REpiceaExportTool
-
- getAvailableTreeLoggerParameters() - Method in class lerfob.carbonbalancetool.productionlines.ProductionProcessorManager
-
- getAverageChangeOverThisPeriod(int, int, int, REpiceaClimateVariableMap.ClimateVariable) - Method in class repicea.simulation.climate.REpiceaClimateChangeTrend
-
Return the average change over a particular time interval with respect to a reference date.
- getAverageDryBiomassByTree(double, double) - Static method in class lerfob.carbonbalancetool.pythonaccess.PythonAccessPoint
-
- getAverageIntake() - Method in class lerfob.carbonbalancetool.productionlines.ProductionLineProcessor
-
Deprecated.
- getAverageLifetime(MonteCarloSimulationCompliantObject) - Method in class lerfob.carbonbalancetool.productionlines.CarbonUnitFeature
-
- getAverageSubstitution() - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnitFeature
-
Deprecated.
- getAverageYield() - Method in class lerfob.carbonbalancetool.productionlines.ProductionLineProcessor
-
Deprecated.
- getAWSStandVariable(Enum) - Method in interface lerfob.windstormdamagemodels.awsmodel.AWSStand
-
- getAWSStandVariable(Enum) - Method in class lerfob.windstormdamagemodels.awsmodel.AWSStandImpl
-
- getAWSTreatmentVariable(AWSTreatment.TreatmentVariable) - Method in class lerfob.windstormdamagemodels.awsmodel.AWSStandImpl
-
- getAWSTreatmentVariable(AWSTreatment.TreatmentVariable) - Method in interface lerfob.windstormdamagemodels.awsmodel.AWSTreatment
-
- getAWSTreeVariable(Enum) - Method in interface lerfob.windstormdamagemodels.awsmodel.AWSTree
-
- getAWSTreeVariable(Enum) - Method in class lerfob.windstormdamagemodels.awsmodel.AWSTreeImpl
-
- getBarkProportionOfWoodVolume() - Method in interface lerfob.carbonbalancetool.CATCompatibleTree
-
- getBarkProportionOfWoodVolume() - Method in enum lerfob.carbonbalancetool.CATSettings.CATSpecies
-
- getBarkProportionOfWoodVolume() - Method in interface repicea.simulation.covariateproviders.treelevel.BarkProportionProvider
-
Returns the bark proportion with respect to the wood volume.
- getBarkProportionOfWoodVolume() - Method in enum repicea.simulation.species.REpiceaSpecies.Species
-
- getBarkVolumeM3() - Method in class repicea.simulation.treelogger.WoodPiece
-
This method returns the volume (m3) of this wood piece without any expansion factor.
- getBasalAreaLargerThanSubjectM2Ha(MathildeTreeSpeciesProvider.MathildeTreeSpecies) - Method in interface lerfob.predictor.mathilde.MathildeTree
-
This method returns the basal area of all the trees of the species with dbh larger than this tree instance.
- getBasalAreaLargerThanSubjectM2Ha() - Method in interface repicea.simulation.covariateproviders.treelevel.BasalAreaLargerThanSubjectM2Provider
-
This method returns the basal area of all the trees with dbh larger than this tree instance.
- getBasalAreaM2() - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018TreeImpl
-
- getBasalAreaM2(Collection<? extends LightAllometryCalculableTree>) - Method in class repicea.simulation.allometrycalculator.AllometryCalculator
-
This method computes the basal area of a collection of trees.
- getBasalAreaM2Ha() - Method in class lerfob.predictor.thinners.frenchnfithinner2018.FrenchNFIThinnerPlotImpl
-
- getBasalAreaM2Ha() - Method in class lerfob.windstormdamagemodels.awsmodel.AWSStandImpl
-
- getBasalAreaM2Ha() - Method in interface repicea.simulation.covariateproviders.plotlevel.BasalAreaM2HaProvider
-
This method returns the basal area of the stand in m2/ha.
- getBasalAreaM2HaMinusThisSubject(HDRelationshipTree) - Method in interface lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2014.FrenchHDRelationship2014Stand
-
This method returns the basal area per hectare minus the basal area of the tree.
- getBasalAreaM2HaMinusThisSubject(HDRelationshipTree) - Method in interface lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018Plot
-
This method returns the basal area per hectare minus the basal area of the tree.
- getBasalAreaM2HaMinusThisSubject(HDRelationshipTree) - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018PlotImpl
-
- getBasalAreaM2HaOfThisSpecies(MathildeTreeSpeciesProvider.MathildeTreeSpecies) - Method in interface lerfob.predictor.mathilde.recruitment.MathildeRecruitmentStand
-
This method returns the basal area of a particular species in the stand.
- getBasalAreaM2HaOtherTrees() - Method in interface lerfob.predictor.dopalep.DopalepTree
-
This method returns the basal area of the other trees.
- getBasicDensity() - Method in enum lerfob.carbonbalancetool.CATBasicWoodDensityProvider.AverageBasicDensity
-
Deprecated.
- getBasicWoodDensity() - Method in interface lerfob.carbonbalancetool.CATBasicWoodDensityProvider
-
This method returns the basic wood density calculated as
the oven dry weight / green volume (e.g.
- getBasicWoodDensity() - Method in enum lerfob.carbonbalancetool.CATSettings.CATSpecies
-
- getBasicWoodDensity() - Method in interface repicea.simulation.covariateproviders.treelevel.BasicWoodDensityProvider
-
This method returns the basic wood density calculated as
the oven dry weight / green volume (e.g.
- getBasicWoodDensity() - Method in enum repicea.simulation.species.REpiceaSpecies.Species
-
- getBasicWoodDensityFromThisTree(CATCompatibleTree, MonteCarloSimulationCompliantObject) - Method in class lerfob.carbonbalancetool.biomassparameters.BiomassParameters
-
This method returns the basic density factor for this tree.
- getBelowGroundBiomassMg(Collection<CATCompatibleTree>, MonteCarloSimulationCompliantObject) - Method in class lerfob.carbonbalancetool.biomassparameters.BiomassParameters
-
- getBelowGroundBiomassMg() - Method in interface lerfob.carbonbalancetool.CATBelowGroundBiomassProvider
-
This method returns the dry belowground biomass (Mg), INCLUDING bark and WITHOUT expansion factor.
- getBelowGroundCarbonMg(Collection<CATCompatibleTree>, MonteCarloSimulationCompliantObject) - Method in class lerfob.carbonbalancetool.biomassparameters.BiomassParameters
-
- getBelowGroundCarbonMg() - Method in interface lerfob.carbonbalancetool.CATBelowGroundCarbonProvider
-
This method returns the belowground carbon (Mg), INCLUDING bark and WITHOUT expansion factor.
- getBelowGroundVolumeM3(CATCompatibleTree, MonteCarloSimulationCompliantObject) - Method in class lerfob.carbonbalancetool.biomassparameters.BiomassParameters
-
This method returns the belowground volume of a particular instance, INCLUDING bark and
- getBelowGroundVolumeM3(Collection<CATCompatibleTree>, MonteCarloSimulationCompliantObject) - Method in class lerfob.carbonbalancetool.biomassparameters.BiomassParameters
-
- getBelowGroundVolumeM3() - Method in interface lerfob.carbonbalancetool.CATBelowGroundVolumeProvider
-
This method returns the belowground volume (m3), INCLUDING bark and WITHOUT expansion factor.
- getBeta() - Method in class repicea.math.AbstractMathematicalFunction
-
This method returns the vector of parameters.
- getBeta() - Method in class repicea.math.AbstractMathematicalFunctionWrapper
-
- getBeta() - Method in class repicea.stats.model.CompositeLogLikelihood
-
- getBeta() - Method in class repicea.stats.model.glm.copula.CopulaExpression
-
- getBinPath(Class) - Static method in class repicea.util.ObjectUtility
-
This method returns the path of a particular class.
- getBiomassMgAtCreationDate() - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnit
-
This method returns the dry biomass of the product as it was created.
- getBiomassOfFunctionalUnitMg() - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnitFeature
-
- getBivariateCumulativeProbability(double, double, double) - Static method in class repicea.stats.distributions.utility.GaussianUtility
-
This method returns the cumulative probability probability of a bivariate standard normal
distribution for quantiles x1 and x2.
- getBivariateCumulativeProbability(double, double, boolean, boolean, double) - Static method in class repicea.stats.distributions.utility.GaussianUtility
-
This method returns the cumulative probability or complementary probability of a bivariate standard normal
distribution for quantiles x1 and x2.
- getBlockConfiguration() - Method in class repicea.math.Matrix
-
This method returns a list of indices that defines the blocks in the matrix.
- getBlocksOfThisLevel(String) - Method in class repicea.stats.data.DataBlock
-
This method returns the list of block corresponding to a particular hierarchical
level.
- getBlups(FrenchHDRelationship2014Stand, FrenchHDRelationship2014Tree) - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2014.FrenchHDRelationship2014Predictor
-
For testing purpose only
- getBlups(FrenchHDRelationship2018Plot, FrenchHDRelationship2018Tree) - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018Predictor
-
For testing purpose only
- getBlupsForThisSubject(FrenchHDRelationship2014Stand) - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2014.FrenchHDRelationship2014InternalPredictor
-
- getBlupsForThisSubject(FrenchHDRelationship2018Plot) - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018InternalPredictor
-
- getBlupsForThisSubject(Stand) - Method in interface lerfob.predictor.hdrelationships.FrenchHeightPredictor
-
Returns the estimated blups for the plot.
- getBlupsForThisSubject(MonteCarloSimulationCompliantObject) - Method in class lerfob.predictor.mathilde.climate.formerversion.MathildeClimatePredictor
-
Deprecated.
- getBlupsForThisSubject(MonteCarloSimulationCompliantObject) - Method in class lerfob.predictor.mathilde.climate.MathildeClimatePredictor
-
- getBlupsForThisSubject(MonteCarloSimulationCompliantObject) - Method in class lerfob.predictor.mathilde.MathildeSubModule
-
- getBlupsForThisSubject(MonteCarloSimulationCompliantObject) - Method in class repicea.simulation.REpiceaPredictor
-
This method returns the blups for the subject or nothing if there is no blups for this subject
- getBottomHeight() - Method in class repicea.simulation.stemtaper.StemTaperSegment
-
This method returns the height (m) of the lower cross section.
- getBoundValue() - Method in class repicea.stats.distributions.BasicBound
-
- getBudgetMap() - Method in class lerfob.carbonbalancetool.CATSimulationDifference
-
- getBudgetMap() - Method in interface lerfob.carbonbalancetool.CATSimulationResult
-
This method returns the "rotation-averaged" carbon stocks in each compartment.
- getBufferedImage() - Method in class lerfob.carbonbalancetool.CATFrame
-
- getBufferedImage() - Method in class repicea.gui.REpiceaDialog
-
This method reads the image that serves as icon for the frame.
- getBufferedImage() - Method in class repicea.gui.REpiceaFrame
-
This method reads the image that serves as icon for the frame.
- getBuild() - Method in class repicea.app.AbstractAppVersion
-
This method returns the build.
- getCalculatedCarbonArray() - Method in class lerfob.carbonbalancetool.CATCompartment
-
- getCaller() - Method in class lerfob.carbonbalancetool.biomassparameters.BiomassParametersDialog
-
- getCaller() - Method in class lerfob.carbonbalancetool.productionlines.CarbonUnitFeaturePanel
-
- getCaller() - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnitFeaturePanel
-
- getCaller() - Method in class lerfob.carbonbalancetool.productionlines.EnhancedProcessorInternalDialog
-
- getCaller() - Method in class lerfob.carbonbalancetool.productionlines.LandfillCarbonUnitFeaturePanel
-
- getCaller() - Method in class lerfob.carbonbalancetool.productionlines.ProductionProcessorManagerDialog
-
- getCaller() - Method in class repicea.gui.components.REpiceaMatchSelectorDialog
-
- getCaller() - Method in class repicea.io.tools.ExportToolDialog
-
Deprecated.
- getCaller() - Method in class repicea.io.tools.REpiceaExportToolDialog
-
- getCaller() - Method in class repicea.simulation.processsystem.ProcessorInternalDialog
-
- getCaller() - Method in class repicea.simulation.processsystem.SystemManagerDialog
-
This method returns the SystemManager instance behind this dialog.
- getCarbonCompartmentManager() - Method in class lerfob.carbonbalancetool.CarbonAccountingTool
-
- getCarbonContentFromThisTree(CATCompatibleTree, MonteCarloSimulationCompliantObject) - Method in class lerfob.carbonbalancetool.biomassparameters.BiomassParameters
-
This method returns the carbon content ratio for this tree, INCLUDING bark.
- getCarbonContentRatio() - Method in interface lerfob.carbonbalancetool.CATCarbonContentRatioProvider
-
This method returns the ratio tons of carbon - tons of dry biomass.
- getCarbonEmissionPerM3() - Method in class lerfob.carbonbalancetool.productionlines.LifeCycleAnalysis
-
Deprecated.
- getCarbonEvolution(double) - Method in class lerfob.carbonbalancetool.CATCompartment
-
This method return a Matrix with the carbon stock per ha.
- getCarbonToolSettings() - Method in class lerfob.carbonbalancetool.CarbonAccountingTool
-
This method returns the settings of the carbon accounting tool.
- getCarbonToolSettings() - Method in class lerfob.carbonbalancetool.CATCompartmentManager
-
- getCarbonToolSettings() - Method in class lerfob.carbonbalancetool.pythonaccess.PythonAccessPoint
-
- getCarbonUnitFeature() - Method in class lerfob.carbonbalancetool.productionlines.CarbonUnit
-
- getCarbonUnitFeature() - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnit
-
- getCarbonUnitFeature() - Method in class lerfob.carbonbalancetool.productionlines.LandfillCarbonUnit
-
- getCarbonUnitMap() - Method in class lerfob.carbonbalancetool.productionlines.ProductionProcessorManager
-
- getCarbonUnits(CarbonUnit.CarbonUnitStatus) - Method in class lerfob.carbonbalancetool.productionlines.ProductionLineManager
-
Deprecated.
This method returns the CarbonUnitList instance that match the type of carbon.
- getCarbonUnits(CarbonUnit.CarbonUnitStatus) - Method in class lerfob.carbonbalancetool.productionlines.ProductionProcessorManager
-
This method returns the CarbonUnitList instance that match the type of carbon.
- getCarbonUnitsArray() - Method in class lerfob.carbonbalancetool.CATCompartment
-
- getCATSpecies() - Method in interface lerfob.carbonbalancetool.CATCompatibleTree
-
This method returns the species of the tree.
- getCATSpecies() - Method in class lerfob.carbonbalancetool.io.CATSpeciesSelectionDialog
-
- getCATSpeciesFromThisString(String) - Static method in enum lerfob.carbonbalancetool.CATSettings.CATSpecies
-
This method returns the CATSpecies defined by the speciesName parameter.
- getCdfValue() - Method in class repicea.stats.distributions.TruncatedGaussianDistribution.Bound
-
- getCH4Factor() - Method in class lerfob.carbonbalancetool.CATSettings.GWP
-
This method returns the CO2 eq of the CH4 gas
- getChangeFromTo(int, int, REpiceaClimateVariableMap.ClimateVariable) - Method in class repicea.simulation.climate.REpiceaClimateChangeTrend
-
Provides the change in the variable between the start and the end dates.
- getCharactersetName() - Method in class repicea.io.javadbf.DBFReader
-
- getCharactersetName() - Method in class repicea.io.javadbf.DBFWriter
-
- getClassName(String) - Static method in class repicea.serial.xml.XmlMarshallingUtilities
-
This method returns the new class name if it has been changed.
- getClassPathURLs() - Static method in class repicea.lang.REpiceaSystem
-
Provides the different URLs in the class path.
- getClientThreads() - Method in class repicea.net.server.AbstractServer
-
This method returns the vector of client threads.
- getClimateTrendForThisStand(MonteCarloSimulationCompliantObject) - Method in class lerfob.predictor.mathilde.climate.formerversion.MathildeClimatePredictor
-
Deprecated.
- getClimateTrendForThisStand(MonteCarloSimulationCompliantObject) - Method in class lerfob.predictor.mathilde.climate.MathildeClimatePredictor
-
- getClimateTrendForThisStand(MonteCarloSimulationCompliantObject) - Method in interface repicea.simulation.climate.REpiceaClimateChangeGenerator
-
Returns Map of the annual changes for the different climate variable for a MonteCarloSimulationCompliantObject
instance, typically a plot.
- getClimateVariables(GeographicalCoordinatesProvider) - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018ClimateGenerator
-
- getClimateVariables(MathildeClimatePlot) - Method in class lerfob.predictor.mathilde.climate.formerversion.MathildeClimatePredictor
-
Deprecated.
- getClimateVariables(MathildeClimatePlot) - Method in class lerfob.predictor.mathilde.climate.MathildeClimatePredictor
-
- getClimateVariables(P) - Method in interface repicea.simulation.climate.REpiceaClimateGenerator
-
Returns a map of climate variables depending on the geographical coordinates of the plot.
- getCode() - Method in enum lerfob.simulation.covariateproviders.plotlevel.FrenchDepartmentProvider.FrenchDepartment
-
This method returns the code of the department.
- getCode() - Method in enum repicea.util.REpiceaTranslator.Language
-
This method returns the two-character code associated with the Language instance.
- getCOFactor() - Method in class lerfob.carbonbalancetool.CATSettings.GWP
-
This method returns the CO2 eq of the CO gas
- getCofactor(int, int) - Method in class repicea.math.Matrix
-
This method returns the cofactor of this matrix with respect to the element i,j.
- getColor() - Method in enum lerfob.carbonbalancetool.CATCompartment.CompartmentInfo
-
This method returns the color of the compartment for rendering.
- getColor(Comparable, Comparable) - Method in class lerfob.carbonbalancetool.gui.AsymmetricalCategoryDataset
-
- getColumnClass(int) - Method in class repicea.gui.components.REpiceaTableModel
-
- getColumnCount() - Method in class lerfob.carbonbalancetool.gui.AsymmetricalCategoryDataset
-
- getColumnIndex(Comparable) - Method in class lerfob.carbonbalancetool.gui.AsymmetricalCategoryDataset
-
- getColumnKey(int) - Method in class lerfob.carbonbalancetool.gui.AsymmetricalCategoryDataset
-
- getColumnKeys() - Method in class lerfob.carbonbalancetool.gui.AsymmetricalCategoryDataset
-
- getCombinations(int, int) - Static method in class repicea.stats.StatisticalUtility
-
This method returns the number of combinations.
- getComboBox() - Method in class repicea.gui.components.REpiceaComboBoxOpenButton
-
This method returns the JComboBox instance for adding listeners or other eventual changes.
- getCombustionEmissionFactorsInCO2Eq() - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnitFeature
-
Returns the combustion emission factors in CO2 eq.
- getCombustionEmissionsArrayCO2Eq() - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnit
-
This method returns the emissions through out the lifetime of the end use wood product.
- getCombustionProcess() - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnitFeature
-
- getCommercialBiomassMg(Collection<CATCompatibleTree>, MonteCarloSimulationCompliantObject) - Method in class lerfob.carbonbalancetool.biomassparameters.BiomassParameters
-
- getCommercialCarbonMg(Collection<CATCompatibleTree>, MonteCarloSimulationCompliantObject) - Method in class lerfob.carbonbalancetool.biomassparameters.BiomassParameters
-
- getCommercialVolumeM3(Collection<CATCompatibleTree>) - Method in class lerfob.carbonbalancetool.biomassparameters.BiomassParameters
-
- getCommercialVolumeM3(Collection<? extends AllometryCalculableTree>) - Method in class repicea.simulation.allometrycalculator.AllometryCalculator
-
This method computes the commercial volume for a collection of commercial trees.
- getCommercialVolumeM3() - Method in interface repicea.simulation.covariateproviders.treelevel.CommercialVolumeM3Provider
-
This method calculates the commercial volume, that is the volume from
the stump up to a small-end diameter that defines the commercial limit.
- getCompartmentID() - Method in class lerfob.carbonbalancetool.CATCompartment
-
- getCompartmentManager() - Method in class lerfob.carbonbalancetool.CATCompartment
-
- getCompartments() - Method in class lerfob.carbonbalancetool.CATCompartmentManager
-
- getCompartmentToBeShown() - Method in class lerfob.carbonbalancetool.CATOptionPanel
-
This method iterates on the Setting map to find the compartment
that are requested by the used
- getCompatibleTreeLoggers(TreeLoggerCompatibilityCheck) - Method in class repicea.simulation.treelogger.TreeLoggerManager
-
This method returns the TreeLoggerDescription instances that are compatible with
the reference object.
- getCompleteLogLikelihood() - Method in class repicea.stats.model.AbstractStatisticalModel
-
- getCompleteLogLikelihood() - Method in interface repicea.stats.model.StatisticalModel
-
This method returns the model log-likelihood function.
- getCompleteName() - Method in interface repicea.util.FullNameEnum
-
This method returns the complete name of the enum variable, i.e.
- getConfidenceIntervalBounds(double) - Method in class repicea.stats.estimates.BootstrapHybridPointEstimate
-
- getConfidenceIntervalBounds(double) - Method in class repicea.stats.estimates.Estimate
-
This method returns the probability of getting a lower valueand upper bound of a confidence intervals at probability
level 1 - alpha
- getConfidenceIntervalBounds(double) - Method in class repicea.stats.estimates.GaussianErrorTermEstimate
-
- getConfidenceIntervalBounds(double) - Method in class repicea.stats.estimates.GaussianEstimate
-
- getConfidenceIntervalBounds(double) - Method in class repicea.stats.estimates.JackknifeEstimate
-
- getConfidenceIntervalBounds(double) - Method in class repicea.stats.estimates.MonteCarloEstimate
-
- getConfidenceIntervalBounds(double) - Method in class repicea.stats.estimates.PointEstimate
-
- getConfidenceIntervalBounds(double) - Method in class repicea.stats.estimates.SimpleEstimate
-
- getConfidenceIntervalBounds(double) - Method in class repicea.stats.estimates.TruncatedGaussianEstimate
-
- getConfidenceIntervalBounds(double) - Method in class repicea.stats.estimates.UniformEstimate
-
- getConfidenceIntervalBounds(double) - Method in class repicea.stats.estimates.VarianceEstimate
-
- getConfiguration() - Method in class repicea.net.server.AbstractServer
-
- getContent() - Method in class lerfob.carbonbalancetool.AbstractDesigner
-
Deprecated.
This method returns a Collection of UserInterfaceableObject instances that are to be set in the different tabs of the dialog.
- getContent() - Method in class lerfob.carbonbalancetool.productionlines.ProductionLineManager
-
Deprecated.
- getContent() - Method in class lerfob.carbonbalancetool.woodpiecedispatcher.WoodPieceDispatcher
-
Deprecated.
- getControlPanel() - Method in class repicea.gui.components.REpiceaMatchSelectorDialog
-
- getControlPanel() - Method in class repicea.simulation.treelogger.TreeLoggerParametersDialog
-
- getConvergenceCriterion() - Method in class repicea.math.optimizer.AbstractOptimizer
-
- getConvergenceCriterion() - Method in class repicea.stats.model.AbstractStatisticalModel
-
- getConvergenceCriterion() - Method in interface repicea.stats.model.StatisticalModel
-
This method returns the value of the convergence criterion.
- getCopula() - Method in class repicea.stats.model.glm.copula.FGMCopulaGLModel
-
- getCreationDate() - Method in class lerfob.carbonbalancetool.productionlines.CarbonUnit
-
This method returns the creation date of the product
- getCrossSectionDiameterCm(double, boolean) - Method in interface repicea.simulation.covariateproviders.treelevel.CrossSectionDiameterProvider
-
This method returns the diameter (cm) for a given cross section along the bole.
- getCrossSectionHeights() - Method in class repicea.simulation.stemtaper.AbstractStemTaperEstimate
-
This method returns the heights of the cross sections for which the square diameters were predicted.
- getCrownBaseHeightM() - Method in interface repicea.simulation.covariateproviders.treelevel.CrownBaseHeightProvider
-
This method returns the crown base height of the tree object.
- getCrownLengthM() - Method in interface repicea.simulation.covariateproviders.treelevel.CrownLengthMProvider
-
This method returns the crown length (m).
- getCrownRadiusM() - Method in interface repicea.simulation.covariateproviders.treelevel.CrownRadiusMProvider
-
This method returns the crown radius (m).
- getCruiseLineForThisSubject(String, MonteCarloSimulationCompliantObject) - Method in class repicea.simulation.REpiceaPredictor
-
This method checks if a cruise line exists for this plot
- getCruiseLineID() - Method in interface repicea.simulation.covariateproviders.plotlevel.CruiseLineProvider
-
This method returns the cruise line ID.
- getCumulativeProbability(double) - Static method in class repicea.stats.distributions.utility.GaussianUtility
-
This method returns the cumulative probability probability of a standard normal
distribution for quantile x.
- getCumulativeProbability(double, boolean) - Static method in class repicea.stats.distributions.utility.GaussianUtility
-
This method returns the cumulative probability or the complementary probability of a standard normal
distribution for quantile x.
- getCurrentBiomassParameters() - Method in class lerfob.carbonbalancetool.CATSettings
-
This method returns the currently selected BiomassParameters instance.
- getCurrentCarbonArray() - Method in class lerfob.carbonbalancetool.productionlines.CarbonUnit
-
This method returns an array that contains the current carbon (tC) or null if the carbon unit has not been actualized.
- getCurrentCarbonSubstitution(CATCompartmentManager) - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnit
-
This method returns an array that contains the substitution for specific lost volumes.
- getCurrentLanguage() - Static method in class repicea.util.REpiceaTranslator
-
This method returns the current language of the UIControlManager.
- getCurrentLogCategoryNames() - Method in class lerfob.carbonbalancetool.woodpiecedispatcher.WoodPieceDispatcher
-
Deprecated.
- getCurrentProductionProcessorManager() - Method in class lerfob.carbonbalancetool.CATSettings
-
This method returns the currently selected ProductionProcessorManager instance.
- getCurrentStatusMap() - Method in class repicea.net.server.ClientThread
-
- getCurrentZoom() - Method in class repicea.simulation.processsystem.SystemLayout
-
- getCustomizableBiomassParameters() - Method in class lerfob.carbonbalancetool.CATSettings
-
This method returns the customizable biomass parameters manager.
- getCustomizableProductionProcessorManager() - Method in class lerfob.carbonbalancetool.CATSettings
-
This method returns the customizable production manager.
- getCutPoint(AWSModelCore.SubModelID) - Method in class lerfob.windstormdamagemodels.awsmodel.AWSModelCore
-
- getDamagedTreesOfThisStand(AWSStand, AWSTreatment) - Method in class lerfob.windstormdamagemodels.awsmodel.AlbrechtWindStormModel
-
This method returns a collection of damaged trees.
- getData() - Method in class repicea.stats.sampling.PopulationUnit
-
This method returns the response that was observed in
this unit of the population.
- getDataSet() - Method in class repicea.stats.data.GenericStatisticalDataStructure
-
- getDataSet() - Method in interface repicea.stats.data.StatisticalDataStructure
-
This method returns the DataSet instance behind the StatisticalDataStructure.
- getDataStructure() - Method in class repicea.stats.model.AbstractStatisticalModel
-
- getDataStructure() - Method in class repicea.stats.model.glm.copula.FGMCopulaGLModel
-
- getDataStructure() - Method in interface repicea.stats.model.StatisticalModel
-
This method returns the data structure.
- getDataStructureFromDataSet(DataSet) - Method in class repicea.stats.model.AbstractStatisticalModel
-
This method returns the appropriate StatisticalDataStructure from the dataSet.
- getDataStructureFromDataSet(DataSet) - Method in class repicea.stats.model.glm.copula.FGMCopulaGLModel
-
- getDataStructureFromDataSet(DataSet) - Method in class repicea.stats.model.glm.GeneralizedLinearModel
-
- getDataStructureFromDataSet(DataSet) - Method in class repicea.stats.model.lm.LinearModel
-
- getDataType() - Method in class repicea.io.javadbf.DBFField
-
Returns the data type of the field.
- getDateIndexForThisTree(CATCompatibleTree) - Method in class lerfob.carbonbalancetool.CATCompartmentManager
-
- getDateYr() - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018PlotImpl
-
- getDateYr() - Method in interface repicea.simulation.covariateproviders.plotlevel.DateYrProvider
-
This method returns the current date in years.
- getDbhCm() - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018TreeImpl
-
- getDbhCm() - Method in class lerfob.predictor.volume.frenchcommercialvolume2014.FrenchCommercialVolume2014TreeImpl
-
- getDbhCm() - Method in class lerfob.predictor.volume.frenchcommercialvolume2020.FrenchCommercialVolume2020TreeImpl
-
- getDbhCm() - Method in class lerfob.windstormdamagemodels.awsmodel.AWSTreeImpl
-
- getDbhCm() - Method in interface repicea.simulation.covariateproviders.treelevel.DbhCmProvider
-
This method returns the diameter at breast height of the tree.
- getDbhCmStandardDeviation() - Method in interface repicea.simulation.covariateproviders.treelevel.DbhCmStandardDeviationProvider
-
This method returns the standard deviation of the DBH (cm)
- getDecayFunction() - Method in class lerfob.carbonbalancetool.CATSettings
-
- getDecayFunction() - Method in class lerfob.carbonbalancetool.productionlines.ProductionProcessorManager
-
- getDecimalCount() - Method in class repicea.io.javadbf.DBFField
-
Returns the decimal part.
- getDecimalNb() - Method in class repicea.io.GExportFieldDetails
-
- getDeepClone() - Method in class repicea.math.Matrix
-
- getDeepClone() - Method in interface repicea.util.DeepCloneable
-
This method returns a deep clone of the object.
- getDefaultIcon() - Method in class lerfob.carbonbalancetool.productionlines.ProductionProcessorToolPanel.CreateEndOfLifeLinkButton
-
- getDefaultIcon() - Method in class repicea.simulation.processsystem.DnDCompatibleButton
-
- getDefaultIcon() - Method in class repicea.simulation.processsystem.ProcessorButton
-
- getDefaultIcon() - Method in class repicea.simulation.processsystem.SelectableJButton
-
- getDefaultIcon() - Method in class repicea.simulation.processsystem.ToolPanel.CreateLinkButton
-
- getDefaultIcon() - Method in class repicea.simulation.processsystem.ToolPanel.CreateProcessorButton
-
- getDefaultIcon() - Method in class repicea.simulation.processsystem.ToolPanel.MoveProcessorButton
-
- getDefaultRandomEffects(HierarchicalLevel) - Method in class lerfob.predictor.mathilde.MathildeSubModule
-
- getDefaultRandomEffects() - Method in class repicea.simulation.REpiceaPredictor
-
- getDefaultRandomEffects(HierarchicalLevel) - Method in class repicea.simulation.REpiceaPredictor
-
- getDefaultResidualError(Enum<?>) - Method in class lerfob.predictor.mathilde.MathildeSubModule
-
- getDefaultResidualError(Enum<?>) - Method in class repicea.simulation.REpiceaPredictor
-
- getDefaultSpecies() - Method in class lerfob.carbonbalancetool.catdiameterbasedtreelogger.CATDiameterBasedTreeLoggerParameters
-
- getDefaultSpecies() - Method in class lerfob.treelogger.diameterbasedtreelogger.DiameterBasedTreeLoggerParameters
-
- getDefaultSpecies() - Method in class lerfob.treelogger.europeanbeech.EuropeanBeechBasicTreeLoggerParameters
-
- getDefaultSpecies() - Method in class lerfob.treelogger.maritimepine.MaritimePineBasicTreeLoggerParameters
-
- getDefaultSpecies() - Method in class repicea.simulation.treelogger.TreeLoggerParameters
-
This method can be override in order to specify a default species.
- getDefaultValues(AWSTree.AWSTreeSpecies) - Method in class lerfob.windstormdamagemodels.awsmodel.AWSReferenceTables
-
This method returns a set of default values for a particular species.
- getDegradableOrganicCarbonFraction() - Method in class lerfob.carbonbalancetool.productionlines.LandfillCarbonUnitFeature
-
- getDegreesOfFreedom() - Method in class repicea.stats.distributions.ChiSquaredDistribution
-
This method returns the degrees of freedom.
- getDepartment(String) - Static method in enum lerfob.simulation.covariateproviders.plotlevel.FrenchDepartmentProvider.FrenchDepartment
-
This method retrieves the department enum variable given the code (typically "01" for AIN).
- getDescription() - Method in class repicea.io.GFileFilter
-
- getDescription() - Method in class repicea.simulation.treelogger.TreeLoggerParameters.TreeLoggerParametersFileFilter
-
- getDeterminant() - Method in class repicea.math.Matrix
-
This method returns the determinant of this matrix using Laplace's method for small matrices and LU decomposition
for larger matrices.
- getDifferenceEstimate(Estimate<?>) - Method in class repicea.stats.estimates.BootstrapHybridPointEstimate
-
- getDifferenceEstimate(Estimate<?>) - Method in class repicea.stats.estimates.Estimate
-
This method returns an difference estimate.
- getDifferenceEstimate(Estimate<?>) - Method in class repicea.stats.estimates.MonteCarloEstimate
-
- getDimensionRelativeToScreen(double, double) - Static method in class repicea.gui.UIControlManager
-
This method returns a Dimension instance whose width and height are the specified fraction of the screen dimension.
- getDimensions(Object[]) - Static method in class repicea.lang.reflect.ReflectUtility
-
This method returns the dimensions of an array.
- getDisposableProportion() - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnitFeature
-
Deprecated.
- getDistanceBetweenObservations(int, int) - Method in class repicea.stats.data.GenericHierarchicalSpatialDataStructure
-
This method computes the Euclidian distance between two observations regardless of the dimensions.
- getDistanceIndex() - Method in class repicea.stats.distributions.GaussianErrorTermList
-
- getDistancesBetweenObservations() - Method in class repicea.stats.data.GenericHierarchicalSpatialDataStructure
-
- getDistancesBetweenObservations() - Method in interface repicea.stats.data.HierarchicalSpatialDataStructure
-
This method returns the distance map between the observations.
- getDistribution() - Method in class repicea.stats.RandomVariable
-
This method returns the assumed distribution for the random variable.
- getDisturbanceType() - Method in interface repicea.simulation.disturbances.DisturbanceTypeProvider
-
Returns the type of disturbance
- getDominantDiameterCm() - Method in class lerfob.windstormdamagemodels.awsmodel.AWSStandImpl
-
- getDominantDiameterCM(Collection<? extends AllometryCalculableTree>, double, boolean) - Method in class repicea.simulation.allometrycalculator.AllometryCalculator
-
This method returns the dominant diameter for the trees contained in the trees collection.
- getDominantDiameterCm() - Method in interface repicea.simulation.covariateproviders.plotlevel.DominantDiameterCmProvider
-
This method returns the stand dominant diameter (cm)
- getDominantHeightM() - Method in class lerfob.windstormdamagemodels.awsmodel.AWSStandImpl
-
- getDominantHeightM(Collection<? extends AllometryCalculableTree>, double, boolean) - Method in class repicea.simulation.allometrycalculator.AllometryCalculator
-
This method returns the dominant height for the trees contained in the trees collection.
- getDominantHeightM() - Method in interface repicea.simulation.covariateproviders.plotlevel.DominantHeightMProvider
-
This method returns the stand dominant height (m)
- getDominantHeightOrDiameter(Collection<AWSTree>, double, boolean) - Static method in class lerfob.windstormdamagemodels.awsmodel.CommonUtility
-
This static method returns either the dominant height or the dominant diameter
- getDominantSpecies() - Method in class lerfob.windstormdamagemodels.awsmodel.AWSStandImpl
-
- getDrainageDummy() - Method in enum repicea.simulation.covariateproviders.plotlevel.DrainageGroupProvider.DrainageGroup
-
- getDrainageGroup() - Method in interface repicea.simulation.covariateproviders.plotlevel.DrainageGroupProvider
-
This method returns the drainage group: xeric, mesic, subhydric or hydric.
- getDummy() - Method in enum lerfob.predictor.volume.frenchcommercialvolume2014.FrenchCommercialVolume2014Tree.FrenchCommercialVolume2014TreeSpecies
-
- getDummyMatrix(List, int) - Method in class repicea.stats.data.DataSet
-
- getEcologicalType() - Method in interface repicea.simulation.covariateproviders.plotlevel.EcologicalTypeProvider
-
This method returns the ecological type code (4 characters) as defined by the Quebec Ministry of
Natural Resources and Wildlife
- getEcoRegion() - Method in interface repicea.simulation.covariateproviders.plotlevel.EcologicalRegionProvider
-
This method returns the ecological region type (2 characters) as defined by the Quebec Ministry of
Natural Resouces and Wildlife
- getElements(List<Integer>) - Method in class repicea.math.Matrix
-
This method returns the elements defined by the List indices in a row vector.
- getElevationM() - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018PlotImpl
-
- getElevationM() - Method in interface repicea.simulation.covariateproviders.plotlevel.ElevationMProvider
-
This method returns the elevation above sea level (m).
- getEligible(LoggableTree) - Method in class lerfob.carbonbalancetool.catdiameterbasedtreelogger.CATDiameterBasedTreeLogger
-
- getEligible(LoggableTree) - Method in class lerfob.treelogger.basictreelogger.BasicTreeLogger
-
- getEligible(LoggableTree) - Method in class lerfob.treelogger.diameterbasedtreelogger.DiameterBasedTreeLogger
-
- getEligible(LoggableTree) - Method in class lerfob.treelogger.douglasfirfcba.DouglasFCBATreeLogger
-
- getEligible(LoggableTree) - Method in class lerfob.treelogger.europeanbeech.EuropeanBeechBasicTreeLogger
-
- getEligible(LoggableTree) - Method in class lerfob.treelogger.maritimepine.MaritimePineBasicTreeLogger
-
- getEligible(LoggableTree) - Method in class lerfob.treelogger.mathilde.MathildeTreeLogger
-
- getEligible(LoggableTree) - Method in class repicea.simulation.treelogger.TreeLogger
-
This method determines whether or not the tree is eligible for this tree logger.
- getEligibleTreesFromACollection(Collection<?>) - Method in class repicea.simulation.treelogger.TreeLogger
-
This method extracts a collection of TreePetroLoggable objects from a collection of LoggableTree instances.
- getEmissionFactorInCO2EqForOneMgOfDryBiomass() - Method in class lerfob.carbonbalancetool.productionlines.combustion.CombustionEmissions
-
This method returns the total emissions in Mg of CO2 eq.
- getEmissionsMgCO2ByFunctionalUnit() - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnitFeature
-
- getEncoding() - Method in class repicea.console.TriggerSettings
-
- getEncodingName() - Method in enum repicea.console.TriggerSettings.Encoding
-
- getEndDateYr() - Method in class repicea.simulation.climate.REpiceaClimateChangeTrend
-
Returns the last end date of the trend.
- getEndProductFeature() - Method in class lerfob.carbonbalancetool.productionlines.AbstractProductionLineProcessor
-
- getEndValue(int, int) - Method in class lerfob.carbonbalancetool.gui.AsymmetricalCategoryDataset
-
- getEndValue(Comparable, Comparable) - Method in class lerfob.carbonbalancetool.gui.AsymmetricalCategoryDataset
-
- getEnumName(String, String) - Static method in class repicea.serial.xml.XmlMarshallingUtilities
-
This method returns the new enum name if it has been changed.
- getErrorForIndexableInstance(GaussianErrorTermList.IndexableErrorTerm) - Method in class repicea.stats.distributions.GaussianErrorTermList
-
- getErrorGroup(Tree) - Method in class repicea.simulation.hdrelationships.HDRelationshipPredictor
-
- getErrorTermIndex() - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018TreeImpl
-
- getErrorTermIndex() - Method in interface repicea.stats.distributions.GaussianErrorTermList.IndexableErrorTerm
-
This method returns the index of the error term.
- getEstimate(Comparable, Comparable) - Method in class lerfob.carbonbalancetool.gui.AsymmetricalCategoryDataset
-
- getEstimator() - Method in class repicea.stats.model.AbstractStatisticalModel
-
- getEstimator() - Method in interface repicea.stats.model.StatisticalModel
-
This method returns the optimizer of the log-likelihood function.
- getEstimatorType() - Method in class repicea.stats.estimates.Estimate
-
This method returns the type of the estimator.
- getEvent() - Method in class repicea.net.RemoteEvent
-
This method returns the embedded EventObject instance.
- getEvolutionMap() - Method in class lerfob.carbonbalancetool.CATSimulationDifference
-
- getEvolutionMap() - Method in interface lerfob.carbonbalancetool.CATSimulationResult
-
This method returns the carbon stock evolution in each compartment.
- getExportOption() - Method in class repicea.io.tools.ExportTool.InternalSwingWorkerForRecordSet
-
Deprecated.
- getExportOption() - Method in class repicea.io.tools.REpiceaExportTool.InternalSwingWorkerForRecordSet
-
- getExtension() - Method in class repicea.io.GFileFilter
-
- getExtension() - Method in class repicea.simulation.treelogger.TreeLoggerParameters.TreeLoggerParametersFileFilter
-
- getExtension() - Method in interface repicea.util.ExtendedFileFilter
-
This method returns the extension of the file.
- getFailureReason() - Method in class repicea.app.AbstractGenericTask
-
- getFailureReason() - Method in interface repicea.app.Executable
-
This method returns the exception that has caused the task to terminate incorrectly.
- getFailureReason() - Method in class repicea.simulation.treelogger.TreeLogger
-
- getFalseZeroProbability(Matrix, MathildeRecruitmentStand, MathildeTreeSpeciesProvider.MathildeTreeSpecies) - Method in class lerfob.predictor.mathilde.recruitment.MathildeRecruitmentNumberPredictor
-
- getFatherAnchor() - Method in class lerfob.carbonbalancetool.productionlines.EndOfLifeLinkLine
-
- getFatherAnchor() - Method in class repicea.simulation.processsystem.AbstractProcessorLinkLine
-
- getFatherAnchor() - Method in class repicea.simulation.processsystem.PreProcessorLinkLine
-
- getFatherAnchor() - Method in class repicea.simulation.processsystem.ValidProcessorLinkLine
-
- getFatherCompartment() - Method in class lerfob.carbonbalancetool.CATCompartment
-
- getFertilityClassMap() - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2014.FrenchHDRelationship2014InternalPredictor
-
- getFertilityClassMap() - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018InternalPredictor
-
- getFgSpecies() - Method in interface lerfob.fagacees.FagaceesSpeciesProvider
-
This method returns the FgSpecies enum that corresponds to the tree or the stand.
- getField(int) - Method in class repicea.io.FormatHeader
-
This method returns the field contained at the specified index in the list of fields.
- getField(int) - Method in class repicea.io.FormatReader
-
This method returns the field information provided by the header.
- getField(int) - Method in class repicea.io.javadbf.DBFReader
-
Returns the asked Field.
- getField(Enum) - Method in class repicea.io.tools.ImportFieldManager
-
This method returns the ImportFieldElement object corresponding to the FieldID parameter.
- getFieldCount() - Method in class repicea.io.FormatReader
-
This method returns the number of fields of this file.
- getFieldID() - Method in class repicea.io.tools.ImportFieldElement
-
This method returns the Enum variable who serves as ID for the field.
- getFieldLength() - Method in class repicea.io.javadbf.DBFField
-
Returns field length.
- getFieldLevel() - Method in enum lerfob.carbonbalancetool.io.CATGrowthSimulationRecordReader.CATGrowthSimulationFieldID
-
- getFieldLevel() - Method in enum lerfob.carbonbalancetool.io.CATYieldTableRecordReader.CATYieldTableFieldID
-
- getFieldLevel() - Method in interface repicea.io.tools.LevelProviderEnum
-
This method returns an Enum that makes it possible to sort the fields according to their level.
- getFieldList() - Method in class repicea.io.FormatHeader
-
This method returns the list of fields contained in the header.
- getFieldList() - Method in class repicea.io.GExportRecord
-
This method provides the list of fields contained in this record.
- getFieldListString() - Method in class repicea.io.javasql.SQLHeader
-
- getFieldName() - Method in class repicea.io.tools.ImportFieldElement
-
- getFieldNameList() - Method in class repicea.io.GExportRecord
-
This method returns the list of field names.
- getFieldNames() - Method in class repicea.stats.data.DataSet
-
Returns the field names in a list.
- getFields() - Method in class repicea.io.tools.ImportFieldManager
-
This method provides the vector of ImportFieldElement objects.
- getFieldsToSave() - Method in interface repicea.io.FormatCompliant
-
This method returns the FormatField instances that serve to define the header of the file.
- getFieldType() - Method in class repicea.io.tools.ImportFieldElement
-
This method returns the type of field which can be a String, a Double or an Integer.
- getFieldTypeOfThisField(int) - Method in class repicea.stats.data.DataSet
-
- getFieldTypeOfThisField(String) - Method in class repicea.stats.data.DataSet
-
- getFieldTypes() - Method in class repicea.stats.data.DataSet
-
- getFile() - Method in class repicea.gui.genericwindows.GenericChooseFileDialog
-
This method the file the users selected.
- getFileFilter() - Method in class lerfob.carbonbalancetool.AbstractDesigner
-
Deprecated.
- getFileFilter() - Method in class lerfob.carbonbalancetool.biomassparameters.BiomassParameters
-
- getFileFilter() - Method in class lerfob.carbonbalancetool.productionlines.ProductionLineManager
-
Deprecated.
- getFileFilter() - Method in class lerfob.carbonbalancetool.productionlines.ProductionProcessorManager
-
- getFileFilter() - Method in class lerfob.carbonbalancetool.woodpiecedispatcher.WoodPieceDispatcher
-
Deprecated.
- getFileFilter() - Method in class repicea.gui.components.REpiceaMatchSelector
-
- getFileFilter() - Method in enum repicea.io.GFileFilter.FileType
-
This method returns the GFileFilter instance associated with this FileType.
- getFileFilter() - Method in interface repicea.io.IOUserInterfaceableObject
-
This method returns the appropriate FileFilter instance for this class.
- getFileFilter() - Method in class repicea.io.tools.ImportFieldManager
-
- getFileFilter() - Method in interface repicea.simulation.Parameterizable
-
Deprecated.
This method returns the appropriate FileFilter instance for this class.
- getFileFilter() - Method in class repicea.simulation.processsystem.SystemManager
-
- getFileFilter() - Method in class repicea.simulation.treelogger.TreeLoggerParameters
-
- getFileFilter() - Method in class repicea.simulation.treelogger.TreeLoggerWrapper
-
Deprecated.
- getFileInAScrollPane() - Method in class repicea.gui.genericwindows.REpiceaGenericShowDialog
-
This method edits the html file into a scroll panel.
- getFilename() - Method in class lerfob.carbonbalancetool.AbstractDesigner
-
Deprecated.
- getFilename() - Method in class lerfob.carbonbalancetool.biomassparameters.BiomassParameters
-
- getFilename() - Method in class repicea.gui.CommonGuiUtility.FileChooserOutput
-
This method returns the selected path.
- getFilename() - Method in class repicea.gui.components.REpiceaMatchSelector
-
- getFilename() - Method in class repicea.io.FormatReader
-
This method returns the name of the file this reader is supposed to read.
- getFilename() - Method in class repicea.io.FormatWriter
-
This method returns the name of the output file.
- getFilename() - Method in interface repicea.io.IOUserInterfaceableObject
-
This method returns the filename of the parameters.
- getFilename() - Method in class repicea.io.tools.ExportTool
-
Deprecated.
- getFilename() - Method in class repicea.io.tools.ImportFieldManager
-
- getFilename() - Method in class repicea.io.tools.REpiceaExportTool
-
- getFilename() - Method in interface repicea.simulation.Parameterizable
-
Deprecated.
This method returns the filename of the parameters.
- getFilename() - Method in class repicea.simulation.processsystem.SystemManager
-
- getFilename() - Method in class repicea.simulation.treelogger.TreeLoggerParameters
-
- getFilename() - Method in class repicea.simulation.treelogger.TreeLoggerWrapper
-
Deprecated.
- getFileSpecifications() - Method in class repicea.io.tools.ImportFieldManager
-
The file specification is an array of strings that first contains the filename.
- getFileType() - Method in class repicea.io.GFileFilter
-
This method returns the file type associated with the file filter.
- getFileType(String) - Static method in class repicea.io.GFileFilter
-
This static method returns the file type of a filename string
- getFirstInstanceWithThisName(Enum<?>) - Method in class lerfob.carbonbalancetool.CATUtility.CarbonToolSettingsVector
-
- getFixedEffectOnlyPrediction(DopalepPlot, DopalepTree) - Method in class lerfob.predictor.dopalep.DopalepDbhIncrementPredictor
-
- getFixedEffectOnlyPrediction(MathildeDiameterIncrementStand, MathildeTree) - Method in class lerfob.predictor.mathilde.diameterincrement.MathildeDiameterIncrementPredictor
-
- getFixedEffectOnlyPrediction(Matrix, MathildeDiameterIncrementStand, MathildeTree) - Method in class lerfob.predictor.mathilde.diameterincrement.MathildeDiameterIncrementPredictor
-
- getFixedEffectOnlyPrediction(Matrix, MathildeMortalityStand, MathildeTree) - Method in class lerfob.predictor.mathilde.mortality.MathildeMortalityPredictor
-
- getFixedEffectOnlyPrediction(Matrix, MathildeThinningStand) - Method in class lerfob.predictor.mathilde.thinning.MathildeStandThinningPredictor
-
- getFixedEffectOnlyPrediction(Matrix, MathildeThinningStand, MathildeTree) - Method in class lerfob.predictor.mathilde.thinning.MathildeTreeThinningPredictor
-
- getFixedEffectOnlyPrediction(Matrix, MathildeThinningStand) - Method in class lerfob.predictor.mathilde.thinningbeta.MathildeStandThinningPredictor
-
Deprecated.
- getFixedEffectOnlyPrediction(Matrix, MathildeThinningStand, MathildeTree) - Method in class lerfob.predictor.mathilde.thinningbeta.MathildeTreeThinningPredictor
-
Deprecated.
- getFixedEffectPrediction(MathildeClimatePlot, Matrix) - Method in class lerfob.predictor.mathilde.climate.formerversion.MathildeClimatePredictor
-
Deprecated.
- getFixedEffectPrediction(MathildeClimatePlot) - Method in class lerfob.predictor.mathilde.climate.formerversion.MathildeClimatePredictor
-
Deprecated.
- getFixedEffectPrediction(MathildeClimatePlot, Matrix, Matrix) - Method in class lerfob.predictor.mathilde.climate.MathildeClimatePredictor
-
- getFont(UIControlManager.FontType) - Static method in class repicea.gui.UIControlManager
-
This method returns the font associated to this FontType enum variable
- getFormatFields() - Method in class repicea.io.tools.ImportFieldManager
-
- getFormerRegion() - Method in enum lerfob.simulation.covariateproviders.plotlevel.FrenchDepartmentProvider.FrenchDepartment
-
This method returns the region before 2016.
- getFrenchCommercialVolume2014TreeSpecies() - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018TreeImpl
-
- getFrenchCommercialVolume2014TreeSpecies() - Method in interface lerfob.predictor.volume.frenchcommercialvolume2014.FrenchCommercialVolume2014Tree
-
This method returns the species of the tree instance.
- getFrenchCommercialVolume2014TreeSpecies() - Method in class lerfob.predictor.volume.frenchcommercialvolume2014.FrenchCommercialVolume2014TreeImpl
-
- getFrenchCommercialVolume2020TreeSpecies() - Method in interface lerfob.predictor.volume.frenchcommercialvolume2020.FrenchCommercialVolume2020Tree
-
This method returns the species of the tree instance.
- getFrenchCommercialVolume2020TreeSpecies() - Method in class lerfob.predictor.volume.frenchcommercialvolume2020.FrenchCommercialVolume2020TreeImpl
-
- getFrenchDepartment() - Method in interface lerfob.simulation.covariateproviders.plotlevel.FrenchDepartmentProvider
-
This method returns the French department in which the stand instance is located.
- getFrenchHdSpeciesFromThisString(String) - Static method in enum lerfob.predictor.hdrelationships.FrenchHDRelationshipTree.FrenchHdSpecies
-
- getFrenchHDTreeSpecies() - Method in interface lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2014.FrenchHDRelationship2014Tree
-
This method ensures the species compatibility with the hd relationship.
- getFrenchHDTreeSpecies() - Method in interface lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018Tree
-
This method ensures the species compatibility with the hd relationship.
- getFrenchHDTreeSpecies() - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018TreeImpl
-
- getFrenchNFIThinnerSpeciesFromThisString(String) - Static method in class lerfob.predictor.thinners.frenchnfithinner2018.FrenchNFIThinnerPredictor
-
This method returns a FrenchNFIThinnerSpecies instance that matches the species name.
- getFrenchRegion2016() - Method in class lerfob.predictor.thinners.frenchnfithinner2018.FrenchNFIThinnerPlotImpl
-
- getFrenchRegion2016() - Method in enum lerfob.simulation.covariateproviders.plotlevel.FrenchDepartmentProvider.FrenchDepartment
-
This method returns the new region as defined in 2016.
- getFrenchRegion2016() - Method in interface lerfob.simulation.covariateproviders.plotlevel.FrenchRegion2016Provider
-
This method returns the region (version 2016) the plot is located in.
- getFrenchRegion2016FromThisString(String) - Static method in interface lerfob.simulation.covariateproviders.plotlevel.FrenchRegion2016Provider
-
This method returns a FrenchRegion2016 instance that matches the region name.
- getGaussianErrorTerms(MonteCarloSimulationCompliantObject) - Method in class repicea.simulation.REpiceaPredictor
-
- getGlobalWarmingPotential() - Static method in class lerfob.carbonbalancetool.CATSettings
-
This method returns the Global Warming Potential according
to the selected assessment report.
- getGOther() - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018TreeImpl
-
- getGrade() - Method in class lerfob.treelogger.diameterbasedtreelogger.DiameterBasedTreeLogCategory
-
- getGradient() - Method in class lerfob.carbonbalancetool.CATExponentialFunction
-
- getGradient() - Method in class lerfob.predictor.mathilde.mortality.MathildeMortalityPredictor.InternalMathematicalFunction
-
- getGradient() - Method in class repicea.math.AbstractMathematicalFunction
-
- getGradient() - Method in class repicea.math.AbstractMathematicalFunctionWrapper
-
- getGradient() - Method in interface repicea.math.DerivableMathematicalFunction
-
This method returns a vector that contains the first derivatives of the function with respect to its parameters.
- getGradient(ParameterID) - Method in interface repicea.math.DerivableMatrixFunction
-
This method returns a vector that contains the first derivatives of the function with respect to its parameters.
- getGradient() - Method in class repicea.math.ExponentialFunctionWrapper
-
- getGradient() - Method in class repicea.math.LogFunctionWrapper
-
- getGradient() - Method in class repicea.stats.LinearStatisticalExpression
-
- getGradient() - Method in class repicea.stats.model.CompositeLogLikelihood
-
- getGradient() - Method in class repicea.stats.model.glm.copula.CopulaLibrary.DistanceLinkFunctionCopulaExpression
-
- getGradient() - Method in class repicea.stats.model.glm.copula.CopulaLibrary.SimpleCopulaExpression
-
- getGradient() - Method in class repicea.stats.model.glm.copula.CopulaLibrary.SimpleLogisticCopulaExpression
-
- getGradient() - Method in class repicea.stats.model.glm.copula.FGMCompositeLogLikelihood
-
- getGradient() - Method in class repicea.stats.model.glm.LikelihoodGLM
-
- getGradient() - Method in class repicea.stats.model.glm.LinkFunction
-
- getGroup() - Method in class lerfob.carbonbalancetool.gui.AsymmetricalCategoryDataset
-
- getGroupList() - Method in class repicea.io.tools.REpiceaRecordReader
-
This method returns a list of Strings that represents the groups.
- getGroupMap() - Method in class repicea.io.tools.REpiceaRecordReader
-
This method returns the indices of all the observations according to their corresponding groups.
- getGroupName(int) - Method in class repicea.io.tools.REpiceaRecordReader
-
This method returns the group name for this particular group ID.
- getGrowthStepLengthYr() - Method in interface repicea.simulation.covariateproviders.plotlevel.GrowthStepLengthYrProvider
-
This method returns the growth step length in years.
- getGuiInterface() - Method in class lerfob.windstormdamagemodels.awsmodel.AlbrechtWindStormModel
-
This method returns the GUI interface.
- getGUIPermission() - Method in interface repicea.gui.permissions.REpiceaGUIPermissionProvider
-
This method returns the Permission instance associated with the object.
- getGUIPermission() - Method in class repicea.simulation.processsystem.SystemManager
-
- getGUIPermission() - Method in class repicea.simulation.processsystem.ToolPanel
-
- getGUIPermission() - Method in class repicea.simulation.treelogger.TreeLoggerParameters
-
- getHarvestedCrownVolumeM3() - Method in interface lerfob.treelogger.maritimepine.MaritimePineBasicLoggableTree
-
This method returns the volume (m3) of fine wood debris harvested in the crown.
- getHarvestedStand() - Method in interface lerfob.carbonbalancetool.CATCompatibleStand
-
This method returns a CarbonToolCompatibleStand with all its trees
set to cut.
- getHarvestedStumpVolumeM3() - Method in interface lerfob.treelogger.maritimepine.MaritimePineBasicLoggableTree
-
This method returns the volume (m3) of harvest stump and roots.
- getHDRelationshipTreeErrorGroup() - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018TreeImpl
-
- getHDRelationshipTreeErrorGroup() - Method in interface repicea.simulation.hdrelationships.HDRelationshipTree
-
This method returns the error group in case of different error correlation structure.
- getHeader() - Method in class repicea.io.FormatReader
-
This method returns the header of the file that is to be read.
- getHeader() - Method in class repicea.io.FormatWriter
-
This method returns the header of the output file.
- getHeatProductionArrayMgWh() - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnit
-
This method returns the emissions through out the lifetime of the end use wood product.
- getHeatProductionEvolutionKWhPerHa() - Method in class lerfob.carbonbalancetool.CATSimulationDifference
-
- getHeatProductionEvolutionKWhPerHa() - Method in interface lerfob.carbonbalancetool.CATSimulationResult
-
This method returns the heat production (KWh) for one ha.
- getHeatProductionEvolutionMgWhHa(double) - Method in class lerfob.carbonbalancetool.CATProductCompartment
-
- getHeatProductionInMgWhForOneMgOfDryBiomass() - Method in class lerfob.carbonbalancetool.productionlines.combustion.CombustionEmissions
-
This methods returns the total heat production in KWh for one Mg of dry biomass.
- getHeatProductionMgWh() - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnitFeature
-
Returns the heat production in MgWh for one Mg of dry biomass.
- getHeightM() - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018TreeImpl
-
- getHeightM() - Method in class lerfob.predictor.volume.frenchcommercialvolume2014.FrenchCommercialVolume2014TreeImpl
-
- getHeightM() - Method in class lerfob.predictor.volume.frenchcommercialvolume2020.FrenchCommercialVolume2020TreeImpl
-
- getHeightM() - Method in class lerfob.windstormdamagemodels.awsmodel.AWSTreeImpl
-
- getHeightM() - Method in interface repicea.simulation.covariateproviders.treelevel.HeightMProvider
-
This method returns the tree height in m.
- getHeights() - Method in class repicea.simulation.stemtaper.StemTaperSegmentList
-
This method returns a List of Double instance that corresponds to the heights (m) across all
segments.
- getHeightsToEvaluate() - Method in class repicea.simulation.stemtaper.StemTaperSegment
-
This method returns a List of Double that corresponds to the height for which
the stem taper must be predicted.
- getHeightsWithoutReplicates() - Method in class repicea.simulation.stemtaper.StemTaperSegmentList
-
This method returns a List of Double instance that corresponds to the heights (m) across all
segments without replicates.
- getHelper(Class<?>) - Static method in class repicea.gui.UIControlManager
-
This method returns the help method for this class.
- getHessian() - Method in class lerfob.carbonbalancetool.CATExponentialFunction
-
- getHessian() - Method in class lerfob.predictor.mathilde.mortality.MathildeMortalityPredictor.InternalMathematicalFunction
-
- getHessian() - Method in class repicea.math.AbstractMathematicalFunction
-
- getHessian() - Method in class repicea.math.AbstractMathematicalFunctionWrapper
-
- getHessian() - Method in interface repicea.math.DerivableMathematicalFunction
-
This method returns a matrix that contains the second derivatives of the function with respect to its parameters.
- getHessian(ParameterID, ParameterID) - Method in interface repicea.math.DerivableMatrixFunction
-
This method returns a matrix that contains the second derivatives of the matrix function with respect
to its parameters.
- getHessian() - Method in class repicea.math.ExponentialFunctionWrapper
-
- getHessian() - Method in class repicea.math.LogFunctionWrapper
-
- getHessian() - Method in class repicea.stats.LinearStatisticalExpression
-
- getHessian() - Method in class repicea.stats.model.CompositeLogLikelihood
-
- getHessian() - Method in class repicea.stats.model.glm.copula.CopulaLibrary.DistanceLinkFunctionCopulaExpression
-
- getHessian() - Method in class repicea.stats.model.glm.copula.CopulaLibrary.SimpleCopulaExpression
-
- getHessian() - Method in class repicea.stats.model.glm.copula.CopulaLibrary.SimpleLogisticCopulaExpression
-
- getHessian() - Method in class repicea.stats.model.glm.copula.FGMCompositeLogLikelihood
-
- getHessian() - Method in class repicea.stats.model.glm.LikelihoodGLM
-
- getHessian() - Method in class repicea.stats.model.glm.LinkFunction
-
- getHessianAtMaximum() - Method in class repicea.math.optimizer.AbstractOptimizer
-
- getHierarchicalLevel() - Method in class lerfob.carbonbalancetool.CATCompartmentManager
-
- getHierarchicalLevel() - Method in interface lerfob.predictor.dopalep.DopalepPlot
-
- getHierarchicalLevel() - Method in interface lerfob.predictor.dopalep.DopalepTree
-
- getHierarchicalLevel() - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018TreeImpl
-
- getHierarchicalLevel() - Method in interface lerfob.predictor.mathilde.climate.MathildeClimatePlot
-
- getHierarchicalLevel() - Method in interface lerfob.predictor.mathilde.diameterincrement.MathildeDiameterIncrementStand
-
- getHierarchicalLevel() - Method in interface lerfob.predictor.mathilde.MathildeTree
-
- getHierarchicalLevel() - Method in interface lerfob.predictor.mathilde.mortality.MathildeMortalityStand
-
- getHierarchicalLevel() - Method in interface lerfob.predictor.mathilde.recruitment.MathildeRecruitmentStand
-
- getHierarchicalLevel() - Method in interface lerfob.predictor.mathilde.thinning.MathildeThinningStand
-
- getHierarchicalLevel() - Method in interface lerfob.predictor.mathilde.thinningbeta.MathildeThinningStand
-
Deprecated.
- getHierarchicalLevel() - Method in interface lerfob.predictor.thinners.frenchnfithinner2018.FrenchNFIThinnerPlot
-
- getHierarchicalLevel() - Method in interface lerfob.predictor.volume.frenchcommercialvolume2014.FrenchCommercialVolume2014Tree
-
- getHierarchicalLevel() - Method in interface lerfob.predictor.volume.frenchcommercialvolume2020.FrenchCommercialVolume2020Tree
-
- getHierarchicalLevel() - Method in interface repicea.simulation.hdrelationships.HDRelationshipStand
-
- getHierarchicalLevel() - Method in interface repicea.simulation.hdrelationships.HDRelationshipTree
-
- getHierarchicalLevel() - Method in interface repicea.simulation.MonteCarloSimulationCompliantObject
-
This method returns the hierarchical levels of the object.
- getHierarchicalLevel() - Method in class repicea.simulation.REpiceaPredictor.CruiseLine
-
- getHierarchicalLevel() - Method in class repicea.simulation.REpiceaPredictor.IntervalNestedInPlotDefinition
-
- getHierarchicalLevel() - Method in class repicea.stats.data.DataBlock
-
This method returns the hierarchical level of the data block.
- getHierarchicalLevelSpecifications() - Method in class repicea.stats.model.glm.copula.CopulaExpression
-
- getHierarchicalStructure() - Method in class repicea.stats.data.GenericHierarchicalStatisticalDataStructure
-
- getHierarchicalStructure() - Method in interface repicea.stats.data.HierarchicalStatisticalDataStructure
-
This method returns the index of the observations by levels and id within the level.
- getHierarchicalStructureLevel() - Method in class repicea.stats.data.GenericHierarchicalStatisticalDataStructure
-
- getHierarchicalStructureLevel() - Method in interface repicea.stats.data.HierarchicalStatisticalDataStructure
-
This method returns the list of the different levels of the hierarchical structure.
- getHomeDirectory() - Method in class repicea.gui.ParentDrivenFileSystemView
-
- getHWPContentByUseClassPerHa(boolean) - Method in class lerfob.carbonbalancetool.CATProductCompartment
-
This method returns the amount of nutrients per hectare (kg/ha) for each use class.
- getHWPPerHaByUseClass() - Method in class lerfob.carbonbalancetool.CATSimulationDifference
-
- getHWPPerHaByUseClass() - Method in interface lerfob.carbonbalancetool.CATSimulationResult
-
This method returns the amount of harvested wood products (HWPs) by use class and type (recycled, residues, etc...)
- getHWPSummaryPerHa(boolean) - Method in class lerfob.carbonbalancetool.CATSimulationDifference
-
- getHWPSummaryPerHa(boolean) - Method in interface lerfob.carbonbalancetool.CATSimulationResult
-
This method returns the summary of the HWP with or without recycling.
- getIcon(UIControlManager.CommonControlID) - Static method in class repicea.gui.icons.IconFactory
-
This method returns the icon specified through the parameter.
- getIcon() - Method in enum repicea.gui.UIControlManager.CommonControlID
-
- getIcon() - Method in class repicea.simulation.processsystem.ProcessorButton
-
- getIconFilename() - Method in enum repicea.gui.UIControlManager.CommonControlID
-
- getId() - Method in class repicea.simulation.treelogger.WoodPiece
-
This method returns the identification of this piece.
- getIdentityMatrix(int) - Static method in class repicea.math.Matrix
-
- getIdentityMatrix(int) - Static method in class repicea.math.MatrixUtility
-
This method returns an identity matrix of size i.
- getImportFieldManager() - Method in class repicea.io.tools.REpiceaRecordReader
-
- getInclusionProbability() - Method in class repicea.stats.sampling.PopulationUnitWithUnequalInclusionProbability
-
This method returns the sampling probability of this population unit.
- getIndex() - Method in enum lerfob.predictor.hdrelationships.FrenchHDRelationshipTree.FrenchHdSpecies
-
- getIndex() - Method in class repicea.io.FormatField
-
This method returns the index of the field in the header.
- getIndexIn2014() - Method in enum lerfob.predictor.hdrelationships.FrenchHDRelationshipTree.FrenchHdSpecies
-
- getIndexInTimeScale() - Method in class lerfob.carbonbalancetool.productionlines.CarbonUnit
-
This method returns the index on the time scale at which the product has been created.
- getIndexOfThisField(String) - Method in class repicea.io.FormatHeader
-
This method returns the index of a particular field.
- getIndexOfThisField(Enum) - Method in class repicea.io.tools.ImportFieldManager
-
This method returns the index of the field within the vector of ImportFieldElement objects
- getIndexOfThisField(String) - Method in class repicea.stats.data.DataSet
-
This method returns the index of a particular field.
- getIndices() - Method in class repicea.stats.data.DataBlock
-
- getInetAddress() - Method in interface repicea.net.SocketWrapper
-
This method returns the address of the socket that is bound to this socket.
- getInetAddress() - Method in class repicea.net.TCPSocketWrapper
-
- getInetAddress() - Method in class repicea.net.UDPSocketWrapper
-
- getInfiniteIntegral() - Method in class lerfob.carbonbalancetool.CATDecayFunction
-
This method returns the value of the infinite integral of the decay function.
- getInfiniteIntegral() - Method in class lerfob.carbonbalancetool.CATExponentialFunction
-
- getInitialAgeYr() - Method in class lerfob.carbonbalancetool.CATTimeTable
-
- getInitialCarbon() - Method in class lerfob.carbonbalancetool.productionlines.CarbonUnit
-
This method returns the carbon (tC) at the creation date.
- getInitialVolumeBeforeFirstTransformation(double) - Method in class lerfob.carbonbalancetool.productionlines.ProductionLineProcessor
-
Deprecated.
- getInstance() - Static method in class lerfob.app.LERFOBJARSVNAppVersion
-
This method returns the singleton instance of REpiceaJARSVNAppVersion class which can be requested
to return the revision number of this version.
- getInstance() - Static method in class lerfob.carbonbalancetool.sensitivityanalysis.CATSensitivityAnalysisSettings
-
This method returns the singleton instance of the CATSensitivityAnalysisSettings class.
- getInstance() - Static method in class lerfob.predictor.mathilde.climate.GeographicalCoordinatesGenerator
-
- getInstance() - Static method in class repicea.app.REpiceaJARSVNAppVersion
-
This method returns the singleton instance of this class which can be requested
to return the revision number of this version.
- getInstance() - Static method in class repicea.simulation.treelogger.TreeLoggerManager
-
- getInstance() - Static method in class repicea.stats.distributions.StandardGaussianDistribution
-
This method returns the single instance of the StandardGaussianDistribution class.
- getInstanceFromThisListener(EventListener) - Static method in class repicea.net.RemoteListener
-
This static method identifies and returns an instance from the appropriate RemoteListener derived class.
- getIntegralApproximation(AbstractMathematicalFunction, List<Integer>, Matrix) - Method in class repicea.stats.integral.AdaptativeGaussHermiteQuadrature
-
This method returns the value of a multi-dimension integral
- getIntegralApproximation(AbstractMathematicalFunction, List<Integer>, Matrix) - Method in class repicea.stats.integral.GaussHermiteQuadrature
-
This method returns the value of a multi-dimension integral
- getIntegralApproximation(AbstractMathematicalFunction, List<Integer>, Matrix) - Method in class repicea.stats.integral.LaplacianApproximation
-
This method returns the value of a multi-dimension integral
- getIntegratedCarbon() - Method in class lerfob.carbonbalancetool.CATCompartment
-
- getIntegratedCarbon(double) - Method in class lerfob.carbonbalancetool.CATCompartment
-
This method returns a random variable that contains the integrated carbon per ha.
- getIntegratedCarbon(CATExponentialFunction, MonteCarloSimulationCompliantObject) - Method in class lerfob.carbonbalancetool.productionlines.CarbonUnit
-
This method calculates the average carbon by integrating the carbon contained in
this product over its lifetime.
- getInternalArray() - Method in class repicea.math.FastArrayList
-
- getInternalInverseMatrix() - Method in class repicea.math.Matrix
-
- getInternalProcess() - Method in class repicea.multiprocess.JavaProcessWrapper
-
- getIntervalNestedInPlotDefinition(MonteCarloSimulationCompliantObject, int) - Method in class repicea.simulation.REpiceaPredictor
-
This method checks if the interval definition is available for the stand at that date.
- getInverseMatrix() - Method in class repicea.math.Matrix
-
This method returns the inverse matrix of this matrix.
- getIsserlisMatrix() - Method in class repicea.math.Matrix
-
This method returns a Matrix that corresponds to the Isserlis theorem given that matrix this is
a variance-covariance matrix.
- getJavaArchitecture() - Static method in class repicea.lang.REpiceaSystem
-
Returns the architecture of the JVM, i.e.
- getJavaIOTmpDir() - Static method in class repicea.lang.REpiceaSystem
-
This method returns the temporary input/output directory.
- getJreVersion() - Method in class repicea.console.TriggerSettings
-
- getJVMRevision() - Static method in class repicea.lang.REpiceaSystem
-
This method returns the revision of the virtual machine.
- getJVMSettings() - Method in class repicea.multiprocess.JavaProcess
-
This method returns the options of the JVM as set by the user.
- getJVMVersion() - Static method in class repicea.lang.REpiceaSystem
-
This method returns the version of the virtual machine.
- getKeyForThisValue(String) - Method in class repicea.util.Index
-
This method returns the key associated with this value.
- getKroneckerProduct(Matrix) - Method in class repicea.math.Matrix
-
This method calculates the Kronecker product of this by the m Matrix object.
- getLabel(String, int) - Static method in class repicea.gui.UIControlManager
-
This method returns a JLabel instance.
- getLabel(REpiceaTranslator.TextableEnum, int) - Static method in class repicea.gui.UIControlManager
-
This method returns a JLabel instance.
- getLabel(String) - Static method in class repicea.gui.UIControlManager
-
This method returns a JLabel instance with no predefined width.
- getLabel(REpiceaTranslator.TextableEnum) - Static method in class repicea.gui.UIControlManager
-
This method returns a JLabel instance with no predefined width.
- getLandfillProcessor(ProductionLineProcessor, ProductionLine) - Static method in class lerfob.carbonbalancetool.productionlines.ProductionLineProcessor
-
Deprecated.
- getLandfillType() - Method in class lerfob.carbonbalancetool.productionlines.LandfillCarbonUnitFeature
-
This method returns the type of landfill according to the IPCC (2006, Waste, p.3.14)
- getLandOwnership() - Method in interface repicea.simulation.covariateproviders.plotlevel.LandOwnershipProvider
-
This method returns the land ownership of the plot instance.
- getLandOwnership(String) - Static method in enum repicea.simulation.covariateproviders.plotlevel.LandOwnershipProvider.LandOwnership
-
This method returns the LandOwnership associated with the ownership code, which can be "PU" for public or "PR"
for private-owned land.
- getLandUse() - Method in interface repicea.simulation.covariateproviders.plotlevel.LandUseProvider
-
This method returns the land use of the plot instance.
- getLanguage() - Method in class repicea.console.TriggerSettings
-
- getLanguage(String) - Static method in enum repicea.util.REpiceaTranslator.Language
-
This method returns the Language enum that corresponds to
a particular code.
- getLargeScaleDisturbances() - Static method in enum repicea.simulation.disturbances.DisturbanceTypeProvider.DisturbanceType
-
This method returns the list of large scale disturbances, mainly for a
proper disturbance occurrence recording implementation.
- getLastOccurrenceDateYrToDate(int) - Method in class repicea.simulation.disturbances.DisturbanceOccurrences
-
Returns the date of the latest occurrence
- getLastStand() - Method in class lerfob.carbonbalancetool.CATCompartmentManager
-
This method returns the last stand from the list of stands.
- getLastStandDate() - Method in class lerfob.carbonbalancetool.CATTimeTable
-
- getLastStatus() - Method in class lerfob.carbonbalancetool.productionlines.CarbonUnit
-
- getLatinName() - Method in enum repicea.simulation.species.REpiceaSpecies.Species
-
- getLatitudeDeg() - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018PlotImpl
-
- getLatitudeDeg() - Method in interface repicea.simulation.covariateproviders.plotlevel.GeographicalCoordinatesProvider
-
This method returns the latitude of the plot in degrees.
- getLCA() - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnitFeature
-
Deprecated.
- getLCA() - Method in enum lerfob.carbonbalancetool.productionlines.LifeCycleAnalysis.ReferenceLCA
-
Deprecated.
- getLeftAnchor() - Method in interface repicea.simulation.processsystem.AnchorProvider
-
- getLeftAnchor() - Method in class repicea.simulation.processsystem.PreProcessorLinkLine.InternalMouseMotionListener
-
- getLeftAnchor() - Method in class repicea.simulation.processsystem.ProcessorButton
-
- getLeftInForestProcessor(ProductionLineProcessor, ProductionLine) - Static method in class lerfob.carbonbalancetool.productionlines.ProductionLineProcessor
-
Deprecated.
- getLength() - Method in class repicea.io.GExportFieldDetails
-
- getLifetimeMode() - Method in class lerfob.carbonbalancetool.productionlines.CarbonUnitFeature
-
- getLinearPredictions() - Method in class repicea.stats.model.glm.GeneralizedLinearModel
-
- getLinkFunctionType() - Method in class repicea.stats.model.glm.GeneralizedLinearModel
-
This method returns the type of the link function.
- getList() - Method in interface repicea.gui.ListManager
-
This method returns the list of UserInterfaceableObject-derived instance
- getList() - Method in class repicea.simulation.processsystem.SystemManager
-
- getListManager() - Method in class repicea.gui.dnd.DnDPanel
-
- getListManager() - Method in class repicea.simulation.processsystem.SystemPanel
-
- getListOfDatesUntilLastStandDate() - Method in class lerfob.carbonbalancetool.CATTimeTable
-
- getLnDbhCm() - Method in interface repicea.simulation.covariateproviders.treelevel.LnDbhCmProvider
-
This method returns ln(dbh) with the dbh in cm.
- getLnDbhCmPlus1() - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018TreeImpl
-
- getLnDbhCmPlus1() - Method in interface repicea.simulation.covariateproviders.treelevel.LnDbhCmPlus1Provider
-
This method returns ln(dbh + 1) with the dbh in cm.
- getLocale() - Method in enum repicea.util.REpiceaTranslator.Language
-
Returns the locale associated with the language.
- getLocation(Window) - Static method in class repicea.gui.UIControlManager
-
This method returns the location of the window.
- getLocationIndex(double) - Method in class repicea.math.Matrix
-
This method returns a List of integers, which represent the index of the elements
that are equal to parameter d.
- getLogCategories() - Method in class repicea.simulation.treelogger.TreeLoggerParameters
-
This method returns a Map instance with the species names as key and the
corresponding List of LogCategory-derived instances as values.
- getLogCategory(String, String) - Method in class repicea.simulation.treelogger.TreeLoggerParameters
-
This method returns a specific LogCategory object among the selected
tree log categories contained in this class.
- getLogCategory() - Method in class repicea.simulation.treelogger.WoodPiece
-
This method returns the tree log category associated to this piece.
- getLogCategoryList() - Method in class repicea.simulation.treelogger.TreeLoggerParameters
-
This method returns a list of all the LogCategory instances.
- getLogCategoryName() - Method in class repicea.simulation.treelogger.LogCategoryPanel
-
This method returns the name of the tree log category of this panel.
- getLogCategoryNames() - Method in class repicea.simulation.treelogger.TreeLoggerParameters
-
This method returns the list of the log category names.
- getLogCategoryNamesFromTreeLogger() - Method in class lerfob.carbonbalancetool.woodpiecedispatcher.WoodPieceDispatcher
-
Deprecated.
- getLogDispatcher() - Method in class lerfob.carbonbalancetool.woodpiecedispatcher.LogCategoryToMarketMatch
-
Deprecated.
- getLoggableTrees() - Method in class repicea.simulation.treelogger.TreeLogger
-
This method returns the collection of LoggableTree instances that the logger has to work on.
- getLogGradePerHa() - Method in class lerfob.carbonbalancetool.CATSimulationDifference
-
- getLogGradePerHa() - Method in interface lerfob.carbonbalancetool.CATSimulationResult
-
This method returns total volume and biomass by log grade categories over the simulation period or rotation.
- getLongDummyVariable() - Method in enum lerfob.predictor.mathilde.MathildeTreeSpeciesProvider.MathildeTreeSpecies
-
This method returns a 1x4 row vector of dummy variables which represent the species effect.
- getLongitudeDeg() - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018PlotImpl
-
- getLongitudeDeg() - Method in interface repicea.simulation.covariateproviders.plotlevel.GeographicalCoordinatesProvider
-
This method returns the longitude of the plot in degrees.
- getLowerBound() - Method in class repicea.stats.distributions.UniformDistribution
-
- getLowerBound() - Method in class repicea.stats.integral.NumericalIntegrationMethod
-
This method returns the lower bound of the numerical integration.
- getLowerCholTriangle() - Method in class repicea.math.Matrix
-
This method compute the lower triangle of the Cholesky decomposition.
- getLowerLimit() - Method in class repicea.stats.estimates.ConfidenceInterval
-
This method returns the lower bound of the interval.
- getLUDecomposition() - Method in class repicea.math.Matrix
-
This method returns the LU decomposition of this Matrix instance.
- getMainPanel() - Method in class lerfob.carbonbalancetool.io.CATGrowthSimulationSpeciesSelector.CATGrowthSimulationSpeciesSelectorDialog
-
- getMainPanel() - Method in class repicea.gui.components.REpiceaMatchSelectorDialog
-
- getManagementType() - Method in interface repicea.simulation.covariateproviders.plotlevel.ManagementTypeProvider
-
This method returns the current management of the stand.
- getManager() - Method in class lerfob.carbonbalancetool.productionlines.ProductionLine
-
Deprecated.
- getManager() - Method in class lerfob.carbonbalancetool.woodpiecedispatcher.LogCategoryDispatcher
-
Deprecated.
- getMarginalPredictionsForThisStandAndSpecies(MathildeRecruitmentStand, MathildeTreeSpeciesProvider.MathildeTreeSpecies, int, boolean) - Method in class lerfob.predictor.mathilde.recruitment.MathildeRecruitmentNumberPredictor
-
This method returns the marginal prediction for a single species.
- getMarketName() - Method in class lerfob.carbonbalancetool.woodpiecedispatcher.LogCategoryToMarketMatch
-
Deprecated.
- getMassProbability(int, double, double) - Static method in class repicea.stats.distributions.utility.NegativeBinomialUtility
-
This method returns the mass probability from a negative binomial distribution for a particular integer.
- getMatch(Object) - Method in class repicea.gui.components.REpiceaMatchSelector
-
This method returns the match corresponding to the parameter.
- getMatches() - Method in class lerfob.carbonbalancetool.woodpiecedispatcher.LogCategoryDispatcher
-
Deprecated.
- getMatchingFieldIndex() - Method in class repicea.io.tools.ImportFieldElement
-
- getMathildeTreeSpecies() - Method in interface lerfob.predictor.mathilde.MathildeTreeSpeciesProvider
-
This method returns the enum instance that represents the species.
- getMatrix() - Method in class repicea.math.FastArrayList
-
- getMatrixX() - Method in class repicea.stats.data.GenericStatisticalDataStructure
-
- getMatrixX() - Method in interface repicea.stats.data.StatisticalDataStructure
-
Return the design matrix of the fixed effects.
- getMatrixZ() - Method in class repicea.stats.data.GenericHierarchicalStatisticalDataStructure
-
- getMatrixZ() - Method in interface repicea.stats.data.HierarchicalStatisticalDataStructure
-
This method returns a Map of Matrix instance.
- getMaximumLogLikelihood() - Method in class repicea.stats.estimators.MaximumLikelihoodEstimator
-
Returns the maximum log likelihood value after convergence.
- getMaximumValue() - Method in enum lerfob.carbonbalancetool.sensitivityanalysis.CATSensitivityAnalysisSettings.VariabilitySource
-
- getMean() - Method in interface repicea.stats.CentralMomentsGettable
-
This method returns the first central moment, i.e.
- getMean() - Method in class repicea.stats.distributions.CenteredGaussianDistribution
-
- getMean(GaussianErrorTermList) - Method in class repicea.stats.distributions.CenteredGaussianDistribution
-
This method should be used in preference to the getMean() method.
- getMean() - Method in class repicea.stats.distributions.ChiSquaredDistribution
-
- getMean() - Method in class repicea.stats.distributions.EmpiricalDistribution
-
- getMean() - Method in class repicea.stats.distributions.StandardGaussianDistribution
-
- getMean() - Method in class repicea.stats.distributions.StudentTDistribution
-
- getMean() - Method in class repicea.stats.distributions.TruncatedGaussianDistribution
-
- getMean() - Method in class repicea.stats.distributions.UniformDistribution
-
- getMean() - Method in class repicea.stats.distributions.UnknownDistribution
-
- getMean() - Method in class repicea.stats.estimates.BootstrapHybridPointEstimate
-
This method returns the estimate of the total, which is the mean of the
realized point estimates.
- getMean(GaussianErrorTermList) - Method in class repicea.stats.estimates.GaussianErrorTermEstimate
-
- getMean() - Method in class repicea.stats.estimates.LawOfTotalVarianceMonteCarloEstimate
-
- getMean() - Method in class repicea.stats.estimates.PopulationMeanEstimate
-
- getMean() - Method in class repicea.stats.estimates.PopulationTotalEstimate
-
This method returns the value of the Horvitz-Thompson estimator (tau hat).
- getMean() - Method in class repicea.stats.RandomVariable
-
- getMeanAnnualPrecipitationMm() - Method in interface repicea.simulation.covariateproviders.plotlevel.MeanAnnualPrecipitationMmProvider
-
This method returns the mean annual precipitation in mm.
- getMeanAnnualTempAbove6C() - Method in interface repicea.simulation.covariateproviders.plotlevel.MeanSeasonalTemperatureProvider
-
Returns the monthly mean temperature above 6 degrees Celsius.
- getMeanAnnualTemperatureC() - Method in interface repicea.simulation.covariateproviders.plotlevel.MeanAnnualTemperatureCProvider
-
This method returns the mean annual temperature in Celcius degrees.
- getMeanCoordinatesForThisDepartment(FrenchDepartmentProvider.FrenchDepartment) - Method in class lerfob.predictor.mathilde.climate.GeographicalCoordinatesGenerator
-
This method returns the mean coordinates for a given department.
- getMeanPrecipitationOfGrowingSeason() - Method in interface lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018ExtPlot
-
This method returns the mean precipitation from March to September for the period 1961-1990.
- getMeanQuadraticDiameterCm() - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018PlotImpl
-
- getMeanQuadraticDiameterCm(Collection<? extends LightAllometryCalculableTree>) - Method in class repicea.simulation.allometrycalculator.AllometryCalculator
-
This method returns the mean quadratic diameter for a collection of trees.
- getMeanQuadraticDiameterCm() - Method in interface repicea.simulation.covariateproviders.plotlevel.MeanQuadraticDiameterCmProvider
-
This method returns the mean quadratic diameter of the living trees (cm).
- getMeanTemperatureOfGrowingSeason() - Method in interface lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018ExtPlot
-
This method returns the mean temperature from March to September for the period 1961-1990.
- getMeanValue(int, int) - Method in class lerfob.carbonbalancetool.gui.AsymmetricalCategoryDataset
-
- getMeanValue(Comparable, Comparable) - Method in class lerfob.carbonbalancetool.gui.AsymmetricalCategoryDataset
-
- getMemorizerPackage() - Method in class lerfob.carbonbalancetool.AbstractDesigner
-
Deprecated.
- getMemorizerPackage() - Method in class lerfob.carbonbalancetool.biomassparameters.BiomassParameters
-
- getMemorizerPackage() - Method in class lerfob.carbonbalancetool.productionlines.ProductionProcessorManager
-
- getMemorizerPackage() - Method in class repicea.app.SettingMemory
-
- getMemorizerPackage() - Method in class repicea.console.TriggerSettings
-
- getMemorizerPackage() - Method in class repicea.gui.components.REpiceaMatchSelector
-
- getMemorizerPackage() - Method in interface repicea.serial.Memorizable
-
This method creates a MemorizerPackage instance that can be sent in turn to the TemporaryMemorizer instance for serialization.
- getMemorizerPackage() - Method in class repicea.simulation.processsystem.SystemManager
-
- getMemorizerPackage() - Method in class repicea.simulation.treelogger.TreeLoggerParameters
-
- getMessage() - Method in exception repicea.io.tools.REpiceaRecordReader.NullInThisFieldException
-
- getMethaneCorrectionFactor() - Method in enum lerfob.carbonbalancetool.productionlines.LandfillCarbonUnitFeature.LandfillType
-
This method returns the methane correction factor of the landfill site.
- getMethaneEmissionsArrayCO2Eq() - Method in class lerfob.carbonbalancetool.productionlines.LandfillCarbonUnit
-
This method returns the CH4 carbon equivalent emissions through out the lifetime of the landfill product.
- getMinimumValue() - Method in enum lerfob.carbonbalancetool.sensitivityanalysis.CATSensitivityAnalysisSettings.VariabilitySource
-
- getMinor(int, int) - Method in class repicea.math.Matrix
-
This method returns the minor of this matrix, ie the determinant of the Matrix that
contains all the elements of the original matrix except those in row i and column j.
- getMode() - Method in class repicea.simulation.processsystem.ToolButton
-
- getModelDefinition() - Method in class repicea.stats.model.AbstractStatisticalModel
-
- getModelDefinition() - Method in interface repicea.stats.model.StatisticalModel
-
This method returns the model definition as entered by the user.
- getModelRelatedVariance() - Method in class repicea.stats.estimates.BootstrapHybridPointEstimate.VariancePointEstimate
-
This method returns the estimate of the model-related variance.
- getModifier(CATSensitivityAnalysisSettings.VariabilitySource, MonteCarloSimulationCompliantObject, String) - Method in class lerfob.carbonbalancetool.sensitivityanalysis.CATSensitivityAnalysisSettings
-
This method returns the multiplicative modifier for sensitivity analysis.
- getMonteCarloRealizationId() - Method in class lerfob.carbonbalancetool.CATCompartmentManager
-
- getMonteCarloRealizationId() - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018PlotImpl
-
- getMonteCarloRealizationId() - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018TreeImpl
-
- getMonteCarloRealizationId() - Method in class lerfob.predictor.thinners.frenchnfithinner2018.FrenchNFIThinnerPlotImpl
-
- getMonteCarloRealizationId() - Method in class lerfob.predictor.volume.frenchcommercialvolume2014.FrenchCommercialVolume2014TreeImpl
-
- getMonteCarloRealizationId() - Method in class lerfob.predictor.volume.frenchcommercialvolume2020.FrenchCommercialVolume2020TreeImpl
-
- getMonteCarloRealizationId() - Method in interface repicea.simulation.MonteCarloSimulationCompliantObject
-
This method returns the id of the Monte Carlo realization.
- getMonteCarloRealizationId() - Method in class repicea.simulation.REpiceaPredictor.CruiseLine
-
- getMonteCarloRealizationId() - Method in class repicea.simulation.REpiceaPredictor.IntervalNestedInPlotDefinition
-
- getMu() - Method in class repicea.stats.distributions.StandardGaussianDistribution
-
- getMultiDimensionIntegral(AbstractMathematicalFunction, List<Integer>, Matrix) - Method in class repicea.stats.integral.GaussHermiteQuadrature
-
This method returns the value of a multi-dimension integral
- getMultiplier() - Method in class lerfob.carbonbalancetool.sensitivityanalysis.CATSensitivityAnalysisParameter
-
- getN2OFactor() - Method in class lerfob.carbonbalancetool.CATSettings.GWP
-
This method returns the CO2 eq of the N2O gas
- getName() - Method in class lerfob.carbonbalancetool.AbstractDesigner
-
Deprecated.
This method returns a name that defines the parameters.
- getName() - Method in class lerfob.carbonbalancetool.biomassparameters.BiomassParameters
-
- getName() - Method in interface lerfob.carbonbalancetool.CATUtility.ParameterWrapper
-
- getName() - Method in class lerfob.carbonbalancetool.CATUtility.ProductionProcessorManagerWrapper
-
- getName() - Method in class lerfob.carbonbalancetool.productionlines.LogCategoryProcessor
-
- getName() - Method in class lerfob.carbonbalancetool.productionlines.WoodyDebrisProcessor
-
- getName() - Method in enum lerfob.fagacees.FagaceesSpeciesProvider.FgSpecies
-
This method returns the name in lower case.
- getName() - Method in class repicea.app.AbstractAppVersion
-
This method returns the application name.
- getName() - Method in class repicea.app.AbstractGenericTask
-
- getName() - Method in interface repicea.app.GenericTask
-
This method returns the name of the task.
- getName() - Method in class repicea.console.Trigger
-
- getName() - Method in class repicea.io.FormatField
-
This method returns the name of the instance.
- getName() - Method in class repicea.io.GExportFieldDetails
-
- getName() - Method in class repicea.io.javadbf.DBFField
-
Returns the name of the field.
- getName() - Method in class repicea.multiprocess.CmdProcess
-
- getName() - Method in interface repicea.multiprocess.IndependentProcess
-
This method returns the name of the process.
- getName() - Method in class repicea.multiprocess.JavaProcess
-
- getName() - Method in class repicea.simulation.HierarchicalLevel
-
- getName() - Method in interface repicea.simulation.Parameterizable
-
Deprecated.
This method returns a name that defines the parameters.
- getName() - Method in class repicea.simulation.processsystem.Processor
-
This method returns the name of the processor.
- getName() - Method in class repicea.simulation.processsystem.SystemManager
-
- getName() - Method in class repicea.simulation.treelogger.LogCategory
-
This method returns the name of this tree log category.
- getName() - Method in class repicea.simulation.treelogger.TreeLogger
-
- getName() - Method in class repicea.simulation.treelogger.TreeLoggerWrapper
-
Deprecated.
- getNaturalOrder() - Static method in enum lerfob.carbonbalancetool.CATCompartment.CompartmentInfo
-
This method returns the natural order of this enum variable.
- getNegativeBinomialMean(Matrix, MathildeRecruitmentStand, MathildeTreeSpeciesProvider.MathildeTreeSpecies) - Method in class lerfob.predictor.mathilde.recruitment.MathildeRecruitmentNumberPredictor
-
- getNewRegion() - Method in enum lerfob.simulation.covariateproviders.plotlevel.FrenchDepartmentProvider.FrenchRegionPriorTo2016
-
This method returns the new region as defined in 2016.
- getNewValue() - Method in class repicea.simulation.REpiceaPredictorEvent
-
- getNormalizedErrors() - Method in class repicea.stats.distributions.GaussianErrorTermList
-
- getNumber() - Method in interface repicea.simulation.covariateproviders.treelevel.ExpansionFactorProvider
-
This method returns the number of stems represented by this tree instance.
- getNumberOfDroughtsDuringUpcomingGrowthStep() - Method in interface lerfob.predictor.mathilde.climate.MathildeClimatePlot
-
This method returns the number of droughts that will occur during the upcoming
growth step.
- getNumberOfElements() - Method in class repicea.math.Matrix
-
This method returns the number of elements in a Matrix object.
- getNumberOfFields() - Method in class repicea.io.FormatHeader
-
- getNumberOfFunctionalUnits() - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnit
-
This method returns the number of functional units in this carbon unit.
- getNumberOfIterations() - Method in class repicea.math.optimizer.NewtonRaphsonOptimizer
-
This method returns the number of iterations to reach convergence.
- getNumberOfLongTasks() - Static method in enum lerfob.carbonbalancetool.CATTask.Task
-
- getNumberOfMonteCarloRealizations() - Method in class lerfob.carbonbalancetool.sensitivityanalysis.CATSensitivityAnalysisSettings
-
This method returns the number of Monte Carlo realizations for the sensitivity analysis.
- getNumberOfObservations() - Method in class repicea.stats.data.DataSet
-
This method returns the number of observations in the dataset.
- getNumberOfObservations() - Method in class repicea.stats.data.GenericStatisticalDataStructure
-
- getNumberOfObservations() - Method in interface repicea.stats.data.StatisticalDataStructure
-
Returns the number of observations in the data structure.
- getNumberOfOccurrences() - Method in class repicea.simulation.disturbances.DisturbanceOccurrences
-
Return the number of occurrences.
- getNumberOfParameters() - Method in class repicea.math.AbstractMathematicalFunction
-
This method returns the number of parameters involved in the function.
- getNumberOfParameters() - Method in class repicea.math.AbstractMathematicalFunctionWrapper
-
- getNumberOfRealizations() - Method in class repicea.stats.distributions.EmpiricalDistribution
-
This method returns the number of observations in this nonparametric distribution.
- getNumberOfRealizations() - Method in class repicea.stats.estimates.BootstrapHybridPointEstimate
-
- getNumberOfRealizations() - Method in interface repicea.stats.estimates.NumberOfRealizationsProvider
-
This method returns the number of realizations the estimate is based on
- getNumberOfRecords() - Method in class repicea.io.FormatHeader
-
This method returns the number of records in the file.
- getNumberOfRecords() - Method in class repicea.io.javacsv.CSVHeader
-
- getNumberOfRecords() - Method in class repicea.io.javadbf.DBFHeader
-
- getNumberOfRecords() - Method in class repicea.io.javasql.SQLHeader
-
- getNumberOfStemsExpansionFactor() - Method in class repicea.simulation.treelogger.WoodPiece
-
This method returns the expansion factor for the number of stems.
- getNumberOfStemsHa() - Method in class lerfob.predictor.thinners.frenchnfithinner2018.FrenchNFIThinnerPlotImpl
-
- getNumberOfStemsHa() - Method in interface repicea.simulation.covariateproviders.plotlevel.StemDensityHaProvider
-
This method returns the stem density per hectare.
- getNumberOfTrees(Collection<? extends LightAllometryCalculableTree>) - Method in class repicea.simulation.allometrycalculator.AllometryCalculator
-
This method returns the number of trees for a collection of trees.
- getNumberOfVariables() - Method in class repicea.math.AbstractMathematicalFunction
-
This method returns the number of variables in the function.
- getNumberOfVariables() - Method in class repicea.math.AbstractMathematicalFunctionWrapper
-
- getNumberOfVariables() - Method in class repicea.stats.model.glm.copula.CopulaLibrary.DistanceLinkFunctionCopulaExpression
-
- getNumberOfVariables() - Method in class repicea.stats.model.glm.copula.CopulaLibrary.SimpleLogisticCopulaExpression
-
- getNumberRealizations() - Method in interface repicea.simulation.covariateproviders.plotlevel.StochasticInformationProvider
-
This method returns the number of realizations to be made.
- getNutrients() - Static method in enum lerfob.carbonbalancetool.productionlines.CarbonUnit.Element
-
- getObservationFrequencies(Collection) - Static method in class repicea.stats.sampling.SamplingUtility
-
This method returns the list of different observations and their frequency.
- getObservationIndicesForThisGroup(int) - Method in class repicea.io.tools.REpiceaRecordReader
-
This method returns the indices of the observations for a given group.
- getObservations() - Method in class repicea.stats.data.DataSet
-
Returns the observations of the data set.
- getObservations() - Method in class repicea.stats.estimates.PointEstimate
-
- getOldValue() - Method in class repicea.simulation.REpiceaPredictorEvent
-
- getOneDimensionIntegral(AbstractMathematicalFunction, Integer, double) - Method in class repicea.stats.integral.AdaptativeGaussHermiteQuadrature
-
- getOneDimensionIntegral(AbstractMathematicalFunction, Integer, double) - Method in class repicea.stats.integral.GaussHermiteQuadrature
-
This method makes it possible to integrate an AbstractStatisticalExpression through Gauss-Hermite quadrature.
- getOptimalValue() - Method in class repicea.math.optimizer.AbstractOptimizer
-
This method returns the optimal value resulting from the optimization.
- getOptimizerParameters() - Method in class repicea.stats.model.AbstractStatisticalModel
-
- getOrderedNodes(Set<QuadratureNode>) - Method in class repicea.stats.integral.GaussQuadrature
-
This method returns the correct number of nodes in the correct order.
- getOriginalFunction() - Method in class repicea.math.AbstractMathematicalFunctionWrapper
-
This method returns the original function.
- getOriginalFunction() - Method in class repicea.stats.model.CompositeLogLikelihood
-
- getOriginalFunction() - Method in class repicea.stats.model.glm.copula.CopulaExpression
-
- getOriginalFunction() - Method in class repicea.stats.model.IndividualLogLikelihood
-
- getOriginalLocation() - Method in class repicea.simulation.processsystem.Processor
-
- getOverbarkCommercialVolumeM3(CATCompatibleTree) - Static method in class lerfob.carbonbalancetool.biomassparameters.BiomassParameters
-
This static method returns the volume over bark of a CATCompatibleTree instance.
- getOverbarkVolumeM3BySpecies() - Method in interface lerfob.predictor.thinners.frenchnfithinner2018.FrenchNFIThinnerPlot
-
This method returns a Map with the species as keys and the volumes (m3) as values.
- getOverbarkVolumeM3BySpecies() - Method in class lerfob.predictor.thinners.frenchnfithinner2018.FrenchNFIThinnerPlotImpl
-
- getOwner() - Method in class repicea.gui.REpiceaFrame
-
- getOwner() - Method in class repicea.simulation.processsystem.ProcessorButton
-
This method returns the Processor instance that owns this button.
- getOwnerHashCode() - Method in class repicea.net.RemoteListener
-
- getPackagePath(Class) - Static method in class repicea.util.ObjectUtility
-
This method returns the path of a particular class.
- getParameter(Distribution.Type) - Method in class lerfob.carbonbalancetool.sensitivityanalysis.CATSensitivityAnalysisParameterWrapper
-
- getParameter() - Method in enum repicea.math.optimizer.AbstractOptimizer.LineSearchMethod
-
- getParameterEstimates() - Method in class repicea.simulation.SensitivityAnalysisParameter
-
- getParameterEstimates() - Method in interface repicea.stats.estimators.Estimator
-
This method returns the parameter estimates.
- getParameterEstimates() - Method in class repicea.stats.estimators.MaximumLikelihoodEstimator
-
- getParameterEstimates() - Method in class repicea.stats.estimators.OLSEstimator
-
- getParameters(MonteCarloSimulationCompliantObject) - Method in class lerfob.predictor.mathilde.MathildeSubModule
-
- getParameters(AWSModelCore.SubModelID) - Method in class lerfob.windstormdamagemodels.awsmodel.AWSModelCore
-
- getParameters() - Method in class repicea.stats.model.glm.copula.FGMCopulaGLModel
-
- getParameters() - Method in class repicea.stats.model.glm.copula.FGMCopulaGLModel.LikelihoodValue
-
- getParameters() - Method in class repicea.stats.model.glm.GeneralizedLinearModel
-
- getParameters() - Method in class repicea.stats.model.lm.LinearModel
-
- getParameters() - Method in interface repicea.stats.model.StatisticalModel
-
- getParametersAtMaximum() - Method in class repicea.math.optimizer.AbstractOptimizer
-
- getParametersForThisRealization(MonteCarloSimulationCompliantObject) - Method in class repicea.simulation.REpiceaPredictor
-
This method calls the setSpecificParametersDeviateForThisRealization method if the parameter variability is enabled and returns
a realization-specific simulated vector of model parameters.
- getParametersForThisRealization(MonteCarloSimulationCompliantObject) - Method in class repicea.simulation.SensitivityAnalysisParameter
-
This method calls the setSpecificParametersDeviateForThisRealization method if the parameter variability is enabled and returns
a realization-specific simulated vector of model parameters.
- getParameterValue(int) - Method in class repicea.math.AbstractMathematicalFunction
-
This method retrieve the parameter defined by the parameterName parameter.
- getParameterValue(int) - Method in class repicea.math.AbstractMathematicalFunctionWrapper
-
- getParameterValue(int) - Method in class repicea.stats.model.glm.copula.FGMCompositeLogLikelihood
-
- getParameterValueForThisSubject(MonteCarloSimulationCompliantObject) - Method in class lerfob.carbonbalancetool.sensitivityanalysis.CATSensitivityAnalysisParameter
-
- getParentComponent(Component, Class<? extends Container>) - Static method in class repicea.gui.CommonGuiUtility
-
This method looks for the Container instance that owns this component.
- getParentDirectory(File) - Method in class repicea.gui.ParentDrivenFileSystemView
-
- getParentWindow(Component) - Static method in class repicea.gui.CommonGuiUtility
-
This method looks for the Window instance that owns this component.
- getPdfValue() - Method in class repicea.stats.distributions.TruncatedGaussianDistribution.Bound
-
- getPlotWeight() - Method in interface repicea.simulation.covariateproviders.treelevel.TreeWeightProvider
-
This method returns the plot weight.
- getPlotWeightExpansionFactor() - Method in class repicea.simulation.treelogger.WoodPiece
-
This method returns the plot weight expansion factor in the case of unequal sampling probability or
unequal areas represented by each plot.
- getPopulationSize() - Method in class repicea.stats.estimates.PointEstimate
-
- getPossibleValuesInThisField(int) - Method in class repicea.stats.data.DataSet
-
This method returns all the possible values in this field.
- getPotentialMatches() - Method in class repicea.gui.components.REpiceaMatchSelector
-
- getPotentialPanel() - Method in class lerfob.treelogger.diameterbasedtreelogger.DiameterBasedTreeLogCategoryPanel
-
- getPotentialVegetation() - Method in interface repicea.simulation.covariateproviders.plotlevel.PotentialVegetationProvider
-
This method returns the potential vegetation type code (3 characters) as defined by the Quebec Ministry of
Natural Resources and Wildlife
- getPrecision() - Method in class repicea.io.javasql.SQLField
-
Return the precision of the field.
- getPred() - Method in class lerfob.predictor.volume.frenchcommercialvolume2014.FrenchCommercialVolume2014TreeImpl
-
- getPredicted() - Method in class repicea.stats.model.glm.GeneralizedLinearModel
-
- getPredicted() - Method in class repicea.stats.model.lm.LinearModel
-
- getPredicted() - Method in interface repicea.stats.model.StatisticalModel
-
This method returns a vector of predicted values.
- getPredictedTaperForTheseHeights(AbstractStemTaperPredictor.BasicStemTaperTree, List<Double>, Object...) - Method in class repicea.simulation.stemtaper.AbstractStemTaperPredictor
-
This method computes the stem taper.
- getPredictedTaperForTheseSegments(AbstractStemTaperPredictor.BasicStemTaperTree, StemTaperSegmentList) - Method in class repicea.simulation.stemtaper.AbstractStemTaperPredictor
-
This method computes the stem taper.
- getPredictionForThisStand(AWSStand, AWSTreatment) - Method in class lerfob.windstormdamagemodels.awsmodel.AlbrechtWindStormModel
-
This method generates three predictions : 1- the probability of stand damage,
2- the probability of total damage (>75% of basal area damaged) conditional on the occurrence of stand damaged, and
3- the proportion of stand damage (<75% of basal area damaged) given that the stand is not totally damaged.
- getPredictions() - Method in class repicea.stats.model.CompositeLogLikelihood
-
This method returns all the predicted values.
- getPredictionVector() - Method in class repicea.stats.model.glm.LikelihoodGLM
-
- getPredictionVector() - Method in class repicea.stats.model.IndividualLikelihood
-
- getPredictionVector() - Method in class repicea.stats.model.IndividualLogLikelihood
-
- getPredictionVector() - Method in interface repicea.stats.model.LikelihoodCompatible
-
This method returns the prediction associated with the observation.
- getPreferredSize() - Method in class repicea.simulation.processsystem.ProcessorButton
-
- getPreferredSize() - Method in class repicea.simulation.processsystem.SystemLabel
-
- getPrimaryProcessor() - Method in class lerfob.carbonbalancetool.productionlines.ProductionLine
-
Deprecated.
- getPrimaryProcessors() - Method in class repicea.simulation.processsystem.SystemManager
-
This method returns the list of primary processors, ie.
- getProbabilities() - Method in interface lerfob.windstormdamagemodels.awsmodel.AWSStand
-
This method serves to retrieve the probabilities associated to this stand.
- getProbability() - Method in interface lerfob.windstormdamagemodels.awsmodel.AWSTree
-
- getProbabilityDensity(Matrix) - Method in class repicea.stats.distributions.StandardGaussianDistribution
-
This method returns the result of the probability density function of the distribution parameter.
- getProbabilityLevel() - Method in class repicea.stats.estimates.ConfidenceInterval
-
This method returns the probability level of the interval.
- getProbabilityOfBeingOnPrivateLand() - Method in interface lerfob.predictor.thinners.frenchnfithinner2018.FrenchNFIThinnerPlot
-
This method returns the probability that the plot is located on private land.
- getProbabilityOfBeingOnPrivateLand() - Method in class lerfob.predictor.thinners.frenchnfithinner2018.FrenchNFIThinnerPlotImpl
-
- getProbabilityOfDamageForThisTree(BWDTree) - Method in class lerfob.windstormdamagemodels.bockwindddamagemodel.BWDModel
-
This method returns the probability of wind damage for an individual tree.
- getProcessedVolumeAtCreationDate() - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnit
-
This method returns the volume of the product as it was created.
- getProcessFeaturesPanel() - Method in class lerfob.carbonbalancetool.productionlines.AbstractProductionLineProcessor
-
- getProcessFeaturesPanel() - Method in class repicea.simulation.processsystem.Processor
-
This method returns other process features when the processor button is double clicked.
- getProcessor() - Method in class lerfob.carbonbalancetool.productionlines.CarbonUnitFeature
-
- getProductEstimate(double) - Method in class repicea.stats.estimates.BootstrapHybridPointEstimate
-
- getProductEstimate(double) - Method in class repicea.stats.estimates.Estimate
-
This method returns an difference estimate.
- getProductEstimate(Estimate<?>) - Method in class repicea.stats.estimates.Estimate
-
Returns an estimate of the product of two parametric univariate estimate.
- getProductEstimate(double) - Method in class repicea.stats.estimates.MonteCarloEstimate
-
- getProductEvolutionPerHa() - Method in class lerfob.carbonbalancetool.CATSimulationDifference
-
- getProductEvolutionPerHa() - Method in interface lerfob.carbonbalancetool.CATSimulationResult
-
This method returns the HWPs by use class at the different steps of the simulation.
- getProductionLine() - Method in class lerfob.carbonbalancetool.productionlines.ProductionLineProcessor
-
Deprecated.
- getProductionLineName() - Method in class lerfob.carbonbalancetool.productionlines.ProductionLine
-
Deprecated.
- getProductionLineNames() - Method in class lerfob.carbonbalancetool.productionlines.ProductionLineManager
-
Deprecated.
This method provides the names of the different production lines.
- getProductionLineNames() - Method in class lerfob.carbonbalancetool.woodpiecedispatcher.WoodPieceDispatcher
-
Deprecated.
- getProductionLines() - Method in class lerfob.carbonbalancetool.CATSettings
-
Deprecated.
- getProductionLineToBeSentTo() - Method in class lerfob.carbonbalancetool.productionlines.ProductionLineProcessor
-
Deprecated.
- getProductOfManyEstimates(List<Estimate>) - Static method in class repicea.stats.estimates.Estimate
-
- getProductProportions(boolean, CarbonUnit.Element) - Method in class lerfob.carbonbalancetool.CATProductCompartment
-
This method returns the proportion of use class.
- getProperty(String, String) - Method in class repicea.app.SettingMemory
-
This method returns a previously saved property or a default value if
the property has not been set yet.
- getProperty(String, double) - Method in class repicea.app.SettingMemory
-
This method returns a previously saved property or a default value if
the property has not been set yet.
- getProperty(String, boolean) - Method in class repicea.app.SettingMemory
-
This method returns a previously saved property or a default value if
the property has not been set yet.
- getProperty(String, int) - Method in class repicea.app.SettingMemory
-
This method returns a previously saved property or a default value if
the property has not been set yet.
- getProperty(WoodPiece.Property) - Method in class repicea.simulation.treelogger.WoodPiece
-
This method returns the value of a given property.
- getPropertyName() - Method in class repicea.simulation.REpiceaPredictorEvent
-
- getPropertyName() - Method in class repicea.simulation.REpiceaPredictorEvent.ModelBasedSimulatorEventProperty
-
- getProportion() - Method in class lerfob.carbonbalancetool.woodpiecedispatcher.LogCategoryToMarketMatch
-
Deprecated.
- getProportionOfDamagedTrees(BWDStand, double) - Method in class lerfob.windstormdamagemodels.bockwindddamagemodel.BWDModel
-
This method returns the proportion of damaged trees always in terms of number of stems.
- getQuantile(double) - Static method in class repicea.stats.distributions.utility.GaussianUtility
-
This method returns the quantiles of the distribution.
- getQuantileForProbability(double) - Method in class repicea.stats.estimates.BootstrapHybridPointEstimate
-
- getQuantileForProbability(double) - Method in class repicea.stats.estimates.GaussianErrorTermEstimate
-
- getQuantileForProbability(double) - Method in class repicea.stats.estimates.GaussianEstimate
-
- getQuantileForProbability(double) - Method in class repicea.stats.estimates.MonteCarloEstimate
-
This method returns the percentile of the Monte Carlo simulated distribution.
- getQuantileForProbability(double) - Method in class repicea.stats.estimates.PointEstimate
-
- getQuantileForProbability(double) - Method in class repicea.stats.estimates.UniformEstimate
-
- getRandom() - Static method in class repicea.stats.StatisticalUtility
-
This method returns a Random generator.
- getRandomCoordinates(int, FrenchDepartmentProvider.FrenchDepartment) - Method in class lerfob.predictor.mathilde.climate.GeographicalCoordinatesGenerator
-
This method returns a number of plot coordinates for imputation.
- getRandomDeviate() - Method in class repicea.simulation.ModelParameterEstimates
-
- getRandomDeviate() - Method in class repicea.stats.estimates.Estimate
-
This method returns a random deviate from this estimate.
- getRandomDeviate(GaussianErrorTermList) - Method in class repicea.stats.estimates.GaussianErrorTermEstimate
-
- getRandomDeviate() - Method in class repicea.stats.estimates.PopulationMeanEstimate
-
- getRandomEffect(AWSModelCore.RandomEffectID) - Method in class lerfob.windstormdamagemodels.awsmodel.AWSModelCore
-
This method records the AWSStand and its random effect vector in the randomDeviatesRegistry member.
- getRandomEffects(MonteCarloSimulationCompliantObject) - Method in class lerfob.predictor.mathilde.climate.formerversion.MathildeClimatePredictor
-
Deprecated.
- getRandomEffects(MonteCarloSimulationCompliantObject) - Method in class lerfob.predictor.mathilde.climate.MathildeClimatePredictor
-
- getRandomEffects(MonteCarloSimulationCompliantObject) - Method in class lerfob.predictor.mathilde.MathildeSubModule
-
- getRandomEffectsForThisSubject(MonteCarloSimulationCompliantObject) - Method in class repicea.simulation.REpiceaPredictor
-
This method calls the setSpecificPlotRandomEffectsForThisStand method if the random effects variability is enabled and returns
a stand-specific simulated vector of random effects.
- getRandomRealization() - Method in interface repicea.stats.Distribution
-
This method draws a random realization from the distribution.
- getRandomRealization() - Method in class repicea.stats.distributions.CenteredGaussianDistribution
-
- getRandomRealization(GaussianErrorTermList) - Method in class repicea.stats.distributions.CenteredGaussianDistribution
-
- getRandomRealization() - Method in class repicea.stats.distributions.ChiSquaredDistribution
-
- getRandomRealization() - Method in class repicea.stats.distributions.EmpiricalDistribution
-
- getRandomRealization() - Method in class repicea.stats.distributions.StandardGaussianDistribution
-
- getRandomRealization() - Method in class repicea.stats.distributions.StudentTDistribution
-
- getRandomRealization() - Method in class repicea.stats.distributions.TruncatedGaussianDistribution
-
- getRandomRealization() - Method in class repicea.stats.distributions.UniformDistribution
-
- getRandomRealization() - Method in class repicea.stats.distributions.UnknownDistribution
-
- getRank() - Method in class repicea.simulation.treelogger.WoodPiece
-
This method return the rank of the log in the tree from the stump to the top.
- getRatio() - Method in enum lerfob.carbonbalancetool.CATCarbonContentRatioProvider.AverageCarbonContent
-
This method returns the average carbon content ratio.
- getRealization(int) - Method in interface repicea.simulation.covariateproviders.plotlevel.StochasticInformationProvider
-
This method returns the realization.
- getRealizationIds() - Method in interface repicea.simulation.covariateproviders.plotlevel.StochasticInformationProvider
-
Returns the ids of the different realizations
- getRealizations() - Method in class repicea.stats.distributions.EmpiricalDistribution
-
This method returns the array that contains all the observations of this distribution.
- getRealizedErrors() - Method in class repicea.stats.distributions.GaussianErrorTermList
-
- getRecordCount() - Method in class repicea.io.FormatReader
-
This method returns the number of records that contains the file read by the FormatReader instance.
- getRecordSet() - Method in class repicea.io.tools.ExportTool.InternalSwingWorkerForRecordSet
-
Deprecated.
- getRecordsToSave() - Method in interface repicea.io.FormatCompliant
-
This method returns the records to be saved.
- getReferenceStands() - Static method in class lerfob.predictor.mathilde.climate.formerversion.MathildeClimatePredictor
-
Deprecated.
This method returns a copy of static member referenceStands.
- getReferenceStands() - Static method in class lerfob.predictor.mathilde.climate.MathildeClimatePredictor
-
This method returns a copy of static member referenceStands.
- getReferenceTables() - Method in class lerfob.windstormdamagemodels.awsmodel.AWSModelCore
-
- getRelativeH100D100Ratio(AWSTree.AWSTreeSpecies, double, double, int) - Method in class lerfob.windstormdamagemodels.awsmodel.AWSReferenceTables
-
This method returns the relative ratio between h100:d100 with respect to average observed ratios
by 5-m dominant height class.
- getRelativePackagePath(Class) - Static method in class repicea.util.ObjectUtility
-
This method returns the relative path of a particular class with respect to the rootpath.
- getRelativePartsVector() - Method in class repicea.io.RelativePathFile
-
- getRelativePath() - Method in class repicea.io.RelativePathFile
-
- getRelativePointFromDropEvent(DropTargetDropEvent) - Method in class repicea.gui.dnd.DnDPanel
-
- getReleasedCarbonArray() - Method in class lerfob.carbonbalancetool.productionlines.CarbonUnit
-
This method returns the released carbon along in time given the product has been actualized.
- getRemoteListeners() - Method in class repicea.net.RemoteEventManager
-
This method returns the remote listeners.
- getRemoteOwnerClassName() - Method in class repicea.net.RemoteListener
-
- getRescalingFactors() - Method in class repicea.simulation.stemtaper.StemTaperSegment
-
- getRescalingFactors() - Method in class repicea.stats.integral.CompositeSimpsonRule
-
- getRescalingFactors() - Method in class repicea.stats.integral.GaussHermiteQuadrature
-
- getRescalingFactors() - Method in class repicea.stats.integral.GaussLegendreQuadrature
-
- getRescalingFactors() - Method in class repicea.stats.integral.NumericalIntegrationMethod
-
This method returns the rescaling factor for the numerical integration.
- getRescalingFactors() - Method in class repicea.stats.integral.TrapezoidalRule
-
- getRescalingFactorsAcrossSegments() - Method in class repicea.simulation.stemtaper.StemTaperSegmentList
-
This method returns a List of Double instances that correspond to the rescaling factors across the segments.
- getResidualError() - Method in class repicea.simulation.REpiceaPredictor
-
This method returns the residual error under the assumption of iid and that the error is unique for all groups.
- getResidualErrorForThisSubject(MonteCarloSimulationCompliantObject, Enum<?>) - Method in class repicea.simulation.REpiceaPredictor
-
This method returns the residual error or the vector of residual errors associated with the subjectId.
- getResidualErrorForThisVersion() - Method in class lerfob.predictor.mathilde.MathildeSubModule
-
- getResiduals() - Method in class repicea.stats.model.glm.GeneralizedLinearModel
-
- getResiduals() - Method in class repicea.stats.model.lm.LinearModel
-
- getResiduals() - Method in interface repicea.stats.model.StatisticalModel
-
This method returns a vector of residuals, that is observed values minus predictions.
- getResidualVariance() - Method in class repicea.stats.estimators.OLSEstimator
-
This method returns the residual variance of the OLS algorithm.
- getResidualVariance() - Method in class repicea.stats.model.lm.LinearModel
-
This method returns the residual variance only if the optimizer is an instance
of OLSOptimizer.
- getRestartButton() - Method in class repicea.net.server.gui.ClientThreadPanel
-
- getResultForThisTree(AWSTree) - Method in class lerfob.windstormdamagemodels.awsmodel.AlbrechtWindStormModel
-
This method provides a prediction of damage for an individual tree.
- getResultId() - Method in class lerfob.carbonbalancetool.CATSimulationDifference
-
- getResultId() - Method in interface lerfob.carbonbalancetool.CATSimulationResult
-
This method returns the result id for this instance.
- getRevision() - Method in class lerfob.carbonbalancetool.pythonaccess.PythonAccessPoint
-
This method returns the version of the lerfob-cat application.
- getRevision() - Method in class repicea.app.AbstractAppVersion
-
This method returns the revision number, i.e.
- getRevision() - Method in class repicea.console.TriggerSettings
-
- getRightAnchor() - Method in interface repicea.simulation.processsystem.AnchorProvider
-
- getRightAnchor() - Method in class repicea.simulation.processsystem.PreProcessorLinkLine.InternalMouseMotionListener
-
- getRightAnchor() - Method in class repicea.simulation.processsystem.ProcessorButton
-
- getRootBiomassContentForOakKg(DbhCmProvider) - Static method in class lerfob.biomassmodel.drexhagecolin.DrexhageAndColinRootBiomassPredictor
-
This static method returns the root biomass for Oak trees in kg.
- getRootBiomassForBeechKg(DbhCmProvider) - Static method in class lerfob.biomassmodel.drexhagecolin.DrexhageAndColinRootBiomassPredictor
-
This static method returns the root dry biomass for Beech trees in kg.
- getRootPathname() - Method in class repicea.io.RelativePathFile
-
- getRoots() - Method in class repicea.gui.ParentDrivenFileSystemView
-
- getRotationLength() - Method in class lerfob.carbonbalancetool.CATCompartmentManager
-
This method returns the rotation length in year.
- getRotationLength() - Method in class lerfob.carbonbalancetool.CATSimulationDifference
-
- getRotationLength() - Method in interface lerfob.carbonbalancetool.CATSimulationResult
-
This method returns either the rotation length (to the final cut) or the projection length in case of uneven-aged stand.
- getRowCount() - Method in class lerfob.carbonbalancetool.gui.AsymmetricalCategoryDataset
-
- getRowIndex(Comparable) - Method in class lerfob.carbonbalancetool.gui.AsymmetricalCategoryDataset
-
- getRowIndex() - Method in class repicea.io.javasql.SQLReader
-
Returns the row index at which the reader is.
- getRowIndex() - Method in class repicea.stats.estimates.Estimate
-
This method returns the row index.
- getRowKey(int) - Method in class lerfob.carbonbalancetool.gui.AsymmetricalCategoryDataset
-
- getRowKeys() - Method in class lerfob.carbonbalancetool.gui.AsymmetricalCategoryDataset
-
- getSample(List<?>, int, boolean) - Static method in class repicea.stats.sampling.SamplingUtility
-
This method returns a sample from a population.
- getSample(List<?>, int) - Static method in class repicea.stats.sampling.SamplingUtility
-
This method returns a sample from a population drawn according to a random sample without replacement.
- getSample(Map, int) - Static method in class repicea.stats.sampling.SamplingUtility
-
This method returns a sample from a population drawn without replacement..
- getSampleSize() - Method in class repicea.stats.estimates.BootstrapHybridPointEstimate
-
Returns the sample size the individual point estimates are based on or -1 if
no point estimate is available at the moment.
- getSampleSize() - Method in class repicea.stats.estimates.CorrelationEstimate
-
This method return the sample size.
- getSamplingRelatedVariance() - Method in class repicea.stats.estimates.BootstrapHybridPointEstimate.VariancePointEstimate
-
This method returns the estimate of the sampling-related variance.
- getSamplingUnitID() - Method in interface repicea.simulation.covariateproviders.treelevel.SamplingUnitIDProvider
-
This method returns the id of the sample plot that contains this tree.
- getSaveThread() - Method in class repicea.io.tools.REpiceaExportTool.InternalSwingWorkerForRecordSet
-
- getScalingFactor() - Method in class repicea.simulation.stemtaper.AbstractStemTaperEstimate
-
- getSectionDiameter() - Method in class repicea.simulation.stemtaper.StemTaperCrossSection
-
This method returns the diameter of the section (mm).
- getSectionHeight() - Method in class repicea.simulation.stemtaper.StemTaperCrossSection
-
This method returns the height of the section (m).
- getSelectedExportOptions() - Method in class repicea.io.tools.ExportTool
-
Deprecated.
- getSelectedExportOptions() - Method in class repicea.io.tools.REpiceaExportTool
-
- getSelectedGroupId() - Method in class repicea.io.tools.REpiceaRecordReader
-
This method returns the id of the selected group.
- getSelectedIndex() - Method in class repicea.gui.genericwindows.REpiceaSimpleListDialog
-
This method returns the selected index the list.
- getSelectedTreeLogger() - Method in class lerfob.carbonbalancetool.productionlines.ProductionProcessorManager
-
- getSelectedTreeLoggerParameters() - Method in class lerfob.carbonbalancetool.productionlines.ProductionProcessorManager
-
- getSelectedValue() - Method in class repicea.gui.genericwindows.REpiceaSimpleListDialog
-
This method returns the String selected in the list.
- getSelector() - Method in class lerfob.carbonbalancetool.io.CATGrowthSimulationImportFromOtherApp
-
This method returns the selector for the species in CAT.
- getSelector() - Method in class lerfob.carbonbalancetool.io.CATGrowthSimulationRecordReader
-
This method returns the selector for the species in CAT.
- getSettingMemory() - Method in class lerfob.carbonbalancetool.CATSettings
-
- getSettingMemory() - Method in class repicea.app.AbstractGenericEngine
-
This method returns the settings of the application.
- getSettingMemoryFilename() - Method in class repicea.console.Trigger
-
- getSettings() - Method in class repicea.console.Trigger
-
- getShortDummyVariable() - Method in enum lerfob.predictor.mathilde.MathildeTreeSpeciesProvider.MathildeTreeSpecies
-
This method returns a 1x3 row vector of dummy variables which represent the species effect.
- getSigma2() - Method in class repicea.stats.distributions.StandardGaussianDistribution
-
- getSimulationSummary() - Method in class lerfob.carbonbalancetool.CATCompartmentManager
-
This method returns a summary of simulation.
- getSlopeInclinationPercent() - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018PlotImpl
-
- getSlopeInclinationPercent() - Method in class lerfob.predictor.thinners.frenchnfithinner2018.FrenchNFIThinnerPlotImpl
-
- getSlopeInclinationPercent() - Method in interface repicea.simulation.covariateproviders.plotlevel.SlopeInclinationPercentProvider
-
This method returns the slope inclination in percentage.
- getSocket() - Method in class repicea.net.server.ClientThread
-
- getSocket() - Method in class repicea.net.server.gui.ServerInterfaceEngine
-
- getSoilHorizonCDepthM() - Method in interface lerfob.windstormdamagemodels.bockwindddamagemodel.BWDTree
-
This method returns the C horizon depth (m).
- getSonAnchor() - Method in class lerfob.carbonbalancetool.productionlines.EndOfLifeLinkLine
-
- getSonAnchor() - Method in class repicea.simulation.processsystem.AbstractProcessorLinkLine
-
- getSonAnchor() - Method in class repicea.simulation.processsystem.ValidProcessorLinkLine
-
- getSource() - Method in class repicea.simulation.REpiceaPredictorEvent
-
- getSourceActions(JComponent) - Method in class repicea.gui.dnd.ReplaceTextTransferHandler
-
- getSpecies() - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2014.FrenchHDRelationship2014InternalPredictor
-
- getSpecies() - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018InternalPredictor
-
- getSpecies() - Method in interface lerfob.predictor.hdrelationships.FrenchHeightPredictor
-
Returns the species for the internal species-specific height predictor.
- getSpecies(int) - Static method in enum lerfob.predictor.mathilde.MathildeTreeSpeciesProvider.MathildeTreeSpecies
-
This method returns the species enum according to the code.
- getSpecies() - Method in interface repicea.simulation.covariateproviders.treelevel.SpeciesProvider
-
This method returns the species name of this tree.
- getSpecies() - Method in class repicea.simulation.treelogger.LogCategory
-
- getSpeciesComposition() - Method in interface repicea.simulation.covariateproviders.plotlevel.SpeciesCompositionProvider
-
This method returns the composition of the plot, that is either broadleaved dominated,
conifer dominated or mixed.
- getSpeciesIn2014() - Static method in enum lerfob.predictor.hdrelationships.FrenchHDRelationshipTree.FrenchHdSpecies
-
- getSpeciesList() - Method in class lerfob.carbonbalancetool.CATCompartmentManager
-
- getSpeciesList() - Method in class lerfob.carbonbalancetool.io.CATGrowthSimulationRecordReader
-
- getSpeciesLogCategories(Object) - Method in class repicea.simulation.treelogger.TreeLoggerParameters
-
This method returns the List of LogCategory-derived object for a
particular species.
- getSpeciesName() - Method in class lerfob.carbonbalancetool.productionlines.CarbonUnit
-
- getSpeciesName() - Method in interface repicea.simulation.covariateproviders.treelevel.SpeciesNameProvider
-
This method returns the species name of this tree.
- getSpeciesType() - Method in enum lerfob.carbonbalancetool.CATSettings.CATSpecies
-
- getSpeciesType() - Method in enum lerfob.predictor.hdrelationships.FrenchHDRelationshipTree.FrenchHdSpecies
-
- getSpeciesType() - Method in enum lerfob.predictor.thinners.frenchnfithinner2018.FrenchNFIThinnerPredictor.FrenchNFIThinnerSpecies
-
- getSpeciesType() - Method in interface repicea.simulation.covariateproviders.treelevel.SpeciesTypeProvider
-
This method returns the species type of the tree.
- getSpeciesType() - Method in enum repicea.simulation.species.REpiceaSpecies.Species
-
- getSquaredDbhCm() - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018TreeImpl
-
- getSquaredDbhCm() - Method in class lerfob.predictor.volume.frenchcommercialvolume2014.FrenchCommercialVolume2014TreeImpl
-
- getSquaredDbhCm() - Method in class lerfob.predictor.volume.frenchcommercialvolume2020.FrenchCommercialVolume2020TreeImpl
-
- getSquaredDbhCm() - Method in interface repicea.simulation.covariateproviders.treelevel.SquaredDbhCmProvider
-
This method returns the square of dbh.
- getSquaredDiameters(Matrix) - Method in class repicea.simulation.stemtaper.AbstractStemTaperEstimate
-
- getSquaredLnDbhCmPlus1() - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018TreeImpl
-
- getSquaredLnDbhCmPlus1() - Method in interface repicea.simulation.covariateproviders.treelevel.SquaredLnDbhCmPlus1Provider
-
This method returns (ln(dbh + 1))^2 with the dbh in cm.
- getStand() - Method in class lerfob.windstormdamagemodels.awsmodel.AWSModelCore
-
- getStandAndMonteCarloID() - Method in interface lerfob.windstormdamagemodels.awsmodel.AWSStand
-
An id that is different for each Monte Carlo iteration if the stochastic mode is enabled
- getStandAndMonteCarloID() - Method in class lerfob.windstormdamagemodels.awsmodel.AWSStandImpl
-
- getStandardDeviation() - Method in class repicea.stats.distributions.StandardGaussianDistribution
-
This method returns the lower triangle of the Cholesky decomposition of the variance-covariance matrix.
- getStandardDeviation() - Method in class repicea.stats.distributions.StudentTDistribution
-
This method returns the lower triangle of the Cholesky decomposition of the variance-covariance matrix.
- getStandID() - Method in class lerfob.carbonbalancetool.CATSimulationDifference
-
- getStandID() - Method in interface lerfob.carbonbalancetool.CATSimulationResult
-
This method return the identifier of the stand.
- getStandIdentification() - Method in interface lerfob.carbonbalancetool.CATCompatibleStand
-
This method returns the identification of the stand.
- getStandingPrices(FrenchNFIThinnerPredictor.FrenchNFIThinnerSpecies, int, int, int) - Method in class lerfob.predictor.thinners.frenchnfithinner2018.FrenchNFIThinnerPredictor
-
This method makes it possible to retrieve the prices for a given period and a given
target species.
- getStandList() - Method in class lerfob.carbonbalancetool.CATCompartmentManager
-
- getStandList() - Method in class lerfob.carbonbalancetool.io.CATGrowthSimulationImportFromOtherApp
-
This method returns the stand list that was last read.
- getStandList() - Method in class lerfob.carbonbalancetool.io.CATGrowthSimulationRecordReader
-
This method returns the stand list that was last read.
- getStandList() - Method in class lerfob.carbonbalancetool.io.CATYieldTableRecordReader
-
This method returns the stand list that was last read.
- getStandVariable(Enum) - Method in class lerfob.windstormdamagemodels.awsmodel.AWSModelCore
-
- getStartDateYr() - Method in class repicea.simulation.climate.REpiceaClimateChangeTrend
-
Returns the start date of the trend.
- getStartValue(int, int) - Method in class lerfob.carbonbalancetool.gui.AsymmetricalCategoryDataset
-
- getStartValue(Comparable, Comparable) - Method in class lerfob.carbonbalancetool.gui.AsymmetricalCategoryDataset
-
- getStatement() - Method in class repicea.io.javasql.SQLField
-
- getStatusClass() - Method in interface repicea.simulation.covariateproviders.treelevel.TreeStatusProvider
-
This method returns the status class of the tree.
- getStdDevValue(int, int) - Method in class lerfob.carbonbalancetool.gui.AsymmetricalCategoryDataset
-
- getStdDevValue(Comparable, Comparable) - Method in class lerfob.carbonbalancetool.gui.AsymmetricalCategoryDataset
-
- getStemAndBranchesCommercialOverbarkVolume(double, double, FagaceesSpeciesProvider.FgSpecies) - Method in class lerfob.allometricrelationships.BouchonVolumeEquations
-
Calculates the commercial wood volume for the stem and the branches, using a
small-end minimum diameter of 7cm.
- getStemBasalAreaM2() - Method in interface repicea.simulation.covariateproviders.treelevel.BasalAreaM2Provider
-
This method returns the basal area of the tree object.
- getStemCommercialOverbarkVolume(double, double, FagaceesSpeciesProvider.FgSpecies) - Method in class lerfob.allometricrelationships.BouchonVolumeEquations
-
Calculates the over-bark wood volume for STEM ONLY, using a small end minimum
diameter of 7 cm using Bouchon Volume Tables (Bouchon 1982 for beech, Bouchon 1974 for oak)
- getStockDensity(AWSTree.AWSTreeSpecies, int, double, double) - Method in class lerfob.windstormdamagemodels.awsmodel.AWSReferenceTables
-
This method returns the ratio between the current basal area and the
optimal basal area according to the yield tables.
- getStratumFieldEnum() - Method in class repicea.io.tools.ImportFieldManager
-
- getString(REpiceaTranslator.TextableEnum) - Static method in class repicea.util.REpiceaTranslator
-
This method returns the message associated to this messageID Enum instance.
- getStringProperties() - Method in class repicea.app.SettingMemory
-
This method returns the Map of properties.
- getStudentT() - Method in class repicea.stats.estimates.CorrelationEstimate
-
This method returns the t value under the assumption that the true correlation is null.
- getSubjectId(CATSensitivityAnalysisSettings.VariabilitySource, CATCompatibleTree) - Method in class lerfob.carbonbalancetool.biomassparameters.BiomassParameters
-
- getSubjectId() - Method in class lerfob.carbonbalancetool.CATCompartmentManager
-
- getSubjectId() - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018PlotImpl
-
- getSubjectId() - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018TreeImpl
-
- getSubjectId() - Method in class lerfob.predictor.thinners.frenchnfithinner2018.FrenchNFIThinnerPlotImpl
-
- getSubjectId() - Method in class lerfob.predictor.volume.frenchcommercialvolume2014.FrenchCommercialVolume2014TreeImpl
-
- getSubjectId() - Method in class lerfob.predictor.volume.frenchcommercialvolume2020.FrenchCommercialVolume2020TreeImpl
-
- getSubjectId() - Method in interface repicea.simulation.MonteCarloSimulationCompliantObject
-
This method returns an object that makes it possible to identify
the subject that implements this interface.
- getSubjectId() - Method in class repicea.simulation.REpiceaPredictor.CruiseLine
-
- getSubjectId() - Method in class repicea.simulation.REpiceaPredictor.IntervalNestedInPlotDefinition
-
- getSubjectPlusMonteCarloSpecificId(MonteCarloSimulationCompliantObject) - Method in class repicea.simulation.REpiceaPredictor
-
- getSubjectPlusMonteCarloSpecificId(String, int) - Static method in class repicea.simulation.REpiceaPredictor
-
- getSubMatrix(int, int, int, int) - Method in class repicea.math.Matrix
-
This method returns a submatrix of this matrix.
- getSubMatrix(List<Integer>, List<Integer>) - Method in class repicea.math.Matrix
-
This method returns a sub matrix whose elements correspond to the indices listed in
the row index list and the column index list.
- getSubModule(int) - Method in class lerfob.predictor.mathilde.thinning.MathildeTreeThinningPredictor
-
- getSubProcessorIntakes() - Method in class repicea.simulation.processsystem.Processor
-
This method returns the processor intakes in a map.
- getSubProcessors() - Method in class repicea.simulation.processsystem.Processor
-
This method returns the processes that are subordinated to this one.
- getSubstitutionCO2EqFunctionalUnit(CATCompartmentManager) - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnitFeature
-
- getSuggestedIPCCValue() - Method in enum lerfob.carbonbalancetool.sensitivityanalysis.CATSensitivityAnalysisSettings.VariabilitySource
-
- getSumAcrossSpecies() - Method in class lerfob.carbonbalancetool.CATUtilityMaps.SpeciesMonteCarloEstimateMap
-
Returns the MonteCarloEstimateMap instance of the sum across the species.
- getSumEstimate(Estimate<?>) - Method in class repicea.stats.estimates.BootstrapHybridPointEstimate
-
- getSumEstimate(Estimate<?>) - Method in class repicea.stats.estimates.Estimate
-
This method returns a sum of two estimates.
- getSumEstimate(Estimate<?>) - Method in class repicea.stats.estimates.MonteCarloEstimate
-
- getSummary() - Method in class repicea.stats.model.AbstractStatisticalModel
-
- getSummary() - Method in class repicea.stats.model.glm.copula.FGMCopulaGLModel
-
- getSummary() - Method in interface repicea.stats.model.StatisticalModel
-
This method returns the results of the fit on screen.
- getSumOfElements() - Method in class repicea.math.Matrix
-
This method returns the sum of all the elements in the Matrix instance.
- getSumOfElements(int, int, int, int) - Method in class repicea.math.Matrix
-
This method returns the sum of the elements of a submatrix.
- getSystemLayout() - Method in class repicea.simulation.processsystem.SystemPanel
-
- getTable() - Method in class repicea.gui.components.REpiceaMatchSelectorDialog
-
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class repicea.gui.components.REpiceaCellEditor
-
- getTargetHashCode() - Method in class repicea.net.RemoteEvent
-
This method returns the hashcode of the target (local) class.
- getTasksToDo() - Method in class repicea.gui.REpiceaMenuItem
-
This method returns the tasks to do associated with this menu item.
- getTimeSinceFirstKnownDateYrs(int) - Method in interface repicea.simulation.covariateproviders.plotlevel.NaturalDisturbanceInformationProvider
-
This method returns the time since the first known date.
- getTimeSinceLastCutYr() - Method in interface repicea.simulation.covariateproviders.plotlevel.TimeSinceLastCutYrProvider
-
This method returns the number of years since the last harvesting.
- getTimeSinceLastDisturbanceYrs(DisturbanceTypeProvider.DisturbanceType, int) - Method in interface repicea.simulation.covariateproviders.plotlevel.NaturalDisturbanceInformationProvider
-
This method returns the time since the last disturbance or null if this time is unknown.
- getTimeTable() - Method in class lerfob.carbonbalancetool.CATCompartment
-
- getTimeTable() - Method in class lerfob.carbonbalancetool.CATCompartmentManager
-
This method returns the TimeScale instance the simulation has been run with.
- getTimeTable() - Method in class lerfob.carbonbalancetool.CATSimulationDifference
-
- getTimeTable() - Method in interface lerfob.carbonbalancetool.CATSimulationResult
-
This method returns an array with the date or age of the carbon simulation.
- getTimeTable() - Method in class lerfob.carbonbalancetool.productionlines.CarbonUnit
-
- getTitle() - Method in class repicea.console.Trigger
-
- getTitle(Class<? extends Window>) - Static method in class repicea.gui.UIControlManager
-
This method returns the title associated to this Window-derived class.
- getTitledBorder(String) - Static method in class repicea.gui.UIControlManager
-
This static method returns a Border instance with a title.
- getTitleForThisDialog() - Method in class repicea.gui.components.REpiceaMatchSelectorDialog
-
- getToken() - Method in class repicea.io.javacsv.CSVHeader
-
- getTopHeight() - Method in class repicea.simulation.stemtaper.StemTaperSegment
-
This method returns the height (m) of the upper cross section.
- getTopLeftPanel() - Method in class repicea.io.tools.ExportToolDialog
-
Deprecated.
- getTopLeftPanel() - Method in class repicea.io.tools.REpiceaExportToolDialog
-
- getTopPanels() - Method in class repicea.io.tools.ExportToolDialog
-
Deprecated.
- getTopPanels() - Method in class repicea.io.tools.REpiceaExportToolDialog
-
- getTopRightPanel() - Method in class repicea.io.tools.ExportToolDialog
-
Deprecated.
- getTopRightPanel() - Method in class repicea.io.tools.REpiceaExportToolDialog
-
- getTotalAboveGroundOverbarkVolume(double, double, FagaceesSpeciesProvider.FgSpecies) - Method in class lerfob.allometricrelationships.ValletTotalAboveGroundVolumeEquations
-
This method implements the models developed in Vallet et al.
- getTotalCarbonSubstitution(CATCompartmentManager) - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnit
-
This method returns the total substitution effect of this product.
- getTotalCombustionEmissionsCO2Eq() - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnit
-
This method returns the total emissions due to combusion in CO2 eq.
- getTotalHeatProductionMgWh() - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnit
-
This method returns the total heat production from this carbon unit in KWh.
- getTotalHeatProductionMgWhHa(double) - Method in class lerfob.carbonbalancetool.CATProductCompartment
-
- getTotalMethaneEmissionsCO2Eq() - Method in class lerfob.carbonbalancetool.productionlines.LandfillCarbonUnit
-
This method returns the total CH4 carbon equivalent emissions through out the lifetime of the landfill product.
- getTotalNonRenewableCarbonEmissionsMgCO2Eq() - Method in class lerfob.carbonbalancetool.productionlines.CarbonUnit
-
This method returns the emissions in Mg of CO2 Eq.
- getTotalNonRenewableCarbonEmissionsMgCO2Eq() - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnit
-
This method computes the carbon emissions related to the processing of
this end product.
- getTotalVariance() - Method in class repicea.stats.estimates.BootstrapHybridPointEstimate.VariancePointEstimate
-
This method returns the estimate of the total variance.
- getTotalVolumeM3(Collection<? extends AllometryCalculableTree>) - Method in class repicea.simulation.allometrycalculator.AllometryCalculator
-
This method computes the above ground volume for a collection of trees.
- getTotalVolumeM3() - Method in interface repicea.simulation.covariateproviders.treelevel.TotalVolumeM3Provider
-
This method calculates the total volume of the tree.
- getTotalVolumeM3() - Method in class repicea.simulation.treelogger.WoodPiece
-
This method returns the volume (m3) of this wood piece including the bark without any expansion factor.
- getTrace() - Method in class repicea.math.Matrix
-
This method computes the trace of the matrix, i.e.
- getTranslation(REpiceaTranslator.TextableEnum, REpiceaTranslator.Language) - Static method in class repicea.util.REpiceaTranslator
-
This method returns the translation of a particular TextableEnum instance.
- getTreatment() - Method in class lerfob.windstormdamagemodels.awsmodel.AWSModelCore
-
- getTreatmentVariable(AWSTreatment.TreatmentVariable) - Method in class lerfob.windstormdamagemodels.awsmodel.AWSModelCore
-
- getTree() - Method in class lerfob.windstormdamagemodels.awsmodel.AWSModelCore
-
- getTreeFromWhichComesThisPiece() - Method in class repicea.simulation.treelogger.WoodPiece
-
This method returns the LoggableTree object from which this piece originates.
- getTreeInstance() - Method in class repicea.simulation.treelogger.TreeLoggerCompatibilityCheck
-
- getTreeLogCategory() - Method in class repicea.simulation.treelogger.LogCategoryPanel
-
This method returns the TreeLogCategory object this TreeLogCategoryPanel is based on.
- getTreeLogger() - Method in class lerfob.carbonbalancetool.CATSettings
-
This method returns the TreeLogger instance of the settings.
- getTreeLogger() - Method in class repicea.simulation.treelogger.TreeLoggerWrapper
-
Deprecated.
This method returns the TreeLogger instance that is contained in this wrapper.
- getTreeLoggerClass() - Method in class repicea.simulation.treelogger.TreeLoggerDescription
-
This method returns the TreeLogger class.
- getTreeLoggerDescription() - Method in class repicea.simulation.treelogger.TreeLoggerParameters
-
This method returns a TreeLoggerDescription based on the TreeLogger class of this
instance.
- getTreeLoggerDescriptions() - Method in class lerfob.carbonbalancetool.CATSettings
-
Deprecated.
- getTreeLoggerParameters() - Method in class lerfob.carbonbalancetool.catdiameterbasedtreelogger.CATDiameterBasedTreeLogger
-
- getTreeLoggerParameters() - Method in class lerfob.carbonbalancetool.catdiameterbasedtreelogger.CATDiameterBasedTreeLoggerParametersDialog
-
- getTreeLoggerParameters() - Method in class repicea.simulation.treelogger.TreeLogger
-
This method returns the parameters of the TreeLogger object.
- getTreeLoggerParameters() - Method in class repicea.simulation.treelogger.TreeLoggerParametersDialog
-
- getTrees(TreeStatusProvider.StatusClass) - Method in class lerfob.carbonbalancetool.CATCompartmentManager
-
- getTrees(TreeStatusProvider.StatusClass) - Method in interface repicea.simulation.covariateproviders.plotlevel.TreeStatusCollectionsProvider
-
This method returns the Collection of Tree instances with a particular
status class.
- getTreesForFrenchHDRelationship() - Method in interface lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2014.FrenchHDRelationship2014Stand
-
This method returns the trees that are available in the stand for height prediction.
- getTreesForFrenchHDRelationship() - Method in interface lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018Plot
-
This method returns the trees that are available in the stand for height prediction.
- getTreesForFrenchHDRelationship() - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018PlotImpl
-
- getTreesFromStand(FrenchHDRelationship2014Stand) - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2014.FrenchHDRelationship2014InternalPredictor
-
- getTreesFromStand(FrenchHDRelationship2018Plot) - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018InternalPredictor
-
- getTreesFromStand(Stand) - Method in class repicea.simulation.hdrelationships.HDRelationshipPredictor
-
This method selects the trees from which the blups must be calculated.
- getTreesLarger(Collection<? extends LightAllometryCalculableTree>, double) - Method in class repicea.simulation.allometrycalculator.AllometryCalculator
-
This method returns a collection of CalculableTree objects that have a dbh greater than a particular
threshold.
- getTreeVariable(Enum) - Method in class lerfob.windstormdamagemodels.awsmodel.AWSModelCore
-
- getTrueParameterIndices() - Method in class repicea.simulation.ModelParameterEstimates
-
This method returns the indices of the parameters that were truly estimated.
- getTrueRootPath(Class) - Static method in class repicea.util.ObjectUtility
-
This method returns the root path of the application.
- getType() - Method in class repicea.gui.components.NumberFormatFieldFactory.NumberFieldDocument.NumberFieldEvent
-
- getType() - Method in class repicea.io.GExportFieldDetails
-
- getType() - Method in interface repicea.stats.Distribution
-
This method returns the type of the distribution.
- getType() - Method in class repicea.stats.distributions.CenteredGaussianDistribution
-
- getType() - Method in class repicea.stats.distributions.ChiSquaredDistribution
-
- getType() - Method in class repicea.stats.distributions.EmpiricalDistribution
-
- getType() - Method in class repicea.stats.distributions.StandardGaussianDistribution
-
- getType() - Method in class repicea.stats.distributions.StudentTDistribution
-
- getType() - Method in class repicea.stats.distributions.UniformDistribution
-
- getType() - Method in class repicea.stats.distributions.UnknownDistribution
-
- getType() - Method in class repicea.stats.model.glm.LinkFunction
-
Provides the type of link function.
- getTypeName() - Method in class repicea.io.javasql.SQLField
-
This method returns the string code associated with the type.
- getUI(Container) - Method in class lerfob.carbonbalancetool.biomassparameters.BiomassParameters
-
- getUI(Container) - Method in class lerfob.carbonbalancetool.CarbonAccountingTool
-
- getUI() - Method in class lerfob.carbonbalancetool.CarbonAccountingTool
-
- getUI() - Method in class lerfob.carbonbalancetool.catdiameterbasedtreelogger.CATDiameterBasedTreeLogCategory
-
- getUI(Container) - Method in class lerfob.carbonbalancetool.catdiameterbasedtreelogger.CATDiameterBasedTreeLoggerParameters
-
- getUI(Container) - Method in class lerfob.carbonbalancetool.CATUtility.ProductionProcessorManagerWrapper
-
- getUI(Container) - Method in class lerfob.carbonbalancetool.io.CATGrowthSimulationSpeciesSelector
-
- getUI(Container) - Method in class lerfob.carbonbalancetool.productionlines.AbstractProcessorButton
-
- getUI() - Method in class lerfob.carbonbalancetool.productionlines.CarbonUnitFeature
-
- getUI() - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnitFeature
-
- getUI() - Method in class lerfob.carbonbalancetool.productionlines.LandfillCarbonUnitFeature
-
- getUI(Container) - Method in class lerfob.carbonbalancetool.productionlines.LandfillProcessor
-
- getUI(Container) - Method in class lerfob.carbonbalancetool.productionlines.LeftInForestProcessor
-
- getUI(Container) - Method in class lerfob.carbonbalancetool.productionlines.LogCategoryProcessor
-
- getUI(Container) - Method in class lerfob.carbonbalancetool.productionlines.ProductionLineProcessor
-
- getUI(Container) - Method in class lerfob.carbonbalancetool.productionlines.ProductionProcessorManager
-
- getUI(Container) - Method in class lerfob.carbonbalancetool.productionlines.WoodyDebrisProcessor
-
- getUI() - Method in class lerfob.carbonbalancetool.sensitivityanalysis.CATSensitivityAnalysisParameterWrapper
-
- getUI(Container) - Method in class lerfob.carbonbalancetool.sensitivityanalysis.CATSensitivityAnalysisSettings
-
- getUI() - Method in class lerfob.treelogger.basictreelogger.BasicLogCategory
-
- getUI(Container) - Method in class lerfob.treelogger.basictreelogger.BasicTreeLoggerParameters
-
- getUI() - Method in class lerfob.treelogger.diameterbasedtreelogger.DiameterBasedTreeLogCategory
-
- getUI(Container) - Method in class lerfob.treelogger.diameterbasedtreelogger.DiameterBasedTreeLoggerParameters
-
- getUI(Container) - Method in class lerfob.treelogger.douglasfirfcba.DouglasFCBATreeLoggerParameters
-
- getUI(Container) - Method in class lerfob.treelogger.mathilde.MathildeTreeLoggerParameters
-
- getUI() - Method in class repicea.app.Logger
-
- getUI() - Method in class repicea.console.Trigger
-
- getUI(Container) - Method in class repicea.gui.components.REpiceaMatchSelector
-
- getUI() - Method in interface repicea.gui.REpiceaUIObject
-
This method returns the GUI interface of the class that implements this interface.
- getUI(Container) - Method in interface repicea.gui.REpiceaUIObjectWithParent
-
This method returns the GUI interface of the class that implements this interface.
- getUI(Container) - Method in class repicea.io.tools.ExportTool
-
Deprecated.
- getUI() - Method in class repicea.io.tools.ImportFieldElement
-
- getUI(Container) - Method in class repicea.io.tools.ImportFieldManager
-
- getUI(Container) - Method in class repicea.io.tools.REpiceaExportTool
-
- getUI() - Method in class repicea.net.server.gui.ServerInterfaceEngine
-
- getUI(Container) - Method in class repicea.simulation.processsystem.Processor
-
- getUI() - Method in class repicea.simulation.processsystem.Processor
-
- getUI(Container) - Method in class repicea.simulation.processsystem.ProcessorButton
-
- getUI(Container) - Method in class repicea.simulation.processsystem.ProcessorLinkLine
-
- getUI(Container) - Method in class repicea.simulation.processsystem.SystemManager
-
- getUI(Container) - Method in class repicea.simulation.treelogger.TreeLoggerParameters
-
- getUI() - Method in class repicea.stats.data.DataSet
-
- getUncorrectedVariance() - Method in class repicea.stats.estimates.BootstrapHybridPointEstimate
-
This method returns the uncorrected variance of the total estimate.
- getUpdatedClimateVariableMap(REpiceaClimateChangeTrend, int) - Method in interface repicea.simulation.climate.REpiceaClimateVariableMap.UpdatableClimateVariableMap
-
Performs the change on the climate variable following a linear extrapolation pattern.
- getUpperBound() - Method in class repicea.stats.distributions.UniformDistribution
-
- getUpperBound() - Method in class repicea.stats.integral.NumericalIntegrationMethod
-
This method returns the upper bound of the numerical integration.
- getUpperLimit() - Method in class repicea.stats.estimates.ConfidenceInterval
-
This method returns the upper bound of the interval.
- getUseClass() - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnit
-
This method returns the use class of this EndProduct instance.
- getUseClass() - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnitFeature
-
- getUseMode() - Method in interface repicea.simulation.UseModeProvider
-
This method returns the use mode of the model.
- getUserConnection(Object) - Static method in class repicea.io.javasql.DatabaseConnectionManager
-
This method retrieves the connection associated with a particular user.
- getUserInterfacePanel() - Method in class lerfob.carbonbalancetool.productionlines.CarbonUnitFeature
-
- getUserInterfacePanel() - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnitFeature
-
- getUserInterfacePanel() - Method in class lerfob.carbonbalancetool.productionlines.LandfillCarbonUnitFeature
-
- getValue() - Method in class lerfob.carbonbalancetool.CATExponentialFunction
-
- getValue(Comparable, Comparable) - Method in class lerfob.carbonbalancetool.gui.AsymmetricalCategoryDataset
-
- getValue(int, int) - Method in class lerfob.carbonbalancetool.gui.AsymmetricalCategoryDataset
-
- getValue(MonteCarloSimulationCompliantObject, String) - Method in class lerfob.carbonbalancetool.sensitivityanalysis.CATSensitivityAnalysisParameterWrapper
-
- getValue() - Method in class lerfob.predictor.mathilde.mortality.MathildeMortalityPredictor.InternalMathematicalFunction
-
- getValue() - Method in class repicea.gui.components.NumberFormatFieldFactory.JFormattedNumericField
-
- getValue() - Method in class repicea.gui.components.REpiceaSlider
-
This method returns the value of the slider.
- getValue() - Method in class repicea.io.GExportFieldDetails
-
This method returns the unformatted value of this field.
- getValue() - Method in class repicea.math.AbstractMathematicalFunction
-
- getValue() - Method in class repicea.math.AbstractMathematicalFunctionWrapper
-
- getValue() - Method in interface repicea.math.EvaluableFunction
-
This method provides the result of the function evaluation.
- getValue() - Method in class repicea.math.ExponentialFunctionWrapper
-
- getValue() - Method in class repicea.math.LogFunctionWrapper
-
- getValue() - Method in class repicea.stats.integral.QuadratureNode
-
This method returns the value of the node.
- getValue() - Method in class repicea.stats.LinearStatisticalExpression
-
- getValue() - Method in class repicea.stats.model.CompositeLogLikelihood
-
- getValue() - Method in class repicea.stats.model.glm.copula.CopulaLibrary.DistanceLinkFunctionCopulaExpression
-
- getValue() - Method in class repicea.stats.model.glm.copula.CopulaLibrary.SimpleCopulaExpression
-
- getValue() - Method in class repicea.stats.model.glm.copula.CopulaLibrary.SimpleLogisticCopulaExpression
-
- getValue() - Method in class repicea.stats.model.glm.copula.FGMCompositeLogLikelihood
-
- getValue() - Method in class repicea.stats.model.glm.HosmerLemeshowTest.HosmerLemeshowSubgroup
-
- getValue() - Method in class repicea.stats.model.glm.LikelihoodGLM
-
- getValue() - Method in class repicea.stats.model.glm.LinkFunction
-
- getValueAt(int, int) - Method in class repicea.stats.data.DataSet
-
This method returns any object in the dataset at row i and column j.
- getValueAt(int, String) - Method in class repicea.stats.data.DataSet
-
- getValues() - Method in class repicea.io.GExportRecord
-
this method returns a List instance that contains all the values in this record.
- getVariableValue(int) - Method in class repicea.math.AbstractMathematicalFunction
-
This method returns the value of the variable at index variableIndex
- getVariableValue(int) - Method in class repicea.math.AbstractMathematicalFunctionWrapper
-
- getVariance() - Method in interface repicea.stats.CentralMomentsGettable
-
This method returns the second central moment, i.e.
- getVariance() - Method in class repicea.stats.distributions.CenteredGaussianDistribution
-
- getVariance(GaussianErrorTermList) - Method in class repicea.stats.distributions.CenteredGaussianDistribution
-
- getVariance() - Method in class repicea.stats.distributions.ChiSquaredDistribution
-
- getVariance() - Method in class repicea.stats.distributions.EmpiricalDistribution
-
- getVariance() - Method in class repicea.stats.distributions.StandardGaussianDistribution
-
- getVariance() - Method in class repicea.stats.distributions.StudentTDistribution
-
- getVariance() - Method in class repicea.stats.distributions.TruncatedGaussianDistribution
-
- getVariance() - Method in class repicea.stats.distributions.UniformDistribution
-
- getVariance() - Method in class repicea.stats.distributions.UnknownDistribution
-
- getVariance() - Method in class repicea.stats.estimates.BootstrapHybridPointEstimate
-
- getVariance(GaussianErrorTermList) - Method in class repicea.stats.estimates.GaussianErrorTermEstimate
-
- getVariance() - Method in class repicea.stats.estimates.JackknifeEstimate
-
- getVariance() - Method in class repicea.stats.estimates.LawOfTotalVarianceMonteCarloEstimate
-
- getVariance() - Method in class repicea.stats.estimates.PopulationMeanEstimate
-
- getVariance() - Method in class repicea.stats.estimates.PopulationTotalEstimate
-
This method returns the variance of the tau estimate.
- getVariance() - Method in class repicea.stats.RandomVariable
-
- getVarianceOfSquaredDiameter(Matrix) - Method in class repicea.simulation.stemtaper.AbstractStemTaperEstimate
-
- getVarianceOfTotalEstimate() - Method in class repicea.stats.estimates.BootstrapHybridPointEstimate
-
This method returns the corrected variance of the total estimate.
- getVectorOfThisField(String) - Method in class repicea.stats.data.DataSet
-
- getVectorOfThisField(int) - Method in class repicea.stats.data.DataSet
-
- getVectorY() - Method in class repicea.stats.data.GenericStatisticalDataStructure
-
- getVectorY() - Method in interface repicea.stats.data.StatisticalDataStructure
-
Return the vector of response variables.
- getViewport() - Method in class repicea.gui.components.REpiceaScrollPane
-
- getVolumeByLogGradePerHa() - Method in class lerfob.carbonbalancetool.CATProductCompartment
-
This method returns the list of the different log grades and their associated volumes and biomasses.
- getVolumeEstimate() - Method in class repicea.simulation.stemtaper.AbstractStemTaperEstimate
-
This method returns a volume estimate from the integrated taper all along the heights contained
in the heights member.
- getVolumeEstimate(StemTaperSegmentList) - Method in class repicea.simulation.stemtaper.AbstractStemTaperEstimate
-
This method returns a volume estimate from the integrated taper all along the selected segments.
- getVolumeProportion() - Method in class lerfob.treelogger.basictreelogger.BasicLogCategory
-
- getWaitingClients() - Method in class repicea.net.server.AbstractServer
-
This method waits until the head of the queue is non null and returns the socket.
- getWaitingClients() - Method in class repicea.net.server.JavaLocalGatewayServer
-
This method waits until the head of the queue is non null and returns the socket.
- getWeight() - Method in interface repicea.simulation.covariateproviders.plotlevel.PlotWeightProvider
-
This method returns the weight of the plot instance.
- getWeight() - Method in class repicea.stats.integral.QuadratureNode
-
This method returns the weight of the node.
- getWeightedBarkVolumeM3() - Method in class repicea.simulation.treelogger.WoodPiece
-
This method returns the weighted volume of the bark in m3.
- getWeightedTotalVolumeM3() - Method in class repicea.simulation.treelogger.WoodPiece
-
This method returns the weighted volume of the wood and the bark in m3.
- getWeightedWoodVolumeM3() - Method in class repicea.simulation.treelogger.WoodPiece
-
This method returns the weighted volume of this WoodPiece instance in m3.
- getWeights() - Method in class repicea.simulation.stemtaper.StemTaperSegment
-
- getWeights() - Method in class repicea.stats.integral.CompositeSimpsonRule
-
- getWeights() - Method in class repicea.stats.integral.GaussHermiteQuadrature
-
- getWeights() - Method in class repicea.stats.integral.GaussLegendreQuadrature
-
- getWeights() - Method in class repicea.stats.integral.LaplacianApproximation
-
- getWeights() - Method in class repicea.stats.integral.NumericalIntegrationMethod
-
This method returns the weights associated to the numerical integration.
- getWeights() - Method in class repicea.stats.integral.TrapezoidalRule
-
- getWeightsAcrossSegments() - Method in class repicea.simulation.stemtaper.StemTaperSegmentList
-
This method returns a List of Double instances that correspond to the weights across the segments.
- getWindowOwner() - Method in class lerfob.carbonbalancetool.biomassparameters.BiomassParametersDialog
-
- getWindowOwner() - Method in class repicea.gui.components.REpiceaMatchSelectorDialog
-
- getWindowOwner() - Method in interface repicea.gui.OwnedWindow
-
This method returns the owner of this window which should implement the Memorizable interface
- getWindowOwner() - Method in class repicea.simulation.processsystem.SystemManagerDialog
-
- getWindowOwner() - Method in class repicea.simulation.treelogger.TreeLoggerParametersDialog
-
- getWindowSettings() - Method in class lerfob.carbonbalancetool.biomassparameters.BiomassParametersDialog
-
- getWindowSettings() - Method in class repicea.gui.components.REpiceaMatchSelectorDialog
-
- getWindowSettings() - Method in interface repicea.io.IOUserInterface
-
This method returns the SettingMemory instance of the object if any.
- getWindowSettings() - Method in class repicea.io.tools.ImportFieldManagerDialog
-
- getWindowSettings() - Method in class repicea.simulation.processsystem.SystemManagerDialog
-
- getWindowSettings() - Method in class repicea.simulation.treelogger.TreeLoggerParametersDialog
-
- getWoodPieces() - Method in class repicea.simulation.treelogger.TreeLogger
-
This method returns the SetMap object that contains the trees in keys and their
associated wood pieces once they are processed.
- getWoodProductEvolutionPerHa() - Method in class lerfob.carbonbalancetool.CATProductCompartment
-
- getWoodSupplySetup() - Method in class lerfob.carbonbalancetool.CATSettings
-
Deprecated.
- getWoodVolumeM3() - Method in class repicea.simulation.treelogger.WoodPiece
-
This method returns the volume (m3) of this wood piece without any expansion factor.
- getWorkerID() - Method in class repicea.net.server.ClientThread
-
This method returns the ID of the worker.
- getWorkspace() - Method in class lerfob.carbonbalancetool.AbstractDesigner
-
Deprecated.
- getWorkspace() - Method in interface repicea.io.Workspaceable
-
This method returns the workspace directory.
- getWorkspace() - Method in class repicea.simulation.treelogger.TreeLoggerWrapper
-
Deprecated.
- getWrappedInstance() - Method in interface lerfob.carbonbalancetool.CATUtility.ParameterWrapper
-
- getWrappedInstance() - Method in class lerfob.carbonbalancetool.CATUtility.ProductionProcessorManagerWrapper
-
- getXValues() - Method in class repicea.stats.integral.CompositeSimpsonRule
-
- getXValues() - Method in class repicea.stats.integral.GaussHermiteQuadrature
-
- getXValues() - Method in class repicea.stats.integral.GaussLegendreQuadrature
-
- getXValues() - Method in class repicea.stats.integral.LaplacianApproximation
-
- getXValues() - Method in class repicea.stats.integral.NumericalIntegrationMethod
-
This method returns the x values for the numerical integration.
- getXValues() - Method in class repicea.stats.integral.TrapezoidalRule
-
- getYieldFromThisPiece(WoodPiece) - Method in class lerfob.treelogger.basictreelogger.BasicLogCategory
-
- getYieldFromThisPiece(WoodPiece) - Method in class lerfob.treelogger.diameterbasedtreelogger.DiameterBasedTreeLogCategory
-
- getYieldFromThisPiece(WoodPiece) - Method in class repicea.simulation.treelogger.LogCategory
-
This method returns the yield of this piece, i.e.
- getYVector() - Method in class repicea.stats.model.IndividualLikelihood
-
- getYVector() - Method in class repicea.stats.model.IndividualLogLikelihood
-
- getYVector() - Method in interface repicea.stats.model.LikelihoodCompatible
-
This method returns the vector of observed values.
- GExportFieldDetails - Class in repicea.io
-
This class makes it possible to create objects that contain a field and its description.
- GExportFieldDetails(String, Object) - Constructor for class repicea.io.GExportFieldDetails
-
Constructor
Requires the field name and its value.
- GExportFieldDetails(String, Object, int) - Constructor for class repicea.io.GExportFieldDetails
-
- GExportRecord - Class in repicea.io
-
This class handles the records for export procedure.
- GExportRecord() - Constructor for class repicea.io.GExportRecord
-
Constructor
- GFileFilter - Class in repicea.io
-
This class implements the method for any file filter.
- GFileFilter.FileType - Enum in repicea.io
-
- ghq - Variable in class lerfob.predictor.mathilde.mortality.MathildeMortalityPredictor
-
- ghq - Variable in class lerfob.predictor.mathilde.thinning.MathildeTreeThinningPredictor
-
- ghq - Variable in class lerfob.predictor.mathilde.thinningbeta.MathildeTreeThinningPredictor
-
Deprecated.
- gOther - Variable in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018TreeImpl
-
- gradient - Variable in class repicea.stats.LinearStatisticalExpression
-
- gradientCriterion - Variable in class repicea.math.optimizer.NewtonRaphsonOptimizer
-
- gradientVector - Variable in class repicea.stats.model.glm.copula.FGMCompositeLogLikelihood
-
- gradientVectorUptoDate - Variable in class repicea.stats.model.glm.copula.FGMCompositeLogLikelihood
-
- GRecordSet - Class in repicea.io
-
Deprecated.
- GRecordSet() - Constructor for class repicea.io.GRecordSet
-
Deprecated.
General constructor for this class.
- gridSearch(int, double, double, double) - Method in class repicea.stats.model.glm.copula.FGMCopulaGLModel
-
This method scans the log likelihood function within a range of values for a particular parameter.
- GrowthModel<S,T> - Interface in repicea.simulation
-
This interface defines the method to access growth model predictions.
- GrowthStepLengthYrProvider - Interface in repicea.simulation.covariateproviders.plotlevel
-
This interface ensures that the Stand instance provides the duration of the growth step in years.
- guiInterface - Variable in class lerfob.carbonbalancetool.CarbonAccountingTool
-
- guiInterface - Variable in class repicea.console.Trigger
-
- guiInterface - Variable in class repicea.gui.components.REpiceaMatchSelector
-
- guiInterface - Variable in class repicea.io.tools.ExportTool
-
Deprecated.
- guiInterface - Variable in class repicea.io.tools.REpiceaExportTool
-
- guiInterface - Variable in class repicea.simulation.processsystem.Processor
-
- guiInterface - Variable in class repicea.simulation.processsystem.ProcessorButton
-
- guiInterface - Variable in class repicea.simulation.processsystem.SystemManager
-
- samplingUnitID - Variable in class lerfob.carbonbalancetool.productionlines.CarbonUnit
-
- SamplingUnitIDProvider - Interface in repicea.simulation.covariateproviders.treelevel
-
This interface ensures that the tree instance knows the id of the sample plot in
which it is located.
- SamplingUtility - Class in repicea.stats.sampling
-
- SamplingUtility() - Constructor for class repicea.stats.sampling.SamplingUtility
-
- SASParameterEstimates - Class in repicea.simulation
-
The SASParameterEstimates class is customized for SAS outputs.
- SASParameterEstimates(Matrix, Matrix) - Constructor for class repicea.simulation.SASParameterEstimates
-
Constructor.
- save(String) - Method in class lerfob.carbonbalancetool.AbstractDesigner
-
Deprecated.
- save(String) - Method in class lerfob.carbonbalancetool.biomassparameters.BiomassParameters
-
- save(String) - Method in class repicea.gui.components.REpiceaMatchSelector
-
- save(String) - Method in interface repicea.io.Saveable
-
This method saves the records in a file denominated by the filename parameter.
- save(File, Enum) - Method in class repicea.io.tools.ExportTool
-
Deprecated.
- save() - Method in class repicea.io.tools.ExportTool
-
Deprecated.
This method save the record set into a dbf file.
- save(String) - Method in class repicea.io.tools.ImportFieldManager
-
- save(String) - Method in class repicea.simulation.processsystem.SystemManager
-
- save - Variable in class repicea.simulation.processsystem.SystemManagerDialog
-
- save() - Method in class repicea.simulation.treelogger.TreeLoggerParameters
-
This method saves the parameters in the current filename.
- save(String) - Method in class repicea.simulation.treelogger.TreeLoggerParameters
-
- save(String) - Method in class repicea.stats.data.DataSet
-
- Saveable - Interface in repicea.io
-
- saveAction() - Method in class repicea.io.REpiceaIOFileHandlerUI
-
- saveAs - Variable in class repicea.simulation.processsystem.SystemManagerDialog
-
- saveAsAction() - Method in class repicea.io.REpiceaIOFileHandlerUI
-
- saveDefaultValues() - Method in class repicea.io.tools.ImportFieldManager
-
This method saves the values of the properties.
- saveFileEnabled - Variable in class repicea.io.tools.REpiceaExportTool
-
- saveSettings() - Method in class repicea.app.SettingMemory
-
This method serializes the settings in the file denoted by the filename
variable.
- scalarAdd(double) - Method in class repicea.math.Matrix
-
This method adds the scalar d to all the elements of the current matrix.
- scalarMultiply(double) - Method in class repicea.math.Matrix
-
This method multiplies the elements of the current matrix by the scalar d.
- scalarMultiply(Matrix, double) - Static method in class repicea.math.MatrixUtility
-
This method multiplies all the element of a matrix by a double.
- scaleMap(Map, double) - Static method in class repicea.simulation.processsystem.AmountMap
-
This method scales the AmountMap instances contained in more complex Map instances.
- SelectableJButton - Class in repicea.simulation.processsystem
-
- SelectableJButton(REpiceaGUIPermission) - Constructor for class repicea.simulation.processsystem.SelectableJButton
-
- selectAnOptionTextArea - Variable in class repicea.io.tools.ExportToolDialog
-
Deprecated.
- selectAnOptionTextArea - Variable in class repicea.io.tools.REpiceaExportToolDialog
-
- selectCalculatorFunction(CATCompartment) - Method in class lerfob.carbonbalancetool.CATCompartmentCompileLibrary
-
This method implements the functions for calculating and integrating the carbon over
the forecast period.
- selectedAR - Static variable in class lerfob.carbonbalancetool.CATSettings
-
- selectedDistributionType - Variable in class lerfob.carbonbalancetool.sensitivityanalysis.CATSensitivityAnalysisParameterWrapper
-
- selectedExportOptions - Variable in class repicea.io.tools.ExportTool
-
Deprecated.
- selectedExportOptions - Variable in class repicea.io.tools.REpiceaExportTool
-
- selectSubsetInRecordSet(String, Object) - Method in class repicea.io.GRecordSet
-
Deprecated.
This method makes it possible to select records that match particular value in a given field.
- selectSubsetInRecordSet(String, Object) - Method in class repicea.io.REpiceaRecordSet
-
This method makes it possible to select records that match particular value in a given field.
- sendEventToOriginalListener(EventObject) - Method in class repicea.net.RemoteListener
-
- sendLocalListeners(List<EventListener>) - Method in class repicea.net.RemoteEventManager
-
This method sends the local listeners.
- sendObjectToProcess(Serializable) - Method in interface repicea.multiprocess.IndependentProcess
-
This method makes it possible to send a Serializable object to the independent process, typically a callback process.
- sendToTheLandfill(int, AmountMap<CarbonUnit.Element>) - Method in class lerfob.carbonbalancetool.productionlines.ProductionLineManager
-
Deprecated.
This method sends a piece of wood to the landfill site.
- sendVetoDisabledOnDispatchThread() - Method in class repicea.gui.dnd.DnDPanel
-
- SensitivityAnalysisParameter<E extends Estimate> - Class in repicea.simulation
-
The SensitivityAnalysisParameter class is an abstract class for the implementation of
varying parameters in a sensitivity analysis.
- SensitivityAnalysisParameter(boolean) - Constructor for class repicea.simulation.SensitivityAnalysisParameter
-
- sensitivityParameterMap - Variable in class lerfob.carbonbalancetool.sensitivityanalysis.CATSensitivityAnalysisSettings
-
- SerialCloner<P> - Interface in repicea.serial.cloner
-
The SerialCloner interface ensures the instance can clone the object.
- ServerConfiguration - Class in repicea.net.server
-
- ServerConfiguration(int, int, int, Integer) - Constructor for class repicea.net.server.ServerConfiguration
-
Constructor.
- ServerConfiguration(int, ServerConfiguration.Protocol) - Constructor for class repicea.net.server.ServerConfiguration
-
Configuration for local server
- ServerConfiguration.Protocol - Enum in repicea.net.server
-
- ServerDialog - Class in repicea.net.server.gui
-
This class is the gui interface of the CapsisServer class.
- ServerDialog(ServerInterfaceEngine) - Constructor for class repicea.net.server.gui.ServerDialog
-
- ServerInterfaceEngine - Class in repicea.net.server.gui
-
- ServerSideRemoteEventConnector - Class in repicea.net.server
-
- ServerSideRemoteEventConnector(SocketWrapper, AbstractServer) - Constructor for class repicea.net.server.ServerSideRemoteEventConnector
-
- ServerTask - Class in repicea.net.server
-
- ServerTask(ServerTask.ServerTaskID, AbstractServer) - Constructor for class repicea.net.server.ServerTask
-
- ServerTask.ServerTaskID - Enum in repicea.net.server
-
- set(int, T) - Method in class repicea.math.FastArrayList
-
- setAllAvailableOptions() - Method in class lerfob.carbonbalancetool.io.CATExportTool
-
This method sets the selected options to all the possible options.
- setAllocatedMemoryJVM(int) - Method in class repicea.console.TriggerSettings
-
- setAppendFileEnabled(boolean) - Method in class repicea.io.tools.ExportTool
-
Deprecated.
- setAppendFileEnabled(boolean) - Method in class repicea.io.tools.REpiceaExportTool
-
If set to true, the export tool does not delete the file but rather it appends the records
to the existing file.
- setAreaHA(double) - Method in class lerfob.carbonbalancetool.pythonaccess.PythonAccessPoint
-
This method sets the area of the plot to be processed.
- setAssessmentReportForGWP(CATSettings.AssessmentReport) - Static method in class lerfob.carbonbalancetool.CATSettings
-
This method set the assessment report for the Global Warming Potential factors.
- setAvailableTreeLoggers(Vector<TreeLoggerDescription>) - Method in class lerfob.carbonbalancetool.productionlines.ProductionProcessorManager
-
This method sets the list of tree logger descriptions.
- setAverageIntake(double) - Method in class lerfob.carbonbalancetool.productionlines.ProductionLineProcessor
-
Deprecated.
- setAverageLifetime(double) - Method in class lerfob.carbonbalancetool.productionlines.CarbonUnitFeature
-
- setAverageSubstitution(double) - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnitFeature
-
Deprecated.
- setAverageYield(double) - Method in class lerfob.carbonbalancetool.productionlines.ProductionLineProcessor
-
Deprecated.
- setBasicTrendModifier(FrenchNFIThinnerPredictor.FrenchNFIThinnerSpecies, int, int, double) - Method in class lerfob.predictor.thinners.frenchnfithinner2018.FrenchNFIThinnerPredictor
-
This method makes it possible to induce price changes over time for a particular species.
- setBasicTrendModifier(int, int, double) - Method in class lerfob.predictor.thinners.frenchnfithinner2018.FrenchNFIThinnerPredictor
-
This method makes it possible to induce price changes over time for all species.
- setBeta(Matrix) - Method in class repicea.math.AbstractMathematicalFunction
-
This method sets the vector of parameters.
- setBeta(Matrix) - Method in class repicea.math.AbstractMathematicalFunctionWrapper
-
- setBeta(Matrix) - Method in class repicea.stats.model.CompositeLogLikelihood
-
- setBeta(Matrix) - Method in class repicea.stats.model.glm.copula.CopulaExpression
-
- setBiomassParameters(String) - Method in class lerfob.carbonbalancetool.CarbonAccountingTool
-
This method sets the biomass parameters for the next simulation in script mode.
- setBiomassParameters() - Method in class lerfob.carbonbalancetool.CarbonAccountingTool
-
- setBlupsForThisSubject(MonteCarloSimulationCompliantObject, Estimate<? extends StandardGaussianDistribution>) - Method in class repicea.simulation.REpiceaPredictor
-
- setBorderColor(Color) - Method in class repicea.simulation.processsystem.SelectableJButton
-
- setBorderWidth(int) - Method in class repicea.simulation.processsystem.SelectableJButton
-
- setBottomComponent(JPanel) - Method in class repicea.simulation.processsystem.ProcessorInternalDialog
-
- setBounds(int, ParameterBound) - Method in class repicea.math.AbstractMathematicalFunction
-
This method sets a bound for a particular parameter
- setBounds(int, ParameterBound) - Method in class repicea.math.AbstractMathematicalFunctionWrapper
-
- setBounds(Integer, ParameterBound) - Method in class repicea.stats.model.glm.copula.CopulaLibrary.DistanceLinkFunctionCopulaExpression
-
- setBoundValue(Matrix) - Method in class repicea.stats.distributions.BasicBound
-
- setBoundValue(Matrix) - Method in class repicea.stats.distributions.TruncatedGaussianDistribution.Bound
-
- setBypassTimeout(boolean) - Method in class repicea.net.server.BasicClient
-
- setCalculateCarbonButtonsEnabled(boolean) - Method in class lerfob.carbonbalancetool.CATFrame
-
- setCaller(CarbonUnitFeature) - Method in class lerfob.carbonbalancetool.productionlines.CarbonUnitFeaturePanel
-
- setCanceled(boolean) - Method in class repicea.io.tools.ExportTool
-
Deprecated.
- setCanceled(boolean) - Method in class repicea.io.tools.REpiceaExportTool
-
- setCancelOnClose(boolean) - Method in class repicea.gui.REpiceaDialog
-
This method defines the action to be undertaken when the window is closed
by clicking on the "x".
- setCancelOnClose(boolean) - Method in class repicea.gui.REpiceaFrame
-
This method defines the action to be undertaken when the window is closed
by clicking on the "x".
- setCarbonIntoArray(int, double) - Method in class lerfob.carbonbalancetool.CATCompartment
-
- setCarbonUnitsArray(Collection<? extends CarbonUnit>[]) - Method in class lerfob.carbonbalancetool.CATCompartment
-
- setChanged(boolean) - Method in class lerfob.carbonbalancetool.productionlines.AbstractProcessorButton
-
- setChanged(boolean) - Method in class repicea.simulation.processsystem.ProcessorButton
-
- setCharactersetName(String) - Method in class repicea.io.javadbf.DBFReader
-
- setCharactersetName(String) - Method in class repicea.io.javadbf.DBFWriter
-
- setClassicalOptions(String[]) - Static method in class repicea.lang.REpiceaSystem
-
This static methods processes the arguments given to the main function in a very classical manner.
- setClassPath(String) - Method in class repicea.multiprocess.JavaProcess
-
This method sets the classpath.
- setClimateChangeGenerator(REpiceaClimateChangeGenerator<? extends GeographicalCoordinatesProvider>) - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018Predictor
-
Sets a climate change generator that will impact the internal climate generator for the
HD relationship.
- setColors(AsymmetricalCategoryDataset) - Method in class lerfob.carbonbalancetool.gui.EnhancedStatisticalBarRenderer
-
- setCommunicationPort(int) - Method in class repicea.net.server.gui.ServerInterfaceEngine
-
- setCompleteLLK() - Method in class repicea.stats.model.AbstractStatisticalModel
-
This method sets the log-likelihood function of the model.
- setCompleteLLK() - Method in class repicea.stats.model.glm.copula.FGMCopulaGLModel
-
- setCompleteLLK() - Method in class repicea.stats.model.glm.GeneralizedLinearModel
-
- setCompleteLLK() - Method in class repicea.stats.model.lm.LinearModel
-
- setConnector(RemoteEventManager) - Method in class repicea.net.RemoteListener
-
This method sets the connector through which the events are sent to the local class.
- setConvergenceCriterion(double) - Method in class repicea.math.optimizer.AbstractOptimizer
-
- setConvergenceCriterion(double) - Method in class repicea.stats.model.AbstractStatisticalModel
-
This method sets the convergence criterion.
- setCorrectlyTerminated(boolean) - Method in class repicea.app.AbstractGenericTask
-
This methods sets the correctlyTerminated member.
- setCurrentFieldID(Object[], Enum<?>) - Method in class repicea.io.tools.REpiceaRecordReader
-
- setCurrentLanguage(REpiceaTranslator.Language) - Static method in class repicea.util.REpiceaTranslator
-
This method sets the current language of the UIControlManager.
- setCurrentZoom(int) - Method in class repicea.simulation.processsystem.SystemLayout
-
- setDataType(byte) - Method in class repicea.io.javadbf.DBFField
-
Sets the data type of the field.
- setDateYr(int) - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018PlotImpl
-
Sets the date of the measurement.
- setDecimalCount(int) - Method in class repicea.io.javadbf.DBFField
-
Sets the decimal place size of the field.
- setDecimalNb(int) - Method in class repicea.io.GExportFieldDetails
-
- setDefaultRandomEffects(HierarchicalLevel, Estimate<? extends StandardGaussianDistribution>) - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2014.FrenchHDRelationship2014InternalPredictor
-
- setDefaultRandomEffects(HierarchicalLevel, Estimate<? extends StandardGaussianDistribution>) - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018InternalPredictor
-
- setDefaultRandomEffects(HierarchicalLevel, Estimate<? extends StandardGaussianDistribution>) - Method in class lerfob.predictor.mathilde.MathildeSubModule
-
- setDefaultRandomEffects(HierarchicalLevel, Estimate<? extends StandardGaussianDistribution>) - Method in class repicea.simulation.REpiceaPredictor
-
- setDefaultResidualError(Enum<?>, GaussianErrorTermEstimate) - Method in class lerfob.predictor.mathilde.MathildeSubModule
-
- setDefaultResidualError(Enum<?>, GaussianErrorTermEstimate) - Method in class repicea.simulation.REpiceaPredictor
-
- setDegradableOrganicCarbonFraction(double) - Method in class lerfob.carbonbalancetool.productionlines.LandfillCarbonUnitFeature
-
- setDeviatesForRandomEffectsOfThisSubject(MonteCarloSimulationCompliantObject, Matrix) - Method in class repicea.simulation.REpiceaPredictor
-
- setDisposable(boolean) - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnitFeature
-
Deprecated.
- setDisposableProportion(double) - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnitFeature
-
- setDistanceFields(List<String>) - Method in class repicea.stats.data.GenericHierarchicalSpatialDataStructure
-
- setDistanceFields(List<String>) - Method in interface repicea.stats.data.HierarchicalSpatialDataStructure
-
This method sets the distance field names.
- setDocument(Document) - Method in class repicea.gui.components.NumberFormatFieldFactory.JFormattedNumericField
-
- setDragMode(Enum) - Method in class lerfob.carbonbalancetool.productionlines.LeftHandSideProcessor.LeftHandSideProcessorButton
-
- setDragMode(Enum) - Method in class lerfob.carbonbalancetool.productionlines.ProductionLineProcessorButton
-
- setDragMode(Enum) - Method in class repicea.simulation.processsystem.ProcessorButton
-
- setEditableVetos(int, boolean) - Method in class repicea.gui.components.REpiceaTableModel
-
By default, all the cells are editable.
- setEffectList(Matrix) - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2014.FrenchHDRelationship2014InternalPredictor
-
- setEffectList(Matrix) - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018InternalPredictor
-
- setElements(List<Integer>, Matrix) - Method in class repicea.math.Matrix
-
This method replaces the elements of the matrix designated through the indices by the values
in the row vector m.
- setEnabled(boolean) - Method in class lerfob.carbonbalancetool.productionlines.CarbonUnitFeaturePanel
-
- setEnabled(boolean) - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnitFeaturePanel
-
- setEnabled(boolean) - Method in class lerfob.carbonbalancetool.productionlines.LandfillCarbonUnitFeaturePanel
-
- setEnabled(boolean) - Method in class repicea.gui.components.REpiceaComboBoxOpenButton
-
- setEnabled(boolean) - Method in class repicea.gui.components.REpiceaSlider
-
- setEnabled(boolean) - Method in class repicea.gui.dnd.DragGestureMoveComponentHandler
-
This method enables or disables the handler.
- setEncoding(TriggerSettings.Encoding) - Method in class repicea.console.TriggerSettings
-
- setEstimatedParameterIndices() - Method in class repicea.simulation.ModelParameterEstimates
-
- setEstimatedParameterIndices() - Method in class repicea.simulation.SASParameterEstimates
-
- setFailureReason(Exception) - Method in class repicea.app.AbstractGenericTask
-
This method sets the failureReason member.
- setFieldLength(int) - Method in class repicea.io.javadbf.DBFField
-
Length of the field.
- setFieldList(List<P>) - Method in class repicea.io.FormatHeader
-
This method sets the list of fields
- setFieldList(List<DBFField>) - Method in class repicea.io.javadbf.DBFHeader
-
- setFieldMatch(FormatField) - Method in class repicea.io.tools.ImportFieldElement
-
This method sets the name and the match index of the ImportFieldElement instance.
- setFieldName(String) - Method in class repicea.io.javadbf.DBFField
-
- setFields(FormatHeader<FormatField>) - Method in class repicea.io.FormatWriter
-
This method sets the fields in the header.
- setFields(List<FormatField>) - Method in class repicea.io.FormatWriter
-
This method sets the fields in the header.
- setFields(List<FormatField>) - Method in class repicea.io.javacsv.CSVWriter
-
- setFields(DBFField[]) - Method in class repicea.io.javadbf.DBFWriter
-
- setFields(List<FormatField>) - Method in class repicea.io.javadbf.DBFWriter
-
- setFields(List<FormatField>) - Method in class repicea.io.javasql.SQLWriter
-
- setFilename(String) - Method in class repicea.gui.components.REpiceaMatchSelector
-
- setFilename(String) - Method in class repicea.io.tools.ExportTool
-
Deprecated.
This method sets the filename of the output file.
- setFilename(String) - Method in class repicea.io.tools.REpiceaExportTool
-
This method sets the filename of the output file.
- setFilename(String) - Method in class repicea.simulation.treelogger.TreeLoggerParameters
-
- setFileSpecifications(String...) - Method in class repicea.io.tools.ImportFieldManager
-
This method sets the name of the DBF file and reads the fields of this file
- setFinalCutHadToBeCarriedOut(boolean) - Method in class lerfob.carbonbalancetool.CarbonAccountingTool
-
- setFont(UIControlManager.FontType, Font) - Static method in class repicea.gui.UIControlManager
-
This method makes it possible to change the fonts of the different controls.
- setFormatHeader(H) - Method in class repicea.io.FormatReader
-
- setFormatHeader(H) - Method in class repicea.io.FormatWriter
-
This method sets the header of the output file.
- setGroup(DatasetGroup) - Method in class lerfob.carbonbalancetool.gui.AsymmetricalCategoryDataset
-
- setHarvestVolumeMethod(Object) - Method in class lerfob.carbonbalancetool.CATSettings
-
Deprecated.
- setHeatProductionArray(double[]) - Method in class lerfob.carbonbalancetool.CATProductCompartment
-
- setHelpMethod(Class<? extends Window>, AutomatedHelper) - Static method in class repicea.gui.UIControlManager
-
This method registers the help method for this Window-derived class.
- setHierarchicalStructureLevel(List<String>) - Method in class repicea.stats.data.GenericHierarchicalStatisticalDataStructure
-
- setHierarchicalStructureLevel(List<String>) - Method in interface repicea.stats.data.HierarchicalStatisticalDataStructure
-
This method set the hierarchical structures of the data set.
- setIcon() - Method in class repicea.gui.REpiceaDialog
-
This method sets the Icon of the frame.
- setIcon() - Method in class repicea.gui.REpiceaFrame
-
This method sets the Icon of the frame.
- setImportElementIndex() - Method in class repicea.io.tools.ImportFieldManager
-
This method sets the index of the fields.
- setIndex(int) - Method in class repicea.io.FormatField
-
- setIntegratedCarbon(double) - Method in class lerfob.carbonbalancetool.CATCompartment
-
- setInterceptModel(boolean) - Method in class repicea.stats.data.GenericStatisticalDataStructure
-
- setInterceptModel(boolean) - Method in interface repicea.stats.data.StatisticalDataStructure
-
This method determines whether the model has an intercept
- setInternalSize(Point) - Method in class repicea.simulation.processsystem.SystemLayout
-
- setJVMMemory(int) - Method in class repicea.multiprocess.JavaProcess
-
This method sets the maximum memory of the Java Virtual Machine that runs this process.
- setLabel() - Method in class repicea.simulation.processsystem.ProcessorButton
-
- setLabel() - Method in class repicea.simulation.processsystem.ProcessorLinkLine
-
- setLanguage(REpiceaTranslator.Language) - Method in class repicea.console.TriggerSettings
-
- setLanguageFromMain(String[], REpiceaTranslator.Language) - Static method in class repicea.lang.REpiceaSystem
-
This method scans the arguments given to the main method in order to
set the language.
- setLanguageFromMain(String[]) - Static method in class repicea.lang.REpiceaSystem
-
This method scans the arguments given to the main method in order to
set the language.
- setLCA(LifeCycleAnalysis) - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnitFeature
-
Deprecated.
- setLength(int) - Method in class repicea.io.GExportFieldDetails
-
- setLocation(Window, Point) - Static method in class repicea.gui.UIControlManager
-
This method sets the location of a particular window.
- setLocation(int, int) - Method in class repicea.simulation.processsystem.ProcessorButton
-
- setLocation(Point) - Method in class repicea.simulation.processsystem.ProcessorButton
-
- setLogDispatcher(LogCategoryDispatcher) - Method in class lerfob.carbonbalancetool.woodpiecedispatcher.LogCategoryToMarketMatch
-
Deprecated.
- setLowerBound(double) - Method in class repicea.stats.integral.NumericalIntegrationMethod
-
This method sets the lower bound of the numerical integration.
- setLowerBoundValue(Matrix) - Method in interface repicea.stats.distributions.BoundedDistribution
-
This method sets the lower bound.
- setLowerBoundValue(Matrix) - Method in class repicea.stats.distributions.TruncatedGaussianDistribution
-
- setLowerBoundValue(Matrix) - Method in class repicea.stats.distributions.UniformDistribution
-
- setLowerBoundValue(Matrix) - Method in class repicea.stats.estimates.TruncatedGaussianEstimate
-
- setLowerBoundValue(Matrix) - Method in class repicea.stats.estimates.UniformEstimate
-
- setManager(ProductionLineManager) - Method in class lerfob.carbonbalancetool.productionlines.ProductionLine
-
Deprecated.
- setManager(WoodPieceDispatcher) - Method in class lerfob.carbonbalancetool.woodpiecedispatcher.LogCategoryDispatcher
-
Deprecated.
- setMarketName(String) - Method in class lerfob.carbonbalancetool.productionlines.ProductionLine
-
Deprecated.
- setMarketName(String) - Method in class lerfob.carbonbalancetool.woodpiecedispatcher.LogCategoryToMarketMatch
-
Deprecated.
- setMaximum(int) - Method in class repicea.gui.components.REpiceaSlider
-
This method sets the maximum value of the slider.
- setMean(Matrix) - Method in class repicea.simulation.stemtaper.AbstractStemTaperEstimate
-
- setMean(Matrix) - Method in interface repicea.stats.CentralMomentsSettable
-
This method sets the mean vector of the random variable.
- setMean(Matrix) - Method in class repicea.stats.distributions.GaussianDistribution
-
- setMean(Matrix) - Method in class repicea.stats.distributions.StandardGaussianDistribution
-
- setMean(Matrix) - Method in class repicea.stats.distributions.UnknownDistribution
-
- setMean(Matrix) - Method in class repicea.stats.estimates.GaussianEstimate
-
- setMean(Matrix) - Method in class repicea.stats.estimates.SimpleEstimate
-
- setMemorizerWorkerEnabled(boolean) - Method in class repicea.serial.REpiceaMemorizerHandler
-
- setMenuBar() - Method in class repicea.simulation.treelogger.TreeLoggerParametersDialog
-
- setMenuEnabled(boolean) - Method in class repicea.console.MainDialog
-
- setMinimum(int) - Method in class repicea.gui.components.REpiceaSlider
-
This method sets the minimum value of the slider.
- setModelDefinition(String) - Method in class repicea.stats.model.AbstractStatisticalModel
-
This method sets the model definition and computes the appropriate matrix from the data.
- setModelDefinition(String) - Method in class repicea.stats.model.glm.GeneralizedLinearModel
-
- setModelStochastic(boolean) - Method in class lerfob.carbonbalancetool.sensitivityanalysis.CATSensitivityAnalysisSettings
-
This method sets the model to stochastic.
- setMultipleSelection(boolean) - Method in class repicea.io.tools.REpiceaExportTool
-
This method makes it possible to enable or disable the multiple export.
- setMultiplier(double) - Method in class lerfob.carbonbalancetool.sensitivityanalysis.CATGaussianSensitivityAnalysisParameter
-
- setMultiplier(double) - Method in class lerfob.carbonbalancetool.sensitivityanalysis.CATSensitivityAnalysisParameter
-
- setMultiplierModifier(FrenchNFIThinnerPredictor.FrenchNFIThinnerSpecies, int, int, double) - Method in class lerfob.predictor.thinners.frenchnfithinner2018.FrenchNFIThinnerPredictor
-
This method makes it possible to induce a proportional price changes for a given period and a give species.
- setMultiplierModifier(int, int, double) - Method in class lerfob.predictor.thinners.frenchnfithinner2018.FrenchNFIThinnerPredictor
-
This method makes it possible to induce a proportional price changes for a given period for all species.
- setName(String) - Method in class lerfob.carbonbalancetool.AbstractDesigner
-
Deprecated.
This method sets the name of the designer.
- setName(String) - Method in class repicea.app.AbstractGenericTask
-
This method sets the name of the task.
- setName(String) - Method in class repicea.io.FormatField
-
This method sets the name of the field.
- setName(String) - Method in class repicea.io.javadbf.DBFField
-
- setName(String) - Method in interface repicea.multiprocess.IndependentProcess
-
This method sets the name of this process.
- setName(String) - Method in class repicea.simulation.processsystem.Processor
-
This method sets the name of the processor.
- setName(String) - Method in class repicea.simulation.treelogger.LogCategory
-
This method sets the name of this tree log category.
- setNumberOfMonteCarloRealizations(int) - Method in class lerfob.carbonbalancetool.sensitivityanalysis.CATSensitivityAnalysisSettings
-
This method sets the number of Monte Carlo realizations for the sensitivity analysis.
- setNumberOfRecords(int) - Method in class repicea.io.FormatHeader
-
- setNumberOfRecords(int) - Method in class repicea.io.javacsv.CSVHeader
-
- setNumberOfRecords(int) - Method in class repicea.io.javadbf.DBFHeader
-
- setNumberOfRecords(int) - Method in class repicea.io.javasql.SQLHeader
-
- setOpenModuleForVersionsLaterThan8Enabled(boolean) - Method in class repicea.multiprocess.JavaProcess
-
Open the internal loader for versions later than 8.
- setOptimizer(Estimator) - Method in class repicea.stats.model.AbstractStatisticalModel
-
This method sets the optimizer for the model.
- setOptimizerParameters(Object) - Method in class repicea.stats.model.AbstractStatisticalModel
-
This method sets the parameter for the optimizer.
- setOption(JavaProcess.JVM_OPTION, String) - Method in class repicea.multiprocess.JavaProcess
-
This method sets the JVM options
- setOriginalLocation(Point) - Method in class repicea.simulation.processsystem.Processor
-
- setParameterDialogCanceled(boolean) - Method in class repicea.simulation.treelogger.TreeLoggerParameters
-
This method makes it possible to specify whether or not the parameter
initialization in GUI mode has been aborted.
- setParameterEstimates(ModelParameterEstimates) - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2014.FrenchHDRelationship2014InternalPredictor
-
- setParameterEstimates(ModelParameterEstimates) - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018InternalPredictor
-
- setParameterEstimates(ModelParameterEstimates) - Method in class lerfob.predictor.mathilde.MathildeSubModule
-
- setParameterEstimates(ModelParameterEstimates) - Method in class repicea.simulation.REpiceaPredictor
-
- setParameterEstimates(E) - Method in class repicea.simulation.SensitivityAnalysisParameter
-
- setParameters(Matrix) - Method in class repicea.stats.model.glm.copula.FGMCopulaGLModel
-
- setParameters(Matrix) - Method in class repicea.stats.model.glm.GeneralizedLinearModel
-
- setParameters(Matrix) - Method in class repicea.stats.model.lm.LinearModel
-
- setParameters(Matrix) - Method in interface repicea.stats.model.StatisticalModel
-
- setParametersVariabilityEnabled(boolean) - Method in class lerfob.carbonbalancetool.sensitivityanalysis.CATSensitivityAnalysisParameter
-
- setParameterValue(int, double) - Method in class repicea.math.AbstractMathematicalFunction
-
This method sets the parameter value.
- setParameterValue(int, double) - Method in class repicea.math.AbstractMathematicalFunctionWrapper
-
- setParameterValue(int, double) - Method in class repicea.stats.model.glm.copula.FGMCompositeLogLikelihood
-
- setPartOfEndlessLoop(boolean) - Method in class repicea.simulation.processsystem.Processor
-
- setPopupInGuiInterfaceEnabled(boolean) - Method in class repicea.io.tools.ImportFieldManager
-
- setPopupMenu() - Method in class repicea.gui.components.REpiceaTabbedPane
-
- setPopUpWindowEnabled(boolean) - Method in class repicea.io.tools.REpiceaRecordReader
-
This method serves to enable or disable the PopUp Windows in the Import dialog.
- setPrimaryProcessor(ProductionLineProcessor) - Method in class lerfob.carbonbalancetool.productionlines.ProductionLine
-
Deprecated.
- setProcessor(AbstractProductionLineProcessor) - Method in class lerfob.carbonbalancetool.productionlines.CarbonUnitFeature
-
- setProductionLines(Object) - Method in class lerfob.carbonbalancetool.CATSettings
-
Deprecated.
- setProductionLineToBeSentTo(String) - Method in class lerfob.carbonbalancetool.productionlines.ProductionLineProcessor
-
Deprecated.
- setProductionManager(String) - Method in class lerfob.carbonbalancetool.CarbonAccountingTool
-
This method sets the production lines for the next simulation in script mode.
- setProductionManager() - Method in class lerfob.carbonbalancetool.CarbonAccountingTool
-
- setProgress(int) - Method in class repicea.util.PropertyChangeEventGeneratingClass
-
This method sends a PropertyChangeEvent with property set to "progress" on the Event Dispatch
Thread.
- setProgressBarEnabled(boolean, Window) - Method in class repicea.simulation.treelogger.TreeLogger
-
This method enables a progress bar related to window owner.
- SetProperRealizationTask(CarbonAccountingTool, int) - Constructor for class lerfob.carbonbalancetool.CATTask.SetProperRealizationTask
-
- setProperty(String, String) - Method in class repicea.app.SettingMemory
-
This method set a particular property.
- setProperty(String, double) - Method in class repicea.app.SettingMemory
-
This method set a particular property.
- setProperty(String, boolean) - Method in class repicea.app.SettingMemory
-
This method set a particular property.
- setProperty(String, int) - Method in class repicea.app.SettingMemory
-
This method set a particular property.
- setProperty(WoodPiece.Property, Double) - Method in class repicea.simulation.treelogger.WoodPiece
-
This method sets a particular property for this wood piece.
- setProportion(double) - Method in class lerfob.carbonbalancetool.woodpiecedispatcher.LogCategoryToMarketMatch
-
Deprecated.
- setRandomEffectsAccordingToHeightDeviate(Estimate<? extends StandardGaussianDistribution>, Estimate<? extends StandardGaussianDistribution>, Matrix) - Method in class lerfob.predictor.mathilde.diameterincrement.MathildeDiameterIncrementPredictor
-
- setRandomEffectStructure() - Method in class repicea.stats.data.GenericHierarchicalStatisticalDataStructure
-
- setReadWritePermissionGranted(REpiceaGUIPermission) - Method in class repicea.simulation.treelogger.TreeLoggerParameters
-
This method sets the GUI rights for changing the tree logger parameters.
- setRealization(int) - Method in class lerfob.carbonbalancetool.CATCompartmentManager
-
- setRecordSet(GRecordSet) - Method in class repicea.io.tools.ExportTool.InternalSwingWorkerForRecordSet
-
Deprecated.
- setRecordSet(Enum) - Method in class repicea.io.tools.ExportTool
-
Deprecated.
This method instantiates a InternalSwingWorkerForRecordSet-derived class, which handles the construction
of the GRecordSet instance.
- setReferent(Object) - Method in class lerfob.carbonbalancetool.biomassparameters.BiomassParameters
-
- setReferentForBiomassParameters(Object) - Method in class lerfob.carbonbalancetool.CATSettings
-
- setRelativeTo(String) - Method in class repicea.io.RelativePathFile
-
- setRepresentativeConcentrationPathway(REpiceaClimateGenerator.RepresentativeConcentrationPathway) - Method in class lerfob.predictor.mathilde.climate.MathildeClimatePredictor
-
Sets the Representative Concentration Pathway rcp for the climate generator.
- setResidualVariance(Matrix) - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2014.FrenchHDRelationship2014InternalPredictor
-
- setResidualVariance(Matrix) - Method in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018InternalPredictor
-
- setRowIndex(List<String>) - Method in class repicea.stats.estimates.Estimate
-
This method makes it possible to set an optional row index.
- setSaveFileEnabled(boolean) - Method in class lerfob.carbonbalancetool.io.CATExportTool
-
- setSaveFileEnabled(boolean) - Method in class repicea.io.tools.REpiceaExportTool
-
This method makes it possible to disable the saving to file.
- setSaveMemoryEnabled(boolean) - Method in class repicea.simulation.treelogger.TreeLogger
-
This method enables the save memory mode.
- setSaveThread(Thread) - Method in class repicea.io.REpiceaRecordSet
-
This method specifies that the record set is linked to a save thread.
- setSelected(boolean) - Method in class lerfob.carbonbalancetool.productionlines.LeftHandSideProcessor.LeftHandSideProcessorButton
-
- setSelected(boolean) - Method in class repicea.simulation.processsystem.DnDCompatibleButton
-
- setSelected(boolean) - Method in class repicea.simulation.processsystem.SelectableJButton
-
- setSelectedGroupId(int) - Method in class repicea.io.tools.REpiceaRecordReader
-
This method sets the selected group.
- setSelectedIndex(int) - Method in class repicea.simulation.treelogger.TreeLoggerParametersDialog.CustomJList
-
- setSelectedOption(Enum) - Method in class repicea.io.tools.ExportTool
-
Deprecated.
- setSelectedOptions(Set<Enum>) - Method in class repicea.io.tools.ExportTool
-
Deprecated.
This method sets the export options.
- setSelectedOptions(List<Enum>) - Method in class repicea.io.tools.REpiceaExportTool
-
This method sets the export options.
- setSelectedTreeLogger(TreeLoggerParameters<?>) - Method in class lerfob.carbonbalancetool.productionlines.ProductionProcessorManager
-
- setSettingMemory(SettingMemory) - Method in class repicea.app.AbstractGenericEngine
-
This method sets the settings of the application.
- setSettings() - Method in class repicea.console.Trigger
-
- setSimulationRunning(boolean) - Method in class lerfob.carbonbalancetool.CATFrame
-
- setSimulationValid(boolean) - Method in class lerfob.carbonbalancetool.CATCompartmentManager
-
- setSize(Dimension) - Method in class repicea.simulation.processsystem.SystemPanel.SystemInternalPanel
-
- setSonAnchor(AnchorProvider) - Method in class repicea.simulation.processsystem.AbstractProcessorLinkLine
-
- setSpecies(String) - Method in class lerfob.carbonbalancetool.pythonaccess.PythonAccessPoint
-
This method sets the species for the simulation
- setSpecies(Object) - Method in class repicea.simulation.treelogger.LogCategory
-
- setSpecificResiduals(Tree, GaussianErrorTerm) - Method in class repicea.simulation.hdrelationships.HDRelationshipPredictor
-
This method records a normalized residuals into the simulatedResidualError member which is
located in the ModelBasedSimulator class.
- setStand(AWSStand) - Method in class lerfob.windstormdamagemodels.awsmodel.AWSModelCore
-
- setStandList(List<CATCompatibleStand>) - Method in class lerfob.carbonbalancetool.CarbonAccountingTool
-
This method sets the list of stands from which the carbon balance should be calculated.
- setStandList() - Method in class lerfob.carbonbalancetool.CarbonAccountingTool
-
- setStatusClass(TreeStatusProvider.StatusClass) - Method in interface repicea.simulation.covariateproviders.treelevel.TreeStatusProvider
-
This method sets the status of the tree.
- setStochasticModeEnabled(boolean) - Method in class lerfob.windstormdamagemodels.awsmodel.AlbrechtWindStormModel
-
This method makes it possible to enable the stochastic mode.
- setStratumFieldEnum(Enum<?>) - Method in class repicea.io.tools.ImportFieldManager
-
- setString(REpiceaTranslator.TextableEnum, String, String) - Static method in class repicea.util.REpiceaTranslator
-
This method sets the different strings for an element, i.e.
- setStroke(Graphics2D) - Method in class lerfob.carbonbalancetool.productionlines.EndOfLifeLinkLine
-
- setStroke(Graphics2D) - Method in class lerfob.carbonbalancetool.productionlines.PreEndOfLifeLinkLine
-
- setStroke(Graphics2D) - Method in class repicea.simulation.processsystem.AbstractProcessorLinkLine
-
- setStroke(Graphics2D) - Method in class repicea.simulation.processsystem.PreProcessorLinkLine
-
- setStrokeAndColor(XYItemRenderer) - Method in class lerfob.carbonbalancetool.gui.XYSeriesWithIntegratedRenderer
-
- setSubMatrix(double[][], int, int) - Method in class repicea.math.Matrix
-
This method replaces some elements of the matrix by those that are contained in an array of Double.
- setSubMatrix(Matrix, int, int) - Method in class repicea.math.Matrix
-
This method replaces some elements of the matrix by those that are contained in matrix m.
- setTabComponentAt(int, Component) - Method in class repicea.gui.components.REpiceaTabbedPane
-
- setText(String, String) - Method in enum lerfob.carbonbalancetool.biomassparameters.BiomassParametersDialog.MessageID
-
- setText(String, String) - Method in enum lerfob.carbonbalancetool.CATCompartment.CompartmentInfo
-
- setText(String, String) - Method in enum lerfob.carbonbalancetool.catdiameterbasedtreelogger.CATDiameterBasedTreeLoggerParameters.DefaultSpecies
-
- setText(String, String) - Method in enum lerfob.carbonbalancetool.CATFrame.MessageID
-
- setText(String, String) - Method in enum lerfob.carbonbalancetool.CATSettings.AssessmentReport
-
- setText(String, String) - Method in enum lerfob.carbonbalancetool.CATUtility.BiomassParametersName
-
- setText(String, String) - Method in enum lerfob.carbonbalancetool.CATUtility.ProductionManagerName
-
- setText(String, String) - Method in enum lerfob.carbonbalancetool.io.CATExportTool.ExportOption
-
- setText(String, String) - Method in enum lerfob.carbonbalancetool.io.CATGrowthSimulationRecordReader.MessageID
-
- setText(String, String) - Method in enum lerfob.carbonbalancetool.io.CATGrowthSimulationSpeciesSelector.CATGrowthSimulationSpeciesSelectorDialog.MessageID
-
- setText(String, String) - Method in enum lerfob.carbonbalancetool.io.CATGrowthSimulationSpeciesSelector.ColumnName
-
- setText(String, String) - Method in enum lerfob.carbonbalancetool.io.CATYieldTableRecordReader.MessageID
-
- setText(String, String) - Method in enum lerfob.carbonbalancetool.productionlines.CarbonUnitFeature.LifetimeMode
-
- setText(String, String) - Method in enum lerfob.carbonbalancetool.productionlines.CarbonUnitFeaturePanel.MessageID
-
- setText(String, String) - Method in enum lerfob.carbonbalancetool.productionlines.combustion.CombustionEmissions.CombustionProcess
-
- setText(String, String) - Method in enum lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnitFeature.UseClass
-
- setText(String, String) - Method in enum lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnitFeaturePanel.MessageID
-
- setText(String, String) - Method in enum lerfob.carbonbalancetool.productionlines.EnhancedProcessorInternalDialog.MessageID
-
- setText(String, String) - Method in enum lerfob.carbonbalancetool.productionlines.LandfillCarbonUnitFeature.LandfillType
-
- setText(String, String) - Method in enum lerfob.carbonbalancetool.productionlines.LandfillCarbonUnitFeaturePanel.MessageID
-
- setText(String, String) - Method in enum lerfob.carbonbalancetool.productionlines.ProductionProcessorManagerDialog.MessageID
-
- setText(String, String) - Method in enum lerfob.carbonbalancetool.productionlines.WoodyDebrisProcessor.WoodyDebrisProcessorID
-
- setText(String, String) - Method in enum lerfob.carbonbalancetool.sensitivityanalysis.CATSensitivityAnalysisSettings.VariabilitySource
-
- setText(String, String) - Method in enum lerfob.carbonbalancetool.woodpiecedispatcher.WoodPieceDispatcher.MessageID
-
Deprecated.
- setText(String, String) - Method in enum lerfob.predictor.FertilityClassEmulator.FertilityClass
-
- setText(String, String) - Method in enum lerfob.predictor.hdrelationships.FrenchHeightPredictor.FrenchHeightPredictorVersion
-
- setText(String, String) - Method in enum lerfob.predictor.mathilde.MathildeTreeSpeciesProvider.MathildeTreeSpecies
-
- setText(String, String) - Method in enum lerfob.treelogger.basictreelogger.BasicTreeLoggerParameters.MessageID
-
- setText(String, String) - Method in enum lerfob.treelogger.diameterbasedtreelogger.DiameterBasedTreeLogCategoryPanel.MessageID
-
- setText(String, String) - Method in enum lerfob.treelogger.diameterbasedtreelogger.DiameterBasedTreeLoggerParameters.Grade
-
- setText(String, String) - Method in enum lerfob.treelogger.douglasfirfcba.DouglasFCBALoggableTree.Species
-
- setText(String, String) - Method in enum lerfob.treelogger.douglasfirfcba.DouglasFCBATreeLoggerParameters.Grade
-
- setText(String, String) - Method in enum lerfob.treelogger.europeanbeech.EuropeanBeechBasicTreeLoggerParameters.Grade
-
- setText(String, String) - Method in enum lerfob.treelogger.maritimepine.MaritimePineBasicTreeLoggerParameters.Grade
-
- setText(String, String) - Method in enum lerfob.treelogger.mathilde.MathildeTreeLoggerParameters.Grade
-
- setText(String, String) - Method in enum repicea.console.MainDialog.MessageID
-
- setText(String, String) - Method in enum repicea.gui.genericwindows.CancellableWarningMessage.MessageID
-
- setText(String, String) - Method in enum repicea.gui.genericwindows.REpiceaLicenseWindow.ControlID
-
- setText(String, String) - Method in enum repicea.gui.genericwindows.REpiceaTipDialog.MessageID
-
- setText(String, String) - Method in enum repicea.gui.REpiceaLookAndFeelMenu.MessageID
-
- setText(String, String) - Method in enum repicea.gui.UIControlManager.CommonControlID
-
- setText(String, String) - Method in enum repicea.gui.UIControlManager.CommonMenuTitle
-
- setText(String, String) - Method in enum repicea.gui.UIControlManager.InformationMessage
-
- setText(String, String) - Method in enum repicea.gui.UIControlManager.InformationMessageTitle
-
- setText(String, String) - Method in enum repicea.io.GFileFilter.FileType
-
- setText(String, String) - Method in enum repicea.io.REpiceaIOFileHandlerUI.MessageID
-
- setText(String, String) - Method in enum repicea.io.tools.ExportTool.FieldName
-
Deprecated.
- setText(String, String) - Method in enum repicea.io.tools.ExportToolDialog.MessageID
-
Deprecated.
- setText(String, String) - Method in enum repicea.io.tools.ImportFieldManagerDialog.MessageID
-
- setText(String, String) - Method in enum repicea.io.tools.REpiceaExportTool.FieldName
-
- setText(String, String) - Method in enum repicea.io.tools.REpiceaExportToolDialog.MessageID
-
- setText(String, String) - Method in enum repicea.io.tools.REpiceaRecordReader.MessageID
-
- setText(String, String) - Method in enum repicea.net.server.BasicClient.ExceptionType
-
- setText(String, String) - Method in enum repicea.simulation.ApplicationScaleProvider.ApplicationScale
-
- setText(String, String) - Method in enum repicea.simulation.climate.REpiceaClimateGenerator.RepresentativeConcentrationPathway
-
- setText(String, String) - Method in enum repicea.simulation.climate.REpiceaClimateVariableMap.ClimateVariable
-
- setText(String, String) - Method in enum repicea.simulation.covariateproviders.plotlevel.ManagementTypeProvider.ManagementType
-
- setText(String, String) - Method in enum repicea.simulation.covariateproviders.treelevel.SpeciesTypeProvider.SpeciesType
-
- setText(String, String) - Method in enum repicea.simulation.covariateproviders.treelevel.TreeStatusProvider.StatusClass
-
- setText(String, String) - Method in enum repicea.simulation.disturbances.DisturbanceTypeProvider.DisturbanceType
-
- setText(String, String) - Method in enum repicea.simulation.MonteCarloSettings.MonteCarloVarSource
-
- setText(String, String) - Method in enum repicea.simulation.processsystem.ProcessorInternalDialog.MessageID
-
- setText(String, String) - Method in enum repicea.simulation.processsystem.SystemManagerDialog.MessageID
-
- setText(String, String) - Method in enum repicea.simulation.processsystem.UISetup.MessageID
-
- setText(String, String) - Method in enum repicea.simulation.species.REpiceaSpecies.Species
-
- setText(String, String) - Method in enum repicea.simulation.treelogger.LogCategoryPanel.MessageID
-
- setText(String, String) - Method in enum repicea.simulation.treelogger.TreeLoggerParametersDialog.MessageID
-
- setText(String, String) - Method in enum repicea.stats.Distribution.Type
-
- setText(String, String) - Method in enum repicea.stats.estimates.MonteCarloEstimate.MessageID
-
- setText(String, String) - Method in interface repicea.util.REpiceaTranslator.TextableEnum
-
This method sets the english and french text for the label, control or title.
- setTimeTable(CATTimeTable) - Method in class lerfob.carbonbalancetool.productionlines.CarbonUnit
-
- SettingMemory - Class in repicea.app
-
The class SettingMemory makes it possible to record properties in a Map object and
to retrieve them afterwards.
- SettingMemory() - Constructor for class repicea.app.SettingMemory
-
Constructor with default filename, which is java.io.tmpdir / settings.ser.
- SettingMemory(String) - Constructor for class repicea.app.SettingMemory
-
Constructor with filename.
- settings - Variable in class repicea.console.Trigger
-
- settingsAction() - Method in class lerfob.treelogger.basictreelogger.BasicTreeLoggerParametersDialog
-
- settingsAction() - Method in class lerfob.treelogger.diameterbasedtreelogger.DiameterBasedTreeLoggerParametersDialog
-
- settingsAction() - Method in class repicea.simulation.treelogger.TreeLoggerParametersDialog
-
- setTitle(String) - Method in interface repicea.gui.REpiceaWindow
-
- setTitle(Class<? extends Window>, String, String) - Static method in class repicea.gui.UIControlManager
-
This method registers a title for this Window-derived class.
- setTitleAt(int, String) - Method in class repicea.gui.components.REpiceaTabbedPane
-
- setToDefaultValue() - Method in class lerfob.carbonbalancetool.productionlines.ProductionLineManager
-
Deprecated.
This method reinitializes the production line manager and fire an event to listeners for
eventual updating.
- setToolPanel() - Method in class lerfob.carbonbalancetool.productionlines.ProductionProcessorManagerDialog
-
- setToolPanel() - Method in class repicea.simulation.processsystem.SystemManagerDialog
-
- setToolTipTextAt(int, String) - Method in class repicea.gui.components.REpiceaTabbedPane
-
- setTopComponent() - Method in class lerfob.carbonbalancetool.productionlines.EnhancedProcessorInternalDialog
-
- setTopComponent() - Method in class repicea.simulation.processsystem.ProcessorInternalDialog
-
This panel contains the information that are always displayed.
- setTotalHeatProduction(double) - Method in class lerfob.carbonbalancetool.CATProductCompartment
-
- setTreatment(AWSTreatment) - Method in class lerfob.windstormdamagemodels.awsmodel.AWSModelCore
-
- setTree(AWSTree) - Method in class lerfob.windstormdamagemodels.awsmodel.AWSModelCore
-
- setTreeLogger(TreeLogger<?, ?>) - Method in class repicea.simulation.treelogger.TreeLoggerWrapper
-
Deprecated.
This method sets the TreeLogger instance that this wrapper contains.
- setTreeLoggerDescriptions(Vector<TreeLoggerDescription>) - Method in class lerfob.carbonbalancetool.CATSettings
-
This method sets the possible tree logger options.
- setTreeLoggerParameters() - Method in class lerfob.treelogger.basictreelogger.BasicTreeLogger
-
- setTreeLoggerParameters() - Method in class lerfob.treelogger.diameterbasedtreelogger.DiameterBasedTreeLogger
-
- setTreeLoggerParameters() - Method in class lerfob.treelogger.douglasfirfcba.DouglasFCBATreeLogger
-
- setTreeLoggerParameters() - Method in class lerfob.treelogger.mathilde.MathildeTreeLogger
-
- setTreeLoggerParameters(Parameter) - Method in class repicea.simulation.treelogger.TreeLogger
-
This method sets the parameters in script mode.
- setTreeLoggerParameters() - Method in class repicea.simulation.treelogger.TreeLogger
-
This method is called in GUI mode.
- setTriggerRecordSetAndSaveManually(boolean) - Method in class repicea.io.tools.ExportToolDialog
-
Deprecated.
This method makes it possible to just save the filename and wait to trigger the createRecordSet and save methods manually.
- setTriggerRecordSetAndSaveManually(boolean) - Method in class repicea.io.tools.REpiceaExportToolDialog
-
This method makes it possible to just save the filename and wait to trigger the createRecordSet and save methods manually.
- setUpperBound(double) - Method in class repicea.stats.integral.NumericalIntegrationMethod
-
This method sets the upper bound of the numerical integration.
- setUpperBoundValue(Matrix) - Method in interface repicea.stats.distributions.BoundedDistribution
-
This method sets the lower bound.
- setUpperBoundValue(Matrix) - Method in class repicea.stats.distributions.TruncatedGaussianDistribution
-
- setUpperBoundValue(Matrix) - Method in class repicea.stats.distributions.UniformDistribution
-
- setUpperBoundValue(Matrix) - Method in class repicea.stats.estimates.TruncatedGaussianEstimate
-
- setUpperBoundValue(Matrix) - Method in class repicea.stats.estimates.UniformEstimate
-
- setUseClass(EndUseWoodProductCarbonUnitFeature.UseClass) - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnitFeature
-
- setUseMode(UseModeProvider.UseMode) - Method in interface repicea.simulation.UseModeProvider
-
This method makes it possible to set the use mode of the model.
- setUserInterfacePanel(CarbonUnitFeaturePanel) - Method in class lerfob.carbonbalancetool.productionlines.CarbonUnitFeature
-
- setUserValidated(boolean) - Method in class repicea.io.tools.ImportFieldManager
-
- setValue() - Method in class repicea.gui.components.REpiceaCellEditor
-
- setValue(int) - Method in class repicea.gui.components.REpiceaSlider
-
This method sets the value of the slider.
- setValue(Object) - Method in class repicea.io.GExportFieldDetails
-
- setValueAt(int, int, Object, DataSet.ActionType) - Method in class repicea.stats.data.DataSet
-
- setValueAt(int, String, Object, DataSet.ActionType) - Method in class repicea.stats.data.DataSet
-
- setValuesInLikelihoodFunction(int) - Method in class repicea.stats.model.CompositeLogLikelihood
-
- setVariabilitySource(CATSensitivityAnalysisSettings.VariabilitySource, Distribution.Type, boolean) - Method in class lerfob.carbonbalancetool.CarbonAccountingTool
-
This method sets the different parameters of the sensitivity analysis at the level suggested by the IPCC.
- setVariabilitySource(CATSensitivityAnalysisSettings.VariabilitySource, Distribution.Type, boolean, double) - Method in class lerfob.carbonbalancetool.CarbonAccountingTool
-
This method sets the different parameters of the sensitivity analysis
- setVariabilitySource(CATSensitivityAnalysisSettings.VariabilitySource, Distribution.Type, boolean, double) - Method in class lerfob.carbonbalancetool.sensitivityanalysis.CATSensitivityAnalysisSettings
-
This method sets the different parameters of the sensitivity analysis
- setVariableValue(int, double) - Method in class repicea.math.AbstractMathematicalFunction
-
This method sets the variable value associated with this variable name.
- setVariableValue(int, double) - Method in class repicea.math.AbstractMathematicalFunctionWrapper
-
- setVariance(Matrix) - Method in class repicea.simulation.stemtaper.AbstractStemTaperEstimate
-
- setVariance(Matrix) - Method in interface repicea.stats.CentralMomentsSettable
-
This method sets the variance-covariance matrix of the random variable.
- setVariance(Matrix) - Method in class repicea.stats.distributions.GaussianDistribution
-
- setVariance(Matrix) - Method in class repicea.stats.distributions.StandardGaussianDistribution
-
- setVariance(Matrix) - Method in class repicea.stats.distributions.UnknownDistribution
-
- setVariance(Matrix) - Method in class repicea.stats.estimates.GaussianEstimate
-
- setVariance(Matrix) - Method in class repicea.stats.estimates.SimpleEstimate
-
- setVerbose(boolean) - Method in class repicea.math.optimizer.NewtonRaphsonOptimizer
-
This method enables the verbose, i.e.
- setVerboseEnabled(boolean) - Method in class lerfob.carbonbalancetool.CarbonAccountingTool
-
This method enables messages all along the process chain.
- setVerboseEnabled(boolean) - Method in class lerfob.carbonbalancetool.CATSettings
-
- setVerboseEnabled(boolean) - Method in class repicea.math.optimizer.AbstractOptimizer
-
This method sets the verbose to true or false.
- setViewPosition(Point) - Method in class repicea.gui.components.REpiceaScrollPane.REpiceaViewport
-
- setViewPositionVetoEnabled(boolean) - Method in class repicea.gui.components.REpiceaScrollPane.REpiceaViewport
-
This method is used to disable the reset of the upper left corner during an action.
- setVisible(boolean) - Method in class lerfob.carbonbalancetool.CATScenarioComparisonDialog
-
- setVisible(boolean) - Method in class lerfob.carbonbalancetool.productionlines.EnhancedProcessorInternalDialog
-
- setVisible(boolean) - Method in class repicea.gui.components.REpiceaMatchSelectorDialog
-
- setVisible(boolean) - Method in class repicea.gui.REpiceaDialog
-
This method overrides the method of the super class JFrame.
- setVisible(boolean) - Method in class repicea.gui.REpiceaFrame
-
This method overrides the method of the super class JFrame.
- setVisible(boolean) - Method in interface repicea.gui.REpiceaWindow
-
- setVolumeForThisSpecies(String, double) - Method in class lerfob.predictor.thinners.frenchnfithinner2018.FrenchNFIThinnerPlotImpl
-
This method sets the volume of the difference species that compose the plot.
- setVolumeProportion(double) - Method in class lerfob.treelogger.basictreelogger.BasicLogCategory
-
- setWeight(double) - Method in interface repicea.simulation.covariateproviders.plotlevel.PlotWeightProvider
-
This method sets the weight of the plot instance.
- setWoodSupply(Object) - Method in class lerfob.carbonbalancetool.CATSettings
-
Deprecated.
- setWorkspace(String) - Method in class lerfob.carbonbalancetool.AbstractDesigner
-
Deprecated.
- setWorkspace(String) - Method in interface repicea.io.Workspaceable
-
This method sets the workspace
- setWorkspace(String) - Method in class repicea.simulation.treelogger.TreeLoggerWrapper
-
Deprecated.
- setWorkSpaceChangeableInGUI(boolean) - Static method in class lerfob.carbonbalancetool.AbstractDesigner
-
Deprecated.
This method enables or disables the set workspace option in the
UI of the designer.
- setX(Matrix) - Method in class repicea.math.AbstractMathematicalFunction
-
This method sets the vector of explanatory variables.
- setX(Matrix) - Method in class repicea.math.AbstractMathematicalFunctionWrapper
-
- setX(int, int) - Method in class repicea.stats.model.glm.copula.CopulaExpression
-
- setX(Matrix) - Method in class repicea.stats.model.glm.copula.CopulaExpression
-
- setX(Matrix) - Method in class repicea.stats.model.glm.copula.CopulaLibrary.DistanceLinkFunctionCopulaExpression
-
Deprecated.
- setX(int, int) - Method in class repicea.stats.model.glm.copula.CopulaLibrary.DistanceLinkFunctionCopulaExpression
-
- setX(int, int) - Method in class repicea.stats.model.glm.copula.CopulaLibrary.SimpleCopulaExpression
-
This method is not necessary for this copula since the parameter is constant
- setX(int, int) - Method in class repicea.stats.model.glm.copula.CopulaLibrary.SimpleLogisticCopulaExpression
-
- setXValuesFromListOfPoints(List<Double>) - Method in class repicea.stats.integral.NumericalIntegrationMethod
-
This method sets the upper and lower bounds from a list of Double instances.
- setYVector(Matrix) - Method in class repicea.stats.model.IndividualLikelihood
-
- setYVector(Matrix) - Method in class repicea.stats.model.IndividualLogLikelihood
-
- setYVector(Matrix) - Method in interface repicea.stats.model.LikelihoodCompatible
-
This method sets the vector of observed values.
- ShortFilename - Static variable in class lerfob.app.LERFOBJARSVNAppVersion
-
- ShortFilename - Static variable in class repicea.app.REpiceaJARSVNAppVersion
-
- shortLivedSlider - Variable in class lerfob.treelogger.basictreelogger.BasicTreeLoggerParametersDialog
-
- shouldBreakAfterGettingPieces - Variable in class lerfob.treelogger.diameterbasedtreelogger.DiameterBasedTreeLogger
-
- showErrorMessage(String, Component) - Static method in class repicea.gui.CommonGuiUtility
-
This method causes a JOptionPane.showErrorMessage to be sent on the Event Dispatch Thread.
- showInformationMessage(String, Component) - Static method in class repicea.gui.CommonGuiUtility
-
This method causes a JOptionPane.showErrorMessage to be sent on the Event Dispatch Thread.
- showInterface() - Method in class lerfob.windstormdamagemodels.awsmodel.AlbrechtWindStormModel
-
- showPopMenu(Point) - Method in class repicea.gui.components.REpiceaTabbedPane
-
- showProgressBar(SwingWorker, Enum, boolean) - Method in class repicea.io.tools.ExportToolDialog
-
Deprecated.
- showProgressBar(Map<Enum, REpiceaExportTool.InternalSwingWorkerForRecordSet>, boolean) - Method in class repicea.io.tools.REpiceaExportToolDialog
-
- showResult() - Method in class lerfob.carbonbalancetool.CarbonAccountingTool
-
- showUI(Window) - Method in class lerfob.carbonbalancetool.biomassparameters.BiomassParameters
-
- showUI(Window) - Method in class lerfob.carbonbalancetool.CarbonAccountingTool
-
- showUI() - Method in class lerfob.carbonbalancetool.CarbonAccountingTool
-
- showUI(Window) - Method in class lerfob.carbonbalancetool.CATUtility.ProductionProcessorManagerWrapper
-
- showUI(Window) - Method in class lerfob.carbonbalancetool.sensitivityanalysis.CATSensitivityAnalysisSettings
-
- showUI() - Method in class repicea.console.Trigger
-
- showUI(Window) - Method in class repicea.gui.components.REpiceaMatchSelector
-
- showUI() - Method in interface repicea.gui.REpiceaShowableUI
-
This method shows the GUI interface of the class that implements this interface.
- showUI(Window) - Method in interface repicea.gui.REpiceaShowableUIWithParent
-
This method shows the GUI interface of the class that implements this interface.
- showUI(Window) - Method in class repicea.io.tools.ExportTool
-
Deprecated.
- showUI(Window) - Method in class repicea.io.tools.ImportFieldManager
-
- showUI(Window) - Method in class repicea.io.tools.REpiceaExportTool
-
- showUI() - Method in class repicea.net.server.gui.ServerInterfaceEngine
-
- showUI(Window) - Method in class repicea.simulation.processsystem.ProcessorButton
-
- showUI(Window) - Method in class repicea.simulation.processsystem.ProcessorLinkLine
-
- showUI(Window) - Method in class repicea.simulation.processsystem.SystemManager
-
- showUI(Window) - Method in class repicea.simulation.treelogger.TreeLoggerParameters
-
- showWarningMessage(String, Component) - Static method in class repicea.gui.CommonGuiUtility
-
This method causes a JOptionPane.showErrorMessage to be sent on the Event Dispatch Thread.
- shutdown(int) - Method in class lerfob.carbonbalancetool.CarbonAccountingTool
-
- shutdown(int) - Method in class lerfob.carbonbalancetool.pythonaccess.PythonAccessPoint
-
- shutdown(int) - Method in class repicea.app.AbstractGenericEngine
-
- shutdown(int) - Method in class repicea.net.server.JavaLocalGatewayServer
-
- shutdownOnClosedConnection - Variable in class repicea.net.server.JavaLocalGatewayServer
-
- SimpleCopulaExpression(double, String) - Constructor for class repicea.stats.model.glm.copula.CopulaLibrary.SimpleCopulaExpression
-
- SimpleEstimate - Class in repicea.stats.estimates
-
The Estimate class is the general class for all estimates.
- SimpleEstimate() - Constructor for class repicea.stats.estimates.SimpleEstimate
-
Public constructor 1 for derived classes.
- SimpleEstimate(Matrix, Matrix) - Constructor for class repicea.stats.estimates.SimpleEstimate
-
Public constructor 2 with mean and variance
- SimpleLogisticCopulaExpression(double, String) - Constructor for class repicea.stats.model.glm.copula.CopulaLibrary.SimpleLogisticCopulaExpression
-
- simpleSelectionButton - Variable in class repicea.simulation.processsystem.ToolPanel
-
- simulateDeviatesForRandomEffectsOfThisSubject(MonteCarloSimulationCompliantObject, Estimate<?>) - Method in class lerfob.predictor.mathilde.climate.formerversion.MathildeClimatePredictor
-
Deprecated.
- simulateDeviatesForRandomEffectsOfThisSubject(MonteCarloSimulationCompliantObject, Estimate<?>) - Method in class lerfob.predictor.mathilde.climate.MathildeClimatePredictor
-
- simulateDeviatesForRandomEffectsOfThisSubject(MonteCarloSimulationCompliantObject, Estimate<?>) - Method in class lerfob.predictor.mathilde.MathildeSubModule
-
- simulateDeviatesForRandomEffectsOfThisSubject(MonteCarloSimulationCompliantObject, Estimate<?>) - Method in class repicea.simulation.REpiceaPredictor
-
This method simulates random deviates from an estimate and stores them in the simulatedRandomEffects
member.
- size() - Method in class repicea.math.FastArrayList
-
- SizeBeforeSwitchingToLUDecompositionInDeterminantCalculation - Static variable in class repicea.math.Matrix
-
- slider - Variable in class repicea.gui.components.REpiceaSlider
-
- SLIDER_CHANGE - Static variable in class repicea.gui.components.REpiceaSlider
-
- SlopeInclinationPercentProvider - Interface in repicea.simulation.covariateproviders.plotlevel
-
This interface ensures that the stand or the plot instance can return its slope inclination
in percentage.
- socketWrapper - Variable in class repicea.net.server.ClientThread
-
- SocketWrapper - Interface in repicea.net
-
This interface ensures that the wrapper can read and write and knows whether
it is closed or not.
- sortObservations(List<Integer>) - Method in class repicea.stats.data.DataSet
-
This method sorts the data according to the fields represented by the indices in fieldIndices parameter.
- species - Variable in class lerfob.predictor.hdrelationships.frenchgeneralhdrelationship2018.FrenchHDRelationship2018TreeImpl
-
- species - Variable in class repicea.simulation.hdrelationships.HDRelationshipPredictor.RegressionElements
-
- speciesAddAction() - Method in class lerfob.carbonbalancetool.catdiameterbasedtreelogger.CATDiameterBasedTreeLoggerParametersDialog
-
- speciesAddAction() - Method in class repicea.simulation.treelogger.TreeLoggerParametersDialog
-
The basic implementation of this method assumes that the species are designated by String instance.
- SpeciesAdded - Static variable in class repicea.simulation.treelogger.TreeLoggerAWTProperty
-
- SpeciesCompositionProvider - Interface in repicea.simulation.covariateproviders.plotlevel
-
This interface ensures that a particular plot can provide its composition, that is
whether it is broadleaved dominated, conifer dominated or mixed.
- SpeciesCompositionProvider.SpeciesComposition - Enum in repicea.simulation.covariateproviders.plotlevel
-
- speciesForSimulation - Variable in class lerfob.carbonbalancetool.pythonaccess.PythonAccessPoint
-
- SpeciesIn2014 - Static variable in enum lerfob.predictor.hdrelationships.FrenchHDRelationshipTree.FrenchHdSpecies
-
- speciesList - Variable in class repicea.simulation.treelogger.TreeLoggerParametersDialog
-
- SpeciesMonteCarloEstimateMap() - Constructor for class lerfob.carbonbalancetool.CATUtilityMaps.SpeciesMonteCarloEstimateMap
-
- SpeciesNameProvider - Interface in repicea.simulation.covariateproviders.treelevel
-
This interface ensures the tree can provide its own species name.
- SpeciesProvider - Interface in repicea.simulation.covariateproviders.treelevel
-
This interface ensures the tree can provide its own species name.
- SpeciesRemoved - Static variable in class repicea.simulation.treelogger.TreeLoggerAWTProperty
-
- SpeciesTypeProvider - Interface in repicea.simulation.covariateproviders.treelevel
-
This interface ensures that the tree can return its species type, i.e.
- SpeciesTypeProvider.SpeciesType - Enum in repicea.simulation.covariateproviders.treelevel
-
- splashTimer - Variable in class repicea.gui.genericwindows.REpiceaSplashWindow
-
- splitLine(String, String) - Static method in class repicea.util.ObjectUtility
-
This method splits a String into a list of string given a particular token and the
possibility of having the \" character.
- SprayedAgainstDefoliatorProvider - Interface in repicea.simulation.covariateproviders.plotlevel
-
This interface ensures the plot instance can tell whether or not it is going
to be sprayed against defoliator in the upcoming interval.
- SpruceBudwormDefoliatedProvider - Interface in repicea.simulation.covariateproviders.plotlevel
-
This interface ensures the stand instance can provide information as
whether or not it has just been defoliated during a spruce budworm outbreak.
- SQLField - Class in repicea.io.javasql
-
- SQLField(String, String, int) - Constructor for class repicea.io.javasql.SQLField
-
General constructor.
- SQLHeader - Class in repicea.io.javasql
-
- SQLHeader() - Constructor for class repicea.io.javasql.SQLHeader
-
- SQLReader - Class in repicea.io.javasql
-
The SQLReader class makes it possible to read tables in
Microsoft Access databases (*.mdb, *.accdb).
- SQLReader(String, String) - Constructor for class repicea.io.javasql.SQLReader
-
General constructor.
- SQLWriter - Class in repicea.io.javasql
-
The SQLWriter class is an extension of the FormatWriter class, which is designed to write tables in MS Access
databases.
- SQLWriter(File, String, boolean) - Constructor for class repicea.io.javasql.SQLWriter
-
Constructor
- SquaredDbhCmProvider - Interface in repicea.simulation.covariateproviders.treelevel
-
This interface ensures the tree instance can provide its squared dbh.
- SquaredLnDbhCmPlus1Provider - Interface in repicea.simulation.covariateproviders.treelevel
-
This interface ensures the tree instance can provide the square of the
natural log of its own dbh + 1.
- squareSym() - Method in class repicea.math.Matrix
-
This method makes a square symmetric matrix from a vector.
- StandardGaussianDistribution - Class in repicea.stats.distributions
-
- StandardGaussianDistribution() - Constructor for class repicea.stats.distributions.StandardGaussianDistribution
-
This constructor creates a Gaussian function with mean mu and variance sigma2.
- start() - Method in class repicea.net.server.ClientThread
-
- startAction() - Method in class repicea.console.MainDialog
-
- startApplication() - Method in class repicea.app.AbstractGenericEngine
-
This method starts the client application.
- startEmbeddedApplication() - Method in class repicea.console.Trigger
-
- startReceiverThread() - Method in class repicea.net.server.AbstractServer
-
This method starts the callReceiver thread that handles the call from the clients.
- stateChanged(ChangeEvent) - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnitFeature
-
- stateChanged(ChangeEvent) - Method in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnitFeaturePanel
-
- stateChanged(ChangeEvent) - Method in class lerfob.carbonbalancetool.productionlines.LandfillCarbonUnitFeature
-
- stateChanged(ChangeEvent) - Method in class lerfob.carbonbalancetool.productionlines.LandfillCarbonUnitFeaturePanel
-
- stateChanged(ChangeEvent) - Method in class repicea.console.MainDialog
-
- stateChanged(ChangeEvent) - Method in class repicea.gui.components.REpiceaSlider
-
- stateChanged(ChangeEvent) - Method in class repicea.gui.components.REpiceaSliderGroup
-
- stateChanged(ChangeEvent) - Method in class repicea.simulation.processsystem.ProcessorLinkLineSlider
-
- stateChanged(ChangeEvent) - Method in class repicea.simulation.processsystem.SystemPanel
-
- StatementMaker - Class in repicea.io.javasql
-
- StatementMaker(Connection) - Constructor for class repicea.io.javasql.StatementMaker
-
- StatisticalDataException - Exception in repicea.stats.data
-
This class handles Exception instance that are specific to the data.
- StatisticalDataException(String) - Constructor for exception repicea.stats.data.StatisticalDataException
-
- StatisticalDataStructure - Interface in repicea.stats.data
-
This interface is the basic interface for any data structure.
- StatisticalModel<P extends StatisticalDataStructure> - Interface in repicea.stats.model
-
This interface defines the services provided by a statistical model.
- StatisticalUtility - Class in repicea.stats
-
This class contains static methods that are useful for statistical regressions.
- StatisticalUtility() - Constructor for class repicea.stats.StatisticalUtility
-
- StatisticalUtility.TypeMatrixR - Enum in repicea.stats
-
- StemDensityHaProvider - Interface in repicea.simulation.covariateproviders.plotlevel
-
This interface ensures the stand instance can provide its own
stem density.
- StemTaperCrossSection - Class in repicea.simulation.stemtaper
-
This class simply describe a cross section in tree.
- StemTaperCrossSection(double, double) - Constructor for class repicea.simulation.stemtaper.StemTaperCrossSection
-
Constructor.
- StemTaperSegment - Class in repicea.simulation.stemtaper
-
The StemTaperSegment class represents a segment in the tree.
- StemTaperSegment(double, double, NumericalIntegrationMethod) - Constructor for class repicea.simulation.stemtaper.StemTaperSegment
-
Constructor 1.
- StemTaperSegment(NumericalIntegrationMethod) - Constructor for class repicea.simulation.stemtaper.StemTaperSegment
-
Constructor 2.
- StemTaperSegment(StemTaperCrossSection, StemTaperCrossSection, NumericalIntegrationMethod) - Constructor for class repicea.simulation.stemtaper.StemTaperSegment
-
Constructor 2.
- StemTaperSegmentList - Class in repicea.simulation.stemtaper
-
- StemTaperSegmentList() - Constructor for class repicea.simulation.stemtaper.StemTaperSegmentList
-
- StochasticInformationProvider<Realization> - Interface in repicea.simulation.covariateproviders.plotlevel
-
The StochasticInformationProvider interface provides basic information about the simulation mode.
- stochasticOptionCheckBox - Variable in class lerfob.windstormdamagemodels.awsmodel.AlbrechtWindStormModelUI
-
- stopAction() - Method in class repicea.console.MainDialog
-
- storeResults() - Method in class lerfob.carbonbalancetool.CATCompartmentManager
-
- stringProperties - Variable in class repicea.app.SettingMemory
-
- StudentTDistribution - Class in repicea.stats.distributions
-
This class implements the standard Student's t distribution.
- StudentTDistribution(Matrix, Matrix, int) - Constructor for class repicea.stats.distributions.StudentTDistribution
-
This constructor creates a Student't distribution with mean mu and variance sigma2.
- StudentTDistribution(int) - Constructor for class repicea.stats.distributions.StudentTDistribution
-
Constructor for a standard Student's distribution, i.e.
- subCategory - Variable in class lerfob.treelogger.diameterbasedtreelogger.DiameterBasedTreeLogCategory
-
- subModules - Variable in class lerfob.predictor.mathilde.diameterincrement.MathildeDiameterIncrementPredictor
-
- subModules - Variable in class lerfob.predictor.mathilde.mortality.MathildeMortalityPredictor
-
- subProcessors - Variable in class repicea.simulation.processsystem.Processor
-
- SubSplitter - Static variable in class repicea.lang.codetranslator.REnvironment
-
- substitutionTextField - Variable in class lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnitFeaturePanel
-
- subtract(Matrix) - Method in class repicea.math.Matrix
-
This method subtracts matrix m from the current matrix.
- subtract(Matrix, Matrix) - Static method in class repicea.math.MatrixUtility
-
This method subtracts a matrix from a reference matrix.
- subtract(BootstrapHybridPointEstimate) - Method in class repicea.stats.estimates.BootstrapHybridPointEstimate
-
This method returns a MonteCarloEstimate instance that results from the subtraction of two
MonteCarloEstimate instances with the same number of realizations.
- subtract(MonteCarloEstimate) - Method in class repicea.stats.estimates.MonteCarloEstimate
-
This method returns a MonteCarloEstimate instance that results from the subtraction of two
MonteCarloEstimate instances with the same number of realizations.
- subtract(PointEstimate<?>) - Method in class repicea.stats.estimates.PointEstimate
-
- subtract(PointEstimate<?>) - Method in class repicea.stats.estimates.PopulationMeanEstimate
-
- subtract(PointEstimate<?>) - Method in class repicea.stats.estimates.PopulationTotalEstimate
-
- summary - Variable in class lerfob.carbonbalancetool.CATCompartmentManager
-
- swapAlongTheDiagonal(int, int) - Method in class repicea.math.Matrix
-
- symSquare() - Method in class repicea.math.Matrix
-
This method returns a vector of the values corresponding to a symmetric matrix.
- synchronize() - Method in class repicea.serial.REpiceaMemorizerHandler
-
- SynchronizedListening - Interface in repicea.gui
-
- synchronizeUIWithOwner() - Method in class lerfob.carbonbalancetool.biomassparameters.BiomassParametersDialog
-
- synchronizeUIWithOwner() - Method in class lerfob.carbonbalancetool.productionlines.ProductionProcessorManagerDialog
-
- synchronizeUIWithOwner() - Method in class lerfob.carbonbalancetool.sensitivityanalysis.CATSensitivityAnalysisSettingsDlg
-
- synchronizeUIWithOwner() - Method in class lerfob.treelogger.basictreelogger.BasicTreeLoggerParametersDialog
-
- synchronizeUIWithOwner() - Method in class repicea.gui.components.REpiceaMatchSelectorDialog
-
- synchronizeUIWithOwner() - Method in interface repicea.gui.OwnedWindow
-
This method ensures that the values of the components are those of the owner.
- synchronizeUIWithOwner() - Method in class repicea.simulation.processsystem.SystemManagerDialog
-
- synchronizeUIWithOwner() - Method in class repicea.simulation.treelogger.TreeLoggerParametersDialog
-
- SynchronizeWithOwner - Static variable in class repicea.gui.REpiceaAWTProperty
-
- SystemInternalPanel() - Constructor for class repicea.simulation.processsystem.SystemPanel.SystemInternalPanel
-
- SystemLabel - Class in repicea.simulation.processsystem
-
- SystemLabel() - Constructor for class repicea.simulation.processsystem.SystemLabel
-
- SystemLayout - Class in repicea.simulation.processsystem
-
This class specifies the layout of the SystemPanel class.
- SystemLayout() - Constructor for class repicea.simulation.processsystem.SystemLayout
-
- SystemManager - Class in repicea.simulation.processsystem
-
- SystemManager(REpiceaGUIPermission) - Constructor for class repicea.simulation.processsystem.SystemManager
-
- SystemManager() - Constructor for class repicea.simulation.processsystem.SystemManager
-
- SystemManagerDialog - Class in repicea.simulation.processsystem
-
- SystemManagerDialog(Window, SystemManager) - Constructor for class repicea.simulation.processsystem.SystemManagerDialog
-
- SystemManagerDialog.MessageID - Enum in repicea.simulation.processsystem
-
- systemPanel - Variable in class repicea.simulation.processsystem.SystemManagerDialog
-
- SystemPanel - Class in repicea.simulation.processsystem
-
- SystemPanel(SystemManager, SystemLayout) - Constructor for class repicea.simulation.processsystem.SystemPanel
-
- SystemPanel.SystemInternalPanel - Class in repicea.simulation.processsystem
-
- validateParameter(double) - Method in class repicea.math.ParameterBound
-
- validateRecord(Object[]) - Method in class repicea.io.FormatWriter
-
This method validates the record before adding it to the output file.
- ValidProcessorLinkLine - Class in repicea.simulation.processsystem
-
- ValidProcessorLinkLine(SystemPanel, AnchorProvider, AnchorProvider) - Constructor for class repicea.simulation.processsystem.ValidProcessorLinkLine
-
- ValletTotalAboveGroundVolumeEquations - Class in lerfob.allometricrelationships
-
This method implements the models developed in Vallet et al.
- ValletTotalAboveGroundVolumeEquations() - Constructor for class lerfob.allometricrelationships.ValletTotalAboveGroundVolumeEquations
-
- value - Variable in class repicea.stats.distributions.GaussianErrorTerm
-
- valueChanged(ListSelectionEvent) - Method in class repicea.io.tools.ExportTool
-
Deprecated.
- valueChanged(ListSelectionEvent) - Method in class repicea.io.tools.REpiceaExportTool
-
- valueChanged(ListSelectionEvent) - Method in class repicea.simulation.treelogger.TreeLoggerParametersDialog
-
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.biomassparameters.BiomassParametersDialog.MessageID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.CarbonAccountingTool.CATMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.CATBasicWoodDensityProvider.AverageBasicDensity
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.CATCarbonContentRatioProvider.AverageCarbonContent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.CATCompartment.CompartmentInfo
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.CATCompartment.PoolCategory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.CATDecayFunction.ParameterID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.CATDecayFunction.VariableID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.catdiameterbasedtreelogger.CATDiameterBasedTreeLoggerParameters.DefaultSpecies
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.CATFrame.MessageID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.CATSettings.AssessmentReport
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.CATSettings.CATSpecies
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.CATTask.Task
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.CATUtility.BiomassParametersName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.CATUtility.ProductionManagerName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.io.CATExportTool.ExportOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.io.CATGrowthSimulationRecordReader.CATGrowthSimulationFieldID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.io.CATGrowthSimulationRecordReader.CATGrowthSimulationFieldLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.io.CATGrowthSimulationRecordReader.MessageID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.io.CATGrowthSimulationSpeciesSelector.CATGrowthSimulationSpeciesSelectorDialog.MessageID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.io.CATGrowthSimulationSpeciesSelector.ColumnName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.io.CATYieldTableRecordReader.CATYieldTableFieldID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.io.CATYieldTableRecordReader.CATYieldTableFieldLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.io.CATYieldTableRecordReader.MessageID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.productionlines.CarbonUnit.CarbonUnitStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.productionlines.CarbonUnit.Element
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.productionlines.CarbonUnitFeature.LifetimeMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.productionlines.CarbonUnitFeaturePanel.MessageID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.productionlines.combustion.CombustionEmissions.CombustionProcess
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnitFeature.UseClass
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnitFeaturePanel.MessageID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.productionlines.EnhancedProcessorInternalDialog.MessageID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.productionlines.LandfillCarbonUnitFeature.LandfillType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.productionlines.LandfillCarbonUnitFeaturePanel.MessageID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.productionlines.LifeCycleAnalysis.ReferenceLCA
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.productionlines.ProductionProcessorManager.EnhancedMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.productionlines.ProductionProcessorManagerDialog.MessageID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.productionlines.WoodyDebrisProcessor.WoodyDebrisProcessorID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.sensitivityanalysis.CATSensitivityAnalysisSettings.VariabilitySource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.carbonbalancetool.woodpiecedispatcher.WoodPieceDispatcher.MessageID
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.fagacees.FagaceesSpeciesProvider.FgSpecies
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.predictor.FertilityClassEmulator.FertilityClass
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.predictor.hdrelationships.FrenchHDRelationshipTree.FrenchHdSpecies
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.predictor.hdrelationships.FrenchHeightPredictor.FrenchHeightPredictorVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.predictor.mathilde.MathildeTreeSpeciesProvider.MathildeTreeSpecies
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.predictor.thinners.frenchnfithinner2018.FrenchNFIThinnerPredictor.FrenchNFIThinnerSpecies
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.predictor.volume.frenchcommercialvolume2014.FrenchCommercialVolume2014Tree.FrenchCommercialVolume2014TreeSpecies
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.predictor.volume.frenchcommercialvolume2020.FrenchCommercialVolume2020Tree.FrenchCommercialVolume2020TreeSpecies
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.simulation.covariateproviders.plotlevel.FrenchDepartmentProvider.FrenchDepartment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.simulation.covariateproviders.plotlevel.FrenchDepartmentProvider.FrenchRegionPriorTo2016
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.simulation.covariateproviders.plotlevel.FrenchRegion2016Provider.FrenchRegion2016
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.treelogger.basictreelogger.BasicTreeLoggerParameters.MessageID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.treelogger.diameterbasedtreelogger.DiameterBasedTreeLogCategoryPanel.MessageID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.treelogger.diameterbasedtreelogger.DiameterBasedTreeLoggerParameters.Grade
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.treelogger.douglasfirfcba.DouglasFCBALoggableTree.Species
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.treelogger.douglasfirfcba.DouglasFCBATreeLoggerParameters.Grade
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.treelogger.europeanbeech.EuropeanBeechBasicTreeLoggerParameters.Grade
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.treelogger.maritimepine.MaritimePineBasicTreeLoggerParameters.Grade
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.treelogger.mathilde.MathildeTreeLoggerParameters.Grade
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.windstormdamagemodels.awsmodel.AWSModelCore.RandomEffectID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.windstormdamagemodels.awsmodel.AWSModelCore.SubModelID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.windstormdamagemodels.awsmodel.AWSStand.StandVariable
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.windstormdamagemodels.awsmodel.AWSStandImpl.TestStandVariable
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.windstormdamagemodels.awsmodel.AWSTreatment.TreatmentVariable
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.windstormdamagemodels.awsmodel.AWSTree.AWSTreeSpecies
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.windstormdamagemodels.awsmodel.AWSTree.TreeVariable
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum lerfob.windstormdamagemodels.awsmodel.AWSTreeImpl.TestTreeVariable
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.console.MainDialog.MessageID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.console.TriggerSettings.Encoding
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.gui.components.NumberFormatFieldFactory.Range
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.gui.components.NumberFormatFieldFactory.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.gui.components.REpiceaSlider.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.gui.genericwindows.CancellableWarningMessage.MessageID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.gui.genericwindows.REpiceaLicenseWindow.ControlID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.gui.genericwindows.REpiceaTipDialog.MessageID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.gui.REpiceaLookAndFeelMenu.MessageID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.gui.UIControlManager.CommonControlID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.gui.UIControlManager.CommonMenuTitle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.gui.UIControlManager.FontType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.gui.UIControlManager.InformationMessage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.gui.UIControlManager.InformationMessageTitle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.io.GFileFilter.FileType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.io.REpiceaIOFileHandlerUI.MessageID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.io.tools.ExportTool.FieldName
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.io.tools.ExportToolDialog.MessageID
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.io.tools.ImportFieldElement.FieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.io.tools.ImportFieldManagerDialog.MessageID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.io.tools.REpiceaExportTool.FieldName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.io.tools.REpiceaExportToolDialog.MessageID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.io.tools.REpiceaRecordReader.MessageID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.math.optimizer.AbstractOptimizer.LineSearchMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.multiprocess.IndependentProcess.StateValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.multiprocess.JavaProcess.JVM_OPTION
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.net.RemoteEventManager.InternalCall
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.net.server.AbstractServer.ServerReply
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.net.server.BasicClient.ClientRequest
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.net.server.BasicClient.ExceptionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.net.server.ServerConfiguration.Protocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.net.server.ServerTask.ServerTaskID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.simulation.ApplicationScaleProvider.ApplicationScale
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.simulation.climate.REpiceaClimateGenerator.RepresentativeConcentrationPathway
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.simulation.climate.REpiceaClimateVariableMap.ClimateVariable
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.simulation.covariateproviders.plotlevel.DrainageGroupProvider.DrainageGroup
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.simulation.covariateproviders.plotlevel.LandOwnershipProvider.LandOwnership
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.simulation.covariateproviders.plotlevel.LandUseProvider.LandUse
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.simulation.covariateproviders.plotlevel.ManagementTypeProvider.ManagementType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.simulation.covariateproviders.plotlevel.SpeciesCompositionProvider.SpeciesComposition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.simulation.covariateproviders.treelevel.SpeciesTypeProvider.SpeciesType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.simulation.covariateproviders.treelevel.TreeStatusProvider.StatusClass
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.simulation.disturbances.DisturbanceTypeProvider.DisturbanceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.simulation.MonteCarloSettings.MonteCarloVarSource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.simulation.processsystem.ProcessorInternalDialog.MessageID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.simulation.processsystem.SystemManagerDialog.MessageID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.simulation.processsystem.UISetup.BasicMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.simulation.processsystem.UISetup.MessageID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.simulation.REpiceaPredictor.ErrorTermGroup
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.simulation.species.REpiceaSpecies.Species
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.simulation.treelogger.LogCategoryPanel.MessageID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.simulation.treelogger.TreeLoggerParametersDialog.MessageID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.simulation.treelogger.WoodPiece.Property
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.simulation.UseModeProvider.UseMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.stats.data.DataSet.ActionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.stats.Distribution.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.stats.estimates.Estimate.EstimatorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.stats.estimates.MonteCarloEstimate.MessageID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.stats.integral.GaussQuadrature.NumberOfPoints
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.stats.model.glm.LinkFunction.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.stats.StatisticalUtility.TypeMatrixR
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum repicea.util.REpiceaTranslator.Language
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum lerfob.carbonbalancetool.biomassparameters.BiomassParametersDialog.MessageID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.CarbonAccountingTool.CATMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.CATBasicWoodDensityProvider.AverageBasicDensity
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.CATCarbonContentRatioProvider.AverageCarbonContent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.CATCompartment.CompartmentInfo
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.CATCompartment.PoolCategory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.CATDecayFunction.ParameterID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.CATDecayFunction.VariableID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.catdiameterbasedtreelogger.CATDiameterBasedTreeLoggerParameters.DefaultSpecies
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.CATFrame.MessageID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.CATSettings.AssessmentReport
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.CATSettings.CATSpecies
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.CATTask.Task
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.CATUtility.BiomassParametersName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.CATUtility.ProductionManagerName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.io.CATExportTool.ExportOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.io.CATGrowthSimulationRecordReader.CATGrowthSimulationFieldID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.io.CATGrowthSimulationRecordReader.CATGrowthSimulationFieldLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.io.CATGrowthSimulationRecordReader.MessageID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.io.CATGrowthSimulationSpeciesSelector.CATGrowthSimulationSpeciesSelectorDialog.MessageID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.io.CATGrowthSimulationSpeciesSelector.ColumnName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.io.CATYieldTableRecordReader.CATYieldTableFieldID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.io.CATYieldTableRecordReader.CATYieldTableFieldLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.io.CATYieldTableRecordReader.MessageID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.productionlines.CarbonUnit.CarbonUnitStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.productionlines.CarbonUnit.Element
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.productionlines.CarbonUnitFeature.LifetimeMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.productionlines.CarbonUnitFeaturePanel.MessageID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.productionlines.combustion.CombustionEmissions.CombustionProcess
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnitFeature.UseClass
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.productionlines.EndUseWoodProductCarbonUnitFeaturePanel.MessageID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.productionlines.EnhancedProcessorInternalDialog.MessageID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.productionlines.LandfillCarbonUnitFeature.LandfillType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.productionlines.LandfillCarbonUnitFeaturePanel.MessageID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.productionlines.LifeCycleAnalysis.ReferenceLCA
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.productionlines.ProductionProcessorManager.EnhancedMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.productionlines.ProductionProcessorManagerDialog.MessageID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.productionlines.WoodyDebrisProcessor.WoodyDebrisProcessorID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.sensitivityanalysis.CATSensitivityAnalysisSettings.VariabilitySource
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.carbonbalancetool.woodpiecedispatcher.WoodPieceDispatcher.MessageID
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.fagacees.FagaceesSpeciesProvider.FgSpecies
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.predictor.FertilityClassEmulator.FertilityClass
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.predictor.hdrelationships.FrenchHDRelationshipTree.FrenchHdSpecies
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.predictor.hdrelationships.FrenchHeightPredictor.FrenchHeightPredictorVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.predictor.mathilde.MathildeTreeSpeciesProvider.MathildeTreeSpecies
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.predictor.thinners.frenchnfithinner2018.FrenchNFIThinnerPredictor.FrenchNFIThinnerSpecies
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.predictor.volume.frenchcommercialvolume2014.FrenchCommercialVolume2014Tree.FrenchCommercialVolume2014TreeSpecies
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.predictor.volume.frenchcommercialvolume2020.FrenchCommercialVolume2020Tree.FrenchCommercialVolume2020TreeSpecies
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.simulation.covariateproviders.plotlevel.FrenchDepartmentProvider.FrenchDepartment
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.simulation.covariateproviders.plotlevel.FrenchDepartmentProvider.FrenchRegionPriorTo2016
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.simulation.covariateproviders.plotlevel.FrenchRegion2016Provider.FrenchRegion2016
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.treelogger.basictreelogger.BasicTreeLoggerParameters.MessageID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.treelogger.diameterbasedtreelogger.DiameterBasedTreeLogCategoryPanel.MessageID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.treelogger.diameterbasedtreelogger.DiameterBasedTreeLoggerParameters.Grade
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.treelogger.douglasfirfcba.DouglasFCBALoggableTree.Species
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.treelogger.douglasfirfcba.DouglasFCBATreeLoggerParameters.Grade
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.treelogger.europeanbeech.EuropeanBeechBasicTreeLoggerParameters.Grade
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.treelogger.maritimepine.MaritimePineBasicTreeLoggerParameters.Grade
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.treelogger.mathilde.MathildeTreeLoggerParameters.Grade
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.windstormdamagemodels.awsmodel.AWSModelCore.RandomEffectID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.windstormdamagemodels.awsmodel.AWSModelCore.SubModelID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.windstormdamagemodels.awsmodel.AWSStand.StandVariable
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.windstormdamagemodels.awsmodel.AWSStandImpl.TestStandVariable
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.windstormdamagemodels.awsmodel.AWSTreatment.TreatmentVariable
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.windstormdamagemodels.awsmodel.AWSTree.AWSTreeSpecies
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.windstormdamagemodels.awsmodel.AWSTree.TreeVariable
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum lerfob.windstormdamagemodels.awsmodel.AWSTreeImpl.TestTreeVariable
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.console.MainDialog.MessageID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.console.TriggerSettings.Encoding
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.gui.components.NumberFormatFieldFactory.Range
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.gui.components.NumberFormatFieldFactory.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.gui.components.REpiceaSlider.Position
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.gui.genericwindows.CancellableWarningMessage.MessageID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.gui.genericwindows.REpiceaLicenseWindow.ControlID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.gui.genericwindows.REpiceaTipDialog.MessageID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.gui.REpiceaLookAndFeelMenu.MessageID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.gui.UIControlManager.CommonControlID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.gui.UIControlManager.CommonMenuTitle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.gui.UIControlManager.FontType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.gui.UIControlManager.InformationMessage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.gui.UIControlManager.InformationMessageTitle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.io.GFileFilter.FileType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.io.REpiceaIOFileHandlerUI.MessageID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.io.tools.ExportTool.FieldName
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.io.tools.ExportToolDialog.MessageID
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.io.tools.ImportFieldElement.FieldType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.io.tools.ImportFieldManagerDialog.MessageID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.io.tools.REpiceaExportTool.FieldName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.io.tools.REpiceaExportToolDialog.MessageID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.io.tools.REpiceaRecordReader.MessageID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.math.optimizer.AbstractOptimizer.LineSearchMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.multiprocess.IndependentProcess.StateValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.multiprocess.JavaProcess.JVM_OPTION
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.net.RemoteEventManager.InternalCall
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.net.server.AbstractServer.ServerReply
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.net.server.BasicClient.ClientRequest
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.net.server.BasicClient.ExceptionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.net.server.ServerConfiguration.Protocol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.net.server.ServerTask.ServerTaskID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.simulation.ApplicationScaleProvider.ApplicationScale
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.simulation.climate.REpiceaClimateGenerator.RepresentativeConcentrationPathway
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.simulation.climate.REpiceaClimateVariableMap.ClimateVariable
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.simulation.covariateproviders.plotlevel.DrainageGroupProvider.DrainageGroup
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.simulation.covariateproviders.plotlevel.LandOwnershipProvider.LandOwnership
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.simulation.covariateproviders.plotlevel.LandUseProvider.LandUse
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.simulation.covariateproviders.plotlevel.ManagementTypeProvider.ManagementType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.simulation.covariateproviders.plotlevel.SpeciesCompositionProvider.SpeciesComposition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.simulation.covariateproviders.treelevel.SpeciesTypeProvider.SpeciesType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.simulation.covariateproviders.treelevel.TreeStatusProvider.StatusClass
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.simulation.disturbances.DisturbanceTypeProvider.DisturbanceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.simulation.MonteCarloSettings.MonteCarloVarSource
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.simulation.processsystem.ProcessorInternalDialog.MessageID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.simulation.processsystem.SystemManagerDialog.MessageID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.simulation.processsystem.UISetup.BasicMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.simulation.processsystem.UISetup.MessageID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.simulation.REpiceaPredictor.ErrorTermGroup
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.simulation.species.REpiceaSpecies.Species
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.simulation.treelogger.LogCategoryPanel.MessageID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.simulation.treelogger.TreeLoggerParametersDialog.MessageID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.simulation.treelogger.WoodPiece.Property
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.simulation.UseModeProvider.UseMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.stats.data.DataSet.ActionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.stats.Distribution.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.stats.estimates.Estimate.EstimatorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.stats.estimates.MonteCarloEstimate.MessageID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.stats.integral.GaussQuadrature.NumberOfPoints
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.stats.model.glm.LinkFunction.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.stats.StatisticalUtility.TypeMatrixR
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum repicea.util.REpiceaTranslator.Language
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VariableValueException(String) - Constructor for exception repicea.io.tools.REpiceaRecordReader.VariableValueException
-
- VarianceEstimate - Class in repicea.stats.estimates
-
The VarianceEstimate is a class of Estimate that suits the variance estimation.
- VarianceEstimate(int, double) - Constructor for class repicea.stats.estimates.VarianceEstimate
-
Constructor with mean only.
- vectorY - Variable in class repicea.stats.data.GenericStatisticalDataStructure
-
- vectorZ - Variable in class repicea.simulation.hdrelationships.HDRelationshipPredictor.RegressionElements
-
- verbose - Variable in class repicea.math.optimizer.NewtonRaphsonOptimizer
-
- VERY_SMALL - Static variable in class lerfob.carbonbalancetool.productionlines.ProductionProcessorManager
-
The VERY_SMALL value serves as threshold when dealing with small quantities.
- VERY_SMALL - Static variable in class repicea.simulation.stemtaper.StemTaperSegment
-
- viewPositionVetoEnabled - Variable in class repicea.gui.components.REpiceaScrollPane.REpiceaViewport
-