Package | Description |
---|---|
org.opentrafficsim.simulationengine.properties |
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
Modifier and Type | Method and Description |
---|---|
void |
CompoundProperty.add(AbstractProperty<?> ap)
Add an AbstractProperty at the end of the list.
|
void |
CompoundProperty.add(int index,
AbstractProperty<?> ap)
Add an AbstractProperty at a specified position.
|
AbstractProperty<?> |
CompoundProperty.get(int index)
Return the sub property at a specified index.
|
void |
CompoundProperty.remove(AbstractProperty<?> removeMe)
Remove a property from this CompoundProperty.
|
void |
CompoundProperty.remove(int index)
Remove a sub property from this CompoundProperty.
|
void |
CompoundProperty.setValue(ArrayList<AbstractProperty<?>> newValue)
Change the value of the property.
|
void |
BooleanProperty.setValue(Boolean newValue)
Change the value of the property.
|
void |
ContinuousProperty.setValue(Double newValue)
Change the value of the property.
|
void |
ProbabilityDistributionProperty.setValue(Double[] newValue)
Change the value of the property.
|
void |
IntegerProperty.setValue(Integer newValue)
Change the value of the property.
|
void |
StringProperty.setValue(String newValue)
Change the value of the property.
|
void |
SelectionProperty.setValue(String newValue)
Change the value of the property.
|
abstract void |
AbstractProperty.setValue(T newValue)
Change the value of the property.
|
Constructor and Description |
---|
ProbabilityDistributionProperty(String shortName,
String description,
String[] elementNames,
Double[] initialValue,
boolean readOnly,
int displayPriority)
Construct a new ProbabilityDistributionProperty.
|
Copyright © 2014–2015 Delft University of Technology. All rights reserved.