Uses of Class
uk.ac.leeds.ccg.andyt.projects.genesis.core.GENESIS_Environment

Packages that use GENESIS_Environment
uk.ac.leeds.ccg.andyt.projects.genesis.core   
uk.ac.leeds.ccg.andyt.projects.genesis.math.statistics   
uk.ac.leeds.ccg.andyt.projects.genesis.process   
uk.ac.leeds.ccg.andyt.projects.genesis.society.demography   
uk.ac.leeds.ccg.andyt.projects.genesis.society.organisations   
uk.ac.leeds.ccg.andyt.projects.genesis.transport   
uk.ac.leeds.ccg.andyt.projects.genesis.travelingsalesman   
uk.ac.leeds.ccg.andyt.projects.genesis.vector   
uk.ac.leeds.ccg.andyt.projects.genesis.visualisation   
 

Uses of GENESIS_Environment in uk.ac.leeds.ccg.andyt.projects.genesis.core
 

Fields in uk.ac.leeds.ccg.andyt.projects.genesis.core declared as GENESIS_Environment
 GENESIS_Environment GENESIS_Agent._GENESIS_Environment
          A reference to the GENESIS_Environment of this simulation.
 GENESIS_Environment GENESIS_AgentCollection._GENESIS_Environment
           
 GENESIS_Environment GENESIS_AgentCollectionManager._GENESIS_Environment
           
 GENESIS_Environment GENESIS_AgentEnvironment._GENESIS_Environment
           
protected  GENESIS_Environment GENESIS_PersonFactory._GENESIS_Environment
           
 

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.core with parameters of type GENESIS_Environment
protected  void GENESIS_Female.init(GENESIS_Environment a_GENESIS_Environment, java.lang.Long _Female_ID, java.lang.Long _FemaleCollection_ID)
           
protected  void GENESIS_Male.init(GENESIS_Environment a_GENESIS_Environment, java.lang.Long _Male_ID, java.lang.Long _MaleCollection_ID)
           
 void GENESIS_FemaleCollection.init(GENESIS_Environment a_GENESIS_Environment, long a_AgentCollection_ID, java.lang.String a_Type)
           
 void GENESIS_MaleCollection.init(GENESIS_Environment a_GENESIS_Environment, long a_AgentCollection_ID, java.lang.String a_Type)
           
 

Constructors in uk.ac.leeds.ccg.andyt.projects.genesis.core with parameters of type GENESIS_Environment
GENESIS_AgentCollectionManager(GENESIS_Environment a_GENESIS_Environment)
          this(_GENESIS_AgentEnvironment,_GENESIS_AgentEnvironment._Directory);
GENESIS_AgentCollectionManager(GENESIS_Environment a_GENESIS_Environment, java.io.File _Directory)
           
GENESIS_AgentCollectionManager(GENESIS_Environment a_GENESIS_Environment, GENESIS_AgentCollectionManager a_GENESIS_AgentCollectionManager)
           
GENESIS_AgentEnvironment(GENESIS_Environment a_GENESIS_Environment)
           
GENESIS_AgentEnvironment(GENESIS_Environment a_GENESIS_Environment, GENESIS_AgentEnvironment a_GENESIS_AgentEnvironment)
           
GENESIS_Environment(GENESIS_Environment a_GENESIS_Environment)
          Creates a new GENESIS_Environment based on a_GENESIS_Environment.
GENESIS_Female(GENESIS_Environment a_GENESIS_Environment, GENESIS_AgentCollectionManager a_GENESIS_AgentCollectionManager, java.io.File _Directory, GENESIS_Age age, Household _Household, uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D _Point2D)
           
GENESIS_Female(GENESIS_Environment a_GENESIS_Environment, GENESIS_AgentCollectionManager a_GENESIS_AgentCollectionManager, GENESIS_Age age)
           
GENESIS_Female(GENESIS_Environment a_GENESIS_Environment, GENESIS_AgentCollectionManager a_GENESIS_AgentCollectionManager, GENESIS_Age age, Household _Household)
           
GENESIS_Female(GENESIS_Environment a_GENESIS_Environment, GENESIS_AgentCollectionManager a_GENESIS_AgentCollectionManager, GENESIS_Age age, Household _Household, uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D _Point2D)
           
GENESIS_FemaleCollection(GENESIS_Environment a_GENESIS_Environment, long _AgentCollection_ID, java.lang.String _Type)
           
