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