Uses of Class
ARoad0.gBase.CNodeImpl

Packages that use CNodeImpl
ARoad0.gBase CORE OF THE PROGRAM This package contains the fresh object-oriented database management system for Access Road; this package documentation page is recommended as a first reading for all the Access Road developers. 
 

Uses of CNodeImpl in ARoad0.gBase
 

Fields in ARoad0.gBase declared as CNodeImpl
(package private) static CNodeImpl CNodeImpl.EMPTY_INSTANCE
          A reusable empty instance for initialization, to avoid the use of 'new' for temporary values.
protected  CNodeImpl DirectoryImpl.nodeHandler_
          children handler of this instance
protected  CNodeImpl VirtualFolderImpl.nodeHandler_
          children handler of this instance
 

Methods in ARoad0.gBase that return CNodeImpl
protected  CNodeImpl CNodeImpl.cloneC(Node _master)
          Clone for embeddd class without registering the new object in the ACSs.
protected  CNodeImpl CNodeImpl.copy(Node _masterCopy)
          This method provides a copy of the instance with another name, without children copying because the copy order will not be always correct.