- get(int) - Method in class org.opentrafficsim.base.modelproperties.CompoundProperty
-
Return the sub property at a specified index.
- getDescription() - Method in class org.opentrafficsim.base.modelproperties.AbstractProperty
-
Return a description of the property (may use HTML markup).
- getDescription() - Method in interface org.opentrafficsim.base.modelproperties.Property
-
Return a description of the property (may use HTML markup).
- getDisplayPriority() - Method in class org.opentrafficsim.base.modelproperties.AbstractProperty
-
Display priority determines the order in which properties should be displayed.
- getDisplayPriority() - Method in interface org.opentrafficsim.base.modelproperties.Property
-
Display priority determines the order in which properties should be displayed.
- getElementName(int) - Method in class org.opentrafficsim.base.modelproperties.ProbabilityDistributionProperty
-
Retrieve the name of one of the values of this ProbabilityDistributionProperty.
- getElementNames() - Method in class org.opentrafficsim.base.modelproperties.ProbabilityDistributionProperty
-
Return the names of the elements of this ProbabilityDistributionProperty.
- getFormatString() - Method in class org.opentrafficsim.base.modelproperties.ContinuousProperty
-
- getFormatString() - Method in class org.opentrafficsim.base.modelproperties.IntegerProperty
-
- getId() - Method in interface org.opentrafficsim.base.Identifyable
-
- getKey() - Method in class org.opentrafficsim.base.modelproperties.AbstractProperty
-
Retrieve the key of this AbstractProperty.
- getKey() - Method in interface org.opentrafficsim.base.modelproperties.Property
-
Retrieve the key of this Property.
- getMaximumValue() - Method in class org.opentrafficsim.base.modelproperties.ContinuousProperty
-
- getMaximumValue() - Method in class org.opentrafficsim.base.modelproperties.IntegerProperty
-
Retrieve the maximum value of this IntegerProperty.
- getMinimumValue() - Method in class org.opentrafficsim.base.modelproperties.ContinuousProperty
-
- getMinimumValue() - Method in class org.opentrafficsim.base.modelproperties.IntegerProperty
-
Retrieve the minimum value of this IntegerProperty.
- getObject() - Method in class org.opentrafficsim.base.TimeStampedObject
-
Retrieve the object.
- getOptionName(int) - Method in class org.opentrafficsim.base.modelproperties.SelectionProperty
-
Retrieve the name of one of the options of this SelectionProperty.
- getOptionNames() - Method in class org.opentrafficsim.base.modelproperties.SelectionProperty
-
Return the names of the options of this SelectionProperty.
- getParent() - Method in class org.opentrafficsim.base.modelproperties.AbstractProperty
-
Retrieve the parent property.
- getParent() - Method in interface org.opentrafficsim.base.modelproperties.Property
-
Retrieve the parent property.
- getPropertyGroup() - Method in class org.opentrafficsim.base.modelproperties.CompoundProperty
-
Retrieve the property group.
- getShortName() - Method in class org.opentrafficsim.base.modelproperties.AbstractProperty
-
Return a short description of the property.
- getShortName() - Method in interface org.opentrafficsim.base.modelproperties.Property
-
Return a short description of the property.
- getTimestamp() - Method in class org.opentrafficsim.base.TimeStampedObject
-
Retrieve the time stamp.
- getValue() - Method in class org.opentrafficsim.base.modelproperties.BooleanProperty
-
Retrieve the current value of the property.
- getValue() - Method in class org.opentrafficsim.base.modelproperties.CompoundProperty
-
Retrieve the current value of the property.
- getValue() - Method in class org.opentrafficsim.base.modelproperties.ContinuousProperty
-
Retrieve the current value of the property.
- getValue() - Method in class org.opentrafficsim.base.modelproperties.IntegerProperty
-
Retrieve the current value of the property.
- getValue() - Method in class org.opentrafficsim.base.modelproperties.ProbabilityDistributionProperty
-
Retrieve the current value of the property.
- getValue(int) - Method in class org.opentrafficsim.base.modelproperties.ProbabilityDistributionProperty
-
Retrieve one probability value.
- getValue() - Method in interface org.opentrafficsim.base.modelproperties.Property
-
Retrieve the current value of the property.
- getValue() - Method in class org.opentrafficsim.base.modelproperties.SelectionProperty
-
Retrieve the current value of the property.
- getValue() - Method in class org.opentrafficsim.base.modelproperties.StringProperty
-
Retrieve the current value of the property.
- SelectionProperty - Class in org.opentrafficsim.base.modelproperties
-
Property that is described by a set of Strings where exactly one can (and must) be true.
- SelectionProperty(String, String, String, String[], int, boolean, int) - Constructor for class org.opentrafficsim.base.modelproperties.SelectionProperty
-
Construct a new SelectionProperty.
- setParent(CompoundProperty) - Method in class org.opentrafficsim.base.modelproperties.AbstractProperty
-
Set the parent of this AbstractProperty.
- setPropertyGroup(Map<String, Property<?>>) - Method in class org.opentrafficsim.base.modelproperties.CompoundProperty
-
Update the property group when this CompoundProperty is added or removed from another CompoundProperty.
- setReadOnly(boolean) - Method in class org.opentrafficsim.base.modelproperties.AbstractProperty
-
Finalize the readOnly flag.
- setValue(Boolean) - Method in class org.opentrafficsim.base.modelproperties.BooleanProperty
-
Change the value of the property.
- setValue(List<Property<?>>) - Method in class org.opentrafficsim.base.modelproperties.CompoundProperty
-
Change the value of the property.
- setValue(Double) - Method in class org.opentrafficsim.base.modelproperties.ContinuousProperty
-
Change the value of the property.
- setValue(Integer) - Method in class org.opentrafficsim.base.modelproperties.IntegerProperty
-
Change the value of the property.
- setValue(Double[]) - Method in class org.opentrafficsim.base.modelproperties.ProbabilityDistributionProperty
-
Change the value of the property.
- setValue(T) - Method in interface org.opentrafficsim.base.modelproperties.Property
-
Change the value of the property.
- setValue(String) - Method in class org.opentrafficsim.base.modelproperties.SelectionProperty
-
Change the value of the property.
- setValue(String) - Method in class org.opentrafficsim.base.modelproperties.StringProperty
-
Change the value of the property.
- size() - Method in class org.opentrafficsim.base.modelproperties.CompoundProperty
-
Return the number of sub properties of this CompoundProperty.
- StringProperty - Class in org.opentrafficsim.base.modelproperties
-
String property.
- StringProperty(String, String, String, String, boolean, int) - Constructor for class org.opentrafficsim.base.modelproperties.StringProperty
-
Construct an StringProperty.