The Corelet Object defines the Application Model for the Neural Synaptic Network (NSN) and is the container object for the A/I logic.

TCorelet(Ident,Number of Cores);

Example:
TCorelet mainCorelet = new TCorelet("NSN-Program",4);
IdentProgram Identifier
Number of CoresNumber of Cores to allocate for this Corelet.