Uses of Interface
ARoad0.gBaseInterface.ImmutableNameTree

Packages that use ImmutableNameTree
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. 
ARoad0.gBaseInterface Contains the interfaces of the generic gBase classes. 
 

Uses of ImmutableNameTree in ARoad0.gBase
 

Classes in ARoad0.gBase that implement ImmutableNameTree
 class NameISTreeImpl
          This class is responsible to manage for IS nametrees, a tree of ImmutableNames with specialized links to the other nodes.
 class NameTreeImpl
          This class is responsible for managing a fast-methods tree of ImmutableNames.
 

Methods in ARoad0.gBase that return ImmutableNameTree
 ImmutableNameTree NameTreeImpl.getSubTree(ImmutableName _root)
          Gets an independant subtree from the nametree, with all the indirect children.
 

Uses of ImmutableNameTree in ARoad0.gBaseInterface
 

Subinterfaces of ImmutableNameTree in ARoad0.gBaseInterface
 interface ImmutableNameISTree
          This class is responsible for managing specifically for IS nametrees, a tree of ImmutableNames with specific links to the other nodes.
 

Methods in ARoad0.gBaseInterface that return ImmutableNameTree
 ImmutableNameTree ImmutableNameTree.getSubTree(ImmutableName _root)
          Get a subtree from the nametree, with all the indirect children.