GENESIS_Male(GENESIS_Environment a_GENESIS_Environment, GENESIS_AgentCollectionManager a_GENESIS_AgentCollectionManager, java.io.File _Directory, GENESIS_Age age, Household _Household, uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D _Point2D)
           
GENESIS_Male(GENESIS_Environment a_GENESIS_Environment, GENESIS_AgentCollectionManager a_GENESIS_AgentCollectionManager, GENESIS_Age age, Household _Household)
           
GENESIS_Male(GENESIS_Environment a_GENESIS_Environment, GENESIS_AgentCollectionManager a_GENESIS_AgentCollectionManager, GENESIS_Age age, Household _Household, uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D _Point2D)
           
GENESIS_Male(GENESIS_Environment a_GENESIS_Environment, GENESIS_AgentCollectionManager a_GENESIS_AgentCollectionManager, GENESIS_MaleCollection a_MaleCollection, GENESIS_Age age)
           
GENESIS_MaleCollection(GENESIS_Environment a_GENESIS_Environment, java.lang.Long _AgentCollection_ID, java.lang.String _Type)
           
GENESIS_PersonFactory(GENESIS_Environment a_GENESIS_Environment, GENESIS_AgentCollectionManager a_GENESIS_AgentCollectionManager)
           
GENESIS_PersonFactory(GENESIS_Environment a_GENESIS_Environment, GENESIS_PersonFactory a_GENESIS_PersonFactory)
           
 

Uses of GENESIS_Environment in uk.ac.leeds.ccg.andyt.projects.genesis.math.statistics
 

Constructors in uk.ac.leeds.ccg.andyt.projects.genesis.math.statistics with parameters of type GENESIS_Environment
GENESIS_Statistics(GENESIS_Environment a_GENESIS_Environment)
           
 

Uses of GENESIS_Environment in uk.ac.leeds.ccg.andyt.projects.genesis.process
 

Fields in uk.ac.leeds.ccg.andyt.projects.genesis.process declared as GENESIS_Environment
protected  GENESIS_Environment Abstract_GENESIS_Model._GENESIS_Environment
           
 

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.process with parameters of type GENESIS_Environment
 void Abstract_GENESIS_DemographicModel.init_Environment(GENESIS_Environment a_GENESIS_Environment)
           
 void Abstract_GENESIS_Model.init_Environment(GENESIS_Environment a_GENESIS_Environment)
           
 

Constructors in uk.ac.leeds.ccg.andyt.projects.genesis.process with parameters of type GENESIS_Environment
GENESIS_DemographicModel(GENESIS_Environment a_GENESIS_Environment)
           
 

Uses of GENESIS_Environment in uk.ac.leeds.ccg.andyt.projects.genesis.society.demography
 

Fields in uk.ac.leeds.ccg.andyt.projects.genesis.society.demography declared as GENESIS_Environment
 GENESIS_Environment CompareProbabilities._GENESIS_Environment
           
 GENESIS_Environment GENESIS_Demographics._GENESIS_Environment
           
 GENESIS_Environment GENESIS_Fertility._GENESIS_Environment
          GENESIS_Environment reference
 GENESIS_Environment GENESIS_Migration._GENESIS_Environment
           
 GENESIS_Environment GENESIS_Miscarriage._GENESIS_Environment
          GENESIS_Environment reference
 GENESIS_Environment GENESIS_Mortality._GENESIS_Environment
           
 GENESIS_Environment GENESIS_MortalityAndFertilityEstimator._GENESIS_Environment
           
 GENESIS_Environment GENESIS_Population._GENESIS_Environment
           
 

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.society.demography with parameters of type GENESIS_Environment
static void Mapping._Map_Population(java.io.File _File, java.lang.String _Type, uk.ac.leeds.ccg.andyt.grids.exchange.ImageExporter _ImageExporter, GENESIS_Environment _Environment, java.lang.Object[] _Population)
          Map locations with living population.
static void Mapping._OutputMap(uk.ac.leeds.ccg.andyt.grids.core.AbstractGrid2DSquareCell _Grid2DSquareCell, java.io.File _File, java.lang.String _Type, uk.ac.leeds.ccg.andyt.grids.exchange.ImageExporter _ImageExporter, GENESIS_Environment _Environment)
           
