User application Component Class Structure and Main Method

Core Component Library Declaration

File: NEST.core.js

Purpose: Declares the abstract class of a components. The abstract class is the root of class hierarchy.

All NEST Components must be inherited from its class and declared in this file to implement it.