public interface PropertyAtomConcept
| Modifier and Type | Method and Description |
|---|---|
Id |
getConceptId()
Gets the current concept instance id of this property.
|
Id |
getConceptId(long time)
Gets the concept instance id of this property at the given time.
|
Id |
getConceptIdAtIdx(int idx)
Gets the concept instance id of this property at the given history index.
|
Id getConceptId()
Id getConceptId(long time)
time - a time expressed in number of milliseconds since the epoch.PropertyException - if the value at that time is unknown.Id getConceptIdAtIdx(int idx)
idx - index in the history of this property.PropertyException - if the index provided is currently invalid.