static java.util.TreeMap<java.lang.String,GENESIS_Population> GENESIS_Population.aggregateSubregion(java.util.TreeMap<java.lang.String,GENESIS_Population> theOAPops, java.util.TreeMap<java.lang.String,java.lang.String> subregionToAggregateRegionLookup, GENESIS_Environment aGENESIS_Environment)
           
static java.math.BigDecimal CompareProbabilities.compare(java.lang.String areaCode, GENESIS_Environment _GENESIS_Environment, GENESIS_Demographics startDemographics, GENESIS_Demographics endDemographics, java.io.File output_Directory, int decimalPlacePrecisionForCalculations)
           
static java.lang.Object[] GENESIS_Population.getAggregateGENESIS_Population(GENESIS_Population pop, java.lang.Long minAgeInYears, java.lang.Long maxAgeInYears, java.lang.Long ageIncrement, GENESIS_Environment a_GENESIS_Environment)
          Warning! This is not a general implementation that examines the ageMax of AgeBounds.
static GENESIS_Fertility GENESIS_MortalityAndFertilityEstimator.getInitialEstimateOfFertility(GENESIS_Population initialPop, GENESIS_Population birthPop, java.math.BigDecimal twinProbability, java.math.BigDecimal tripletProbability, GENESIS_Environment theGENESIS_Environment, int decimalPlaces, java.math.RoundingMode roundingMode)
           
static GENESIS_Mortality GENESIS_MortalityAndFertilityEstimator.getInitialEstimateOfMortality(GENESIS_Population initialPop, GENESIS_Population deathPop, GENESIS_Environment theGENESIS_Environment, int decimalPlaces, java.math.RoundingMode roundingMode)
           
static java.util.TreeMap<java.lang.String,GENESIS_Fertility> GENESIS_Demographics.getInitialFertilityRate(GENESIS_Environment a_GENESIS_Environment, java.util.TreeMap<java.lang.String,java.util.TreeMap<java.lang.String,GENESIS_Population>> singleYearOfAgePopulation, java.util.TreeMap<java.lang.String,GENESIS_Population> inputBirthCount, int decimalPlaces, java.math.RoundingMode roundingMode)
           
static java.util.TreeMap<java.lang.String,GENESIS_Mortality> GENESIS_Demographics.getInitialMortalityRate(GENESIS_Environment a_GENESIS_Environment, java.util.TreeMap<java.lang.String,java.util.TreeMap<java.lang.String,GENESIS_Population>> singleYearOfAgePopulation, java.util.TreeMap<java.lang.String,GENESIS_Population> inputDeathCount, int decimalPlaces, java.math.RoundingMode roundingMode)
           
static java.lang.Object[] GENESIS_MortalityAndFertilityEstimator.getMortalityAndFertilityEstimate(java.lang.String aLADCode, int year, java.math.BigDecimal twinProbability, java.math.BigDecimal tripletProbability, GENESIS_Environment theGENESIS_Environment, int decimalPlaces, java.math.RoundingMode roundingMode)
           
static java.util.TreeMap<java.lang.String,GENESIS_Population> GENESIS_Demographics.loadInputBirthCount(GENESIS_Environment a_GENESIS_Environment, int year, java.io.File directory, java.util.TreeMap<java.lang.String,java.util.TreeSet<java.lang.String>> _regionIDs)
          This method loads Local Authority District (LAD) birth count data.
static java.util.TreeMap<java.lang.String,GENESIS_Population> GENESIS_Demographics.loadInputDeathCount(GENESIS_Environment a_GENESIS_Environment, int year, java.io.File directory, java.util.TreeMap<java.lang.String,java.util.TreeSet<java.lang.String>> _regionIDs)
          This method loads Local Authority District (LAD) death count data.
static java.util.TreeMap<java.lang.String,java.util.TreeMap<java.lang.String,GENESIS_Population>> GENESIS_Demographics.loadInputPopulation(GENESIS_Environment a_GENESIS_Environment, java.io.File directory)
          This method loads Local Authority District (LAD) populations that comprise of Output Area (OA) populations.
 

Constructors in uk.ac.leeds.ccg.andyt.projects.genesis.society.demography with parameters of type GENESIS_Environment
CompareProbabilities(GENESIS_Environment _GENESIS_Environment)
           
GENESIS_Age(GENESIS_Age aGENESIS_Age, GENESIS_Environment aGENESIS_Environment)
           
