Concept

Concept

new Concept()

Source:

Methods

(async) clone(sourceUUID)

Description:
  • Clones the given UUID into a new one

Source:
Parameters:
Name Type Description
sourceUUID type
Returns:

{@var;wantedUUID}

join(otherConcept)

Description:
  • Import the otherConcept into this one. This concept will be the combination of both concepts but retains its name. In case of clashes the otherConcept will override existing entries in this concept.

Source:
Parameters:
Name Type Description
otherConcept Concept

Other concept to import into this one