public interface PropertyAtomContainedConcept extends PropertyAtomConcept
Concept
.Modifier and Type | Method and Description |
---|---|
ContainedConcept |
getContainedConcept()
Gets the current
ContainedConcept of this property. |
Id |
getContainedConceptId()
Gets the instance id of the current
ContainedConcept of this property. |
Id |
getContainedConceptId(long time)
Gets the instance id of the
ContainedConcept of this property at the given time. |
Id |
getContainedConceptIdAtIdx(int idx)
Gets the instance id of the
ContainedConcept at the given index
in the current history of this property . |
boolean |
setContainedConcept(ContainedConcept instance)
Sets the current value of this
PropertyAtomContainedConcept to the given instance. |
boolean |
setContainedConcept(ContainedConcept instance,
long time)
Sets the current value of this
PropertyAtomContainedConcept to the given instance
with the given time. |
getConceptId, getConceptId, getConceptIdAtIdx
ContainedConcept getContainedConcept()
ContainedConcept
of this property.ContainedConcept
instance of this property.Id getContainedConceptId()
ContainedConcept
of this property.
Id 0 is a special value meaning the current value in the property is null.Id getContainedConceptId(long time)
ContainedConcept
of this property at the given time.
Id 0 is a special value meaning the current value in the property is null.time
- the time to associate with the value.PropertyException
- if the value at that time is unknown.Id getContainedConceptIdAtIdx(int idx)
ContainedConcept
at the given index
in the current history of this property .
Id 0 is a special value meaning the current value in the property is null.idx
- index in the history of this property.ContainedConcept
instance id of this propertyPropertyException
- if the value is unknownboolean setContainedConcept(ContainedConcept instance)
PropertyAtomContainedConcept
to the given instance.instance
- the ContainedConcept
instance to set.Property#getHistoryPolicy()
boolean setContainedConcept(ContainedConcept instance, long time)
PropertyAtomContainedConcept
to the given instance
with the given time.instance
- the ContainedConcept
instance to set.Property#getHistoryPolicy()