GENESIS_Age(GENESIS_Environment a_GENESIS_Environment, uk.ac.leeds.ccg.andyt.projects.genesis.io.schema.common.Time timeOfBirth)
           
GENESIS_Age(GENESIS_Environment a_GENESIS_Environment, uk.ac.leeds.ccg.andyt.projects.genesis.io.schema.common.Time timeOfBirth, uk.ac.leeds.ccg.andyt.projects.genesis.io.schema.common.Time timeOfBirthMin, uk.ac.leeds.ccg.andyt.projects.genesis.io.schema.common.Time timeOfBirthMax)
           
GENESIS_AgeBound(uk.ac.leeds.ccg.andyt.projects.genesis.io.schema.common.AgeBound aAgeBound, GENESIS_Environment _GENESIS_Environment)
           
GENESIS_Demographics(GENESIS_Environment a_GENESIS_Environment)
           
GENESIS_Demographics(GENESIS_Environment a_GENESIS_Environment, GENESIS_Demographics a_Demographics)
           
GENESIS_Fertility(GENESIS_Environment a_GENESIS_Environment)
           
GENESIS_Fertility(GENESIS_Environment a_GENESIS_Environment, uk.ac.leeds.ccg.andyt.projects.genesis.io.schema.fertility.FertilityType fertility)
           
GENESIS_Fertility(GENESIS_Environment a_GENESIS_Environment, GENESIS_Fertility a_Fertility)
           
GENESIS_Fertility(GENESIS_Environment a_GENESIS_Environment, GENESIS_Mortality a_Mortality, GENESIS_Miscarriage a_Miscarriage, java.io.File fertility_File)
          If the fertility file is a csv file then it is assumed the fertility are in terms of live births.
GENESIS_Migration(GENESIS_Environment a_GENESIS_Environment)
           
GENESIS_Migration(GENESIS_Environment a_GENESIS_Environment, GENESIS_Migration a_GENESIS_Migration)
           
GENESIS_Miscarriage(GENESIS_Environment a_GENESIS_Environment)
           
GENESIS_Miscarriage(GENESIS_Environment a_GENESIS_Environment, java.io.File miscarriage_File)
           
GENESIS_Miscarriage(GENESIS_Environment a_GENESIS_Environment, uk.ac.leeds.ccg.andyt.projects.genesis.io.schema.miscarriage.MiscarriageType a_MiscarriageType)
           
GENESIS_Mortality(GENESIS_Environment a_GENESIS_Environment)
           
GENESIS_Mortality(GENESIS_Environment a_GENESIS_Environment, java.io.File mortality_File)
           
GENESIS_Mortality(GENESIS_Environment a_GENESIS_Environment, GENESIS_Mortality a_Mortality)
           
GENESIS_Mortality(GENESIS_Environment a_GENESIS_Environment, uk.ac.leeds.ccg.andyt.projects.genesis.io.schema.mortality.MortalityType mortality)
           
GENESIS_MortalityAndFertilityEstimator(GENESIS_Environment _GENESIS_Environment)
           
GENESIS_MortalityAndFertilityEstimator(GENESIS_Environment _GENESIS_Environment, GENESIS_Population _ObservedAnnualDeaths, GENESIS_Population _ObservedAnnualBirthsByAgeOfMother, GENESIS_Population _StartYearPopulation, GENESIS_Mortality _InitialEstimateOfMortality, GENESIS_Fertility _InitialEstimateOfFertility)
           
GENESIS_Population(GENESIS_Environment a_GENESIS_Environment)
           
GENESIS_Population(GENESIS_Environment a_GENESIS_Environment, java.io.File population_File)
          By default the population multiplicand is equal to one.
GENESIS_Population(GENESIS_Environment a_GENESIS_Environment, java.io.File population_File, java.math.BigDecimal multiplicand)
          By default assume that the data is supplied in single years of ageBound.
GENESIS_Population(GENESIS_Environment a_GENESIS_Environment, java.io.File population_File, java.math.BigDecimal multiplicand, boolean singleYearsOfAge)
          By default an even spread of population within ageBound ranges is assumed.
GENESIS_Population(GENESIS_Environment a_GENESIS_Environment, uk.ac.leeds.ccg.andyt.projects.genesis.io.schema.population.PopulationType a_PopulationType)
           
 

Uses of GENESIS_Environment in uk.ac.leeds.ccg.andyt.projects.genesis.society.organisations
 

