|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImmutableNameISTree | |
---|---|
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 ImmutableNameISTree in ARoad0.gBase |
---|
Classes in ARoad0.gBase that implement ImmutableNameISTree | |
---|---|
class |
NameISTreeImpl
This class is responsible to manage for IS nametrees, a tree of ImmutableNames with specialized links to the other nodes. |
Fields in ARoad0.gBase declared as ImmutableNameISTree | |
---|---|
private ImmutableNameISTree |
ISNodeImpl.iSTree_
Remains null only for the IS structure root. |
Fields in ARoad0.gBase with type parameters of type ImmutableNameISTree | |
---|---|
private static java.util.Map<ImmutableName,ImmutableNameISTree> |
BaseManagerImpl.m_NameTrees__
m_NameTrees__ is a map of NameISTrees which describes the structure of each IS. |
Methods in ARoad0.gBase that return ImmutableNameISTree | |
---|---|
ImmutableNameISTree |
BaseManagerImpl.getISTree(ImmutableName _name)
Returns an IS nametree. |
Methods in ARoad0.gBase that return types with arguments of type ImmutableNameISTree | |
---|---|
java.util.Map<ImmutableName,ImmutableNameISTree> |
BaseManagerImpl.getM_ISTrees()
Returns the map of all the registered IS nametrees. |
Constructors in ARoad0.gBase with parameters of type ImmutableNameISTree | |
---|---|
ISNodeImpl(ImmutableNameISTree _iSTree,
ImmutableName _nodeName)
Registers this instance has a listener of BaseManagerImpl for the events 'OneInformationSystem', 'InformationSystemChange', if the node is not the IS structure root. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |