Instance.PropertyArray.appendContainedConcept()

Signature

void appendContainedConcept (PropertyArrayContainedConcept arr, ContainedConcept instance, long time)

Domain

ACTION, BUI

Description

Creates a new PropertyAtomContainedConcept set to instance with initial history timestamp time and adds it to the end of the PropertyArray arr. Use instanceY.arr[instanceY.arr@length] = instanceX for appending with system current time.
Objects those are markes for delete or deleted should not be appended.

Parameters

NameTypeDescription
arrPropertyArrayA PropertyArray to append an element to.
instanceContainedConceptA value to append to the PropertyArray arr.
timelongThe initial history timestamp.

Returns

TypeDescription
void

Cautions

Use instanceY.arr[instanceY.arr@length] = instanceX for appending with system current time