public class ClassCar extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected double |
probability |
protected String |
socialClass |
| Modifier and Type | Method and Description |
|---|---|
String |
getCarName() |
String |
getName() |
double |
getProbability() |
String |
getSocialClassName() |
protected String name
@ConfigurableValue(valueType="String", description="Social class name") protected String socialClass
@ConfigurableValue(valueType="Double", description="Probability of a member of the class owning the car") protected double probability
public ClassCar(String name)
Copyright © 2017 Power TAC. All rights reserved.