public class ClassGroup extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected double |
probability |
protected String |
socialClassName |
| Constructor and Description |
|---|
ClassGroup(String name)
Constructor for auto-configuration
|
| Modifier and Type | Method and Description |
|---|---|
int |
getGroupId() |
double |
getMaleProbability() |
String |
getName() |
double |
getProbability() |
String |
getSocialClassName() |
protected String name
@ConfigurableValue(valueType="String", description="Social class name") protected String socialClassName
@ConfigurableValue(valueType="Double", description="Probability of a member of the class owning the car") protected double probability
public ClassGroup(String name)
Copyright © 2017 Power TAC. All rights reserved.