public interface PropertyAtomConceptReference extends PropertyAtomConcept, Property.PropertyConceptReference
Concept
.Property.PropertyBoolean, Property.PropertyConcept, Property.PropertyConceptReference, Property.PropertyContainedConcept, Property.PropertyDateTime, Property.PropertyDouble, Property.PropertyInt, Property.PropertyLong, Property.PropertyString
HISTORY_POLICY_ALL_VALUES, HISTORY_POLICY_CHANGES_ONLY
Modifier and Type | Method and Description |
---|---|
boolean |
setConcept(Concept instance)
Sets the current value of this
PropertyAtomConceptReference to a reference to the given instance. |
boolean |
setConcept(Concept instance,
long time)
Sets the current value of this
PropertyAtomConceptReference to a reference to the given instance,
at the given time. |
getConcept, getConceptId, getConceptId, getConceptIdAtIdx
getHistoryTimeInterval, getString, getString, getStringAtIdx, getTimeAtIdx, howCurrent, howMany, howOld, isSet, setValue, setValue
getType
getHistoryPolicy, getHistorySize, getName, getParent
boolean setConcept(Concept instance)
PropertyAtomConceptReference
to a reference to the given instance.instance
- the Concept
instance to refer to.Property.getHistoryPolicy()
boolean setConcept(Concept instance, long time)
PropertyAtomConceptReference
to a reference to the given instance,
at the given time.instance
- the Concept
instance to refer to.time
- the time to associate with the value.Property.getHistoryPolicy()