public interface PropertyAtomConceptReference extends PropertyAtomConcept
Concept.| 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. |
getConceptId, getConceptId, getConceptIdAtIdxboolean 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()