Instance.PropertyArray.appendContainedConcept()

Signature

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

Domain

action

Description

Creates a new PropertyAtomContainedConcept set to instance adds it to the end of the PropertyArray arr.

Parameters

NameTypeDescription
arrPropertyArrayA PropertyArray to append an element to.
instanceContainedBOMA value to append to the PropertyArray arr.
timelongThis must be -1.

Returns

None.