Fields in uk.ac.leeds.ccg.andyt.projects.genesis.society.organisations declared as GENESIS_Environment
 GENESIS_Environment Family._GENESIS_Environment
           
 

Constructors in uk.ac.leeds.ccg.andyt.projects.genesis.society.organisations with parameters of type GENESIS_Environment
Family(GENESIS_Environment _GENESIS_Environment)
          A record of the date and changes in Family for _Person.
 

Uses of GENESIS_Environment in uk.ac.leeds.ccg.andyt.projects.genesis.transport
 

Fields in uk.ac.leeds.ccg.andyt.projects.genesis.transport declared as GENESIS_Environment
 GENESIS_Environment Movement._Environment
           
 

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.transport with parameters of type GENESIS_Environment
 java.lang.Object[] Movement.getConstrainedMovement_0(int _MovementConstraint, java.util.HashMap _Movement_Counts_HashMap, GENESIS_Environment _Environment, uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D _Current_Point2D, uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D _Eventual_Destination_Point2D)
           
 java.lang.Object[] Movement.getConstrainedMovement_1(int _MovementConstraint, java.util.HashMap _Movement_Counts_HashMap, GENESIS_Environment _Environment, uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D _Current_Point2D, uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D _Eventual_Destination_Point2D)
           
 java.lang.Object[] Movement.getConstrainedMovement(int _MovementConstraint, java.util.HashMap _Movement_Counts_HashMap, GENESIS_Environment _Environment, uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D _Current_Point2D, uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D _Desired_Point2D)
           
 uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D Movement.getNewPoint2D_0(uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D origin_Point2D, uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D destination_Point2D, GENESIS_Environment _Environment)
          This movement is first diagonal then vertical or horizontal.
 uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D Movement.getNewPoint2D_1(uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D origin_Point2D, uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D destination_Point2D, GENESIS_Environment _Environment)
          This movement is first horizontal or vertical until destination is on a diagonal.
 uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D Movement.getNewPoint2D(uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D _Point2D, int _Movement, GENESIS_Environment _Environment)
          Deprecated. 
 

Constructors in uk.ac.leeds.ccg.andyt.projects.genesis.transport with parameters of type GENESIS_Environment
Movement(GENESIS_Environment _Environment)
           
Movement(GENESIS_Environment _Environment, uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D _Origin_Point2D, uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Point2D _Destination_Point2D)
           
 

Uses of GENESIS_Environment in uk.ac.leeds.ccg.andyt.projects.genesis.travelingsalesman
 

Fields in uk.ac.leeds.ccg.andyt.projects.genesis.travelingsalesman declared as GENESIS_Environment
 GENESIS_Environment TSMisc._Environment
           
 

Constructors in uk.ac.leeds.ccg.andyt.projects.genesis.travelingsalesman with parameters of type GENESIS_Environment
TSMisc(GENESIS_Environment _Environment, java.io.File _Map_File)
           
 

Uses of GENESIS_Environment in uk.ac.leeds.ccg.andyt.projects.genesis.vector
 

Fields in uk.ac.leeds.ccg.andyt.projects.genesis.vector declared as GENESIS_Environment
 GENESIS_Environment RenderNetwork2D_Environment._GENESIS_Environment
           
 

Constructors in uk.ac.leeds.ccg.andyt.projects.genesis.vector with parameters of type GENESIS_Environment
RenderNetwork2D_Environment(GENESIS_Environment _GENESIS_Environment, javax.swing.JFrame a_JFrame, int width, int height, uk.ac.leeds.ccg.andyt.vector.geometry.Vector_Envelope2D a_VectorEnvelope2D)
           
 

Uses of GENESIS_Environment in uk.ac.leeds.ccg.andyt.projects.genesis.visualisation
 

Fields in uk.ac.leeds.ccg.andyt.projects.genesis.visualisation declared as GENESIS_Environment
 GENESIS_Environment GENESIS_AgeGenderBarChart._GENESIS_Environment
           
 GENESIS_Environment GENESIS_AgeGenderBoxPlot._GENESIS_Environment
           
 GENESIS_Environment GENESIS_AgeGenderLineChart._GENESIS_Environment
           
 GENESIS_Environment GENESIS_ScatterPlotAndLinearRegression._GENESIS_Environment
           
 

