| Modifier and Type | Field and Description |
|---|---|
protected List<ValueNode<V>> |
AbstractValueModel.valueNodes |
| Modifier and Type | Method and Description |
|---|---|
ValueNode<V> |
AbstractValueModel.getValue(String key)
Get the value node for a specific contents code.
|
| Modifier and Type | Method and Description |
|---|---|
List<ValueNode<V>> |
AbstractValueModel.getValues()
Getter for values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractValueModel.setValues(List<ValueNode<V>> values)
Setter for values.
|
| Constructor and Description |
|---|
ValueNode(ValueNode<V> value)
Copy constructor.
|
| Constructor and Description |
|---|
AbstractRegionYearAndValueModel(R region,
Y year,
List<ValueNode<V>> values)
Overloaded constructor.
|
AbstractValueModel(List<ValueNode<V>> values)
Overloaded constructor.
|
AbstractYearAndValueModel(Y year,
List<ValueNode<V>> values)
Overloaded constructor.
|
| Constructor and Description |
|---|
Area(String region,
String type,
Integer year,
List<ValueNode<Double>> values)
Overloaded constructor.
|
| Constructor and Description |
|---|
FertilityRate(String region,
Integer gender,
Integer year,
List<ValueNode<Double>> values)
Overloaded constructor.
|
MeanAgeFirstChild(String region,
Integer gender,
Integer year,
List<ValueNode<Double>> values)
Overloaded constructor.
|
| Constructor and Description |
|---|
NumberOfChildrenBornWithFirstName(String firstname,
Integer year,
List<ValueNode<String>> values)
Overloaded constructor.
|
| Constructor and Description |
|---|
AverageAge(String region,
String gender,
Integer year,
List<ValueNode<Double>> values)
Overloaded constructor.
|
LiveBirth(String region,
String motherAge,
Integer gender,
Integer year,
List<ValueNode<Long>> values)
Overloaded constructor.
|
Population(String region,
String relationshipStatus,
String age,
Integer gender,
Integer year,
List<ValueNode<String>> values)
Overloaded constructor.
|
Copyright © 2016. All rights reserved.