Package | Description |
---|---|
org.opentrafficsim.base.modelproperties |
Model properties to initialize models.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanProperty
Boolean property.
|
class |
CompoundProperty
Compound property.
|
class |
ContinuousProperty
Continuous property.
|
class |
IntegerProperty
Integer property.
|
class |
ProbabilityDistributionProperty
Property that describes a probability distribution.
|
class |
SelectionProperty
Property that is described by a set of Strings where exactly one can (and must) be true.
|
class |
StringProperty
String property.
|
Modifier and Type | Method and Description |
---|---|
AbstractProperty<String> |
StringProperty.deepCopy()
Construct a deep copy of this property (duplicates everything except immutable fields).
|
AbstractProperty<String> |
SelectionProperty.deepCopy()
Construct a deep copy of this property (duplicates everything except immutable fields).
|
AbstractProperty<T> |
Property.deepCopy()
Construct a deep copy of this property (duplicates everything except immutable fields).
|
AbstractProperty<Double[]> |
ProbabilityDistributionProperty.deepCopy()
Construct a deep copy of this property (duplicates everything except immutable fields).
|
AbstractProperty<Integer> |
IntegerProperty.deepCopy()
Construct a deep copy of this property (duplicates everything except immutable fields).
|
AbstractProperty<Double> |
ContinuousProperty.deepCopy()
Construct a deep copy of this property (duplicates everything except immutable fields).
|
AbstractProperty<Boolean> |
BooleanProperty.deepCopy()
Construct a deep copy of this property (duplicates everything except immutable fields).
|
Copyright © 2014–2016 Delft University of Technology. All rights reserved.