Methods in uk.ac.leeds.ccg.andyt.projects.genesis.visualisation with parameters of type GENESIS_Environment
protected  void GENESIS_AgeGenderBarChart.init(java.util.concurrent.ExecutorService executorService, java.io.File file, java.lang.String format, java.io.File resultsDirectory, java.lang.String title, int dataWidth, int dataHeight, java.lang.String xAxisLabel, java.lang.String yAxisLabel, boolean drawOriginLinesOnPlot, java.lang.Integer startAgeOfEndYearInterval, int decimalPlacePrecisionForCalculations, int significantDigits, java.math.RoundingMode aRoundingMode, GENESIS_Environment a_GENESIS_Environment)
           
protected  void GENESIS_AgeGenderBoxPlot.init(java.util.concurrent.ExecutorService executorService, java.io.File file, java.lang.String format, java.io.File resultsDirectory, java.lang.String title, int dataWidth, int dataHeight, java.lang.String xAxisLabel, java.lang.String yAxisLabel, boolean drawOriginLinesOnPlot, int ageInterval, int startAgeOfEndYearInterval, int decimalPlacePrecisionForCalculations, int decimalPlacePrecisionForDisplay, java.math.RoundingMode aRoundingMode, GENESIS_Environment a_GENESIS_Environment)
           
protected  void GENESIS_AgeGenderLineChart.init(java.util.concurrent.ExecutorService executorService, java.io.File file, java.lang.String format, java.io.File resultsDirectory, java.lang.String title, int dataWidth, int dataHeight, java.lang.String xAxisLabel, java.lang.String yAxisLabel, boolean drawOriginLinesOnPlot, int ageInterval, int startAgeOfEndYearInterval, int decimalPlacePrecisionForCalculations, int decimalPlacePrecisionForDisplay, java.math.RoundingMode aRoundingMode, GENESIS_Environment a_GENESIS_Environment)
           
 void GENESIS_AgeGenderBoxPlot.setData(int ageInterval, int startAgeOfStartYearInterval, int startAgeOfEndYearInterval, int decimalPlacePrecisionForCalculations, java.math.RoundingMode roundingMode, java.io.File resultsDirectory, GENESIS_Environment a_GENESIS_Environment)
           
 void GENESIS_AgeGenderLineChart.setData(int ageInterval, java.lang.Long startAgeOfStartYearInterval, java.lang.Long startAgeOfEndYearInterval, int decimalPlacePrecisionForCalculations, java.math.RoundingMode roundingMode, java.io.File resultsDirectory, GENESIS_Environment a_GENESIS_Environment)
           
 

Constructors in uk.ac.leeds.ccg.andyt.projects.genesis.visualisation with parameters of type GENESIS_Environment
GENESIS_AgeGenderBarChart(java.util.concurrent.ExecutorService executorService, java.io.File file, java.lang.String format, java.io.File resultsDirectory, java.lang.String title, int dataWidth, int dataHeight, java.lang.String xAxisLabel, java.lang.String yAxisLabel, boolean drawOriginLinesOnPlot, java.lang.Integer startAgeOfEndYearInterval, int decimalPlacePrecisionForCalculations, int decimalPlacePrecisionForDisplay, java.math.RoundingMode aRoundingMode, GENESIS_Environment a_GENESIS_Environment)
           
GENESIS_AgeGenderBoxPlot(java.util.concurrent.ExecutorService executorService, java.io.File file, java.lang.String format, java.io.File resultsDirectory, java.lang.String title, int dataWidth, int dataHeight, java.lang.String xAxisLabel, java.lang.String yAxisLabel, boolean drawOriginLinesOnPlot, int ageInterval, int startAgeOfEndYearInterval, int decimalPlacePrecisionForCalculations, int decimalPlacePrecisionForDisplay, java.math.RoundingMode aRoundingMode, GENESIS_Environment a_GENESIS_Environment)
           
GENESIS_AgeGenderLineChart(java.util.concurrent.ExecutorService executorService, java.io.File file, java.lang.String format, java.io.File resultsDirectory, java.lang.String title, int dataWidth, int dataHeight, java.lang.String xAxisLabel, java.lang.String yAxisLabel, boolean drawOriginLinesOnPlot, int ageInterval, int startAgeOfEndYearInterval, int decimalPlacePrecisionForCalculations, int decimalPlacePrecisionForDisplay, java.math.RoundingMode aRoundingMode, GENESIS_Environment a_GENESIS_Environment)