Instance.PropertyAtom.getContainedConcept()
Signature
Concept getContainedConcept (PropertyAtomContainedConcept pacc, long time)
Domain
ACTION, CONDITION, QUERY, BUI
Description
Gets the value of the PropertyAtomContainedConcept at a particular time.
Parameters
Name | Type | Description |
pacc | PropertyAtomContainedConcept | The property atom to get the value for. |
time | long | With history tracking enabled, a property's value can change over time. The function returns the value of the property at the specified time. For example to get the current property value, use System.currentTimeMillis(). |
Returns
Type | Description |
Concept | The result. |