Package | Description |
---|---|
org.opentrafficsim.base.modelproperties |
Model properties to initialize models.
|
Modifier and Type | Method and Description |
---|---|
void |
PickList.addItem(PickListItem<T> item)
Add one item to this PickList.
|
Constructor and Description |
---|
PickList(String id,
String description,
PickListItem<T> firstItem,
PickListItem<T>... additionalItems)
Construct a new PickList and fill it with the provided items.
|
PickList(String id,
String description,
PickListItem<T> firstItem,
PickListItem<T>... additionalItems)
Construct a new PickList and fill it with the provided items.
|
Constructor and Description |
---|
PickList(String id,
String description,
List<PickListItem<T>> items)
Construct a new PickList and fill it with the provided items.
|
Copyright © 2014–2018 Delft University of Technology. All rights reserved.