Uses of Interface
ARoad0.gWorkInterface.CoreAlgorithm

Packages that use CoreAlgorithm
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.gWork Contains the classes of the second core of the program that processes the search of rights in the open views. 
ARoad0.gWorkInterface Contains interfaces to process the search of rights in the views, as a support to the gWork package. 
 

Uses of CoreAlgorithm in ARoad0.gBase
 

Classes in ARoad0.gBase that implement CoreAlgorithm
 class UtilityImpl
          This class is an utility class for BaseObjects, StringRights, the BeanInfo and the AcsAddon management.
 

Uses of CoreAlgorithm in ARoad0.gWork
 

Classes in ARoad0.gWork that implement CoreAlgorithm
 class AclRightsFactoryImpl
          This class is responsible for all the core algorithms about AclEntry rights analysis, and most of the Bridge rights analysis.
 class AgoRightsFactoryImpl
          This class is responsible for all the core algorithms about Account/Group and Bridge rights.
 class CompoundRightsFactoryImpl
          This class is responsible for all the core algorithms about the long access paths, mixing the searches among all types of rights.
 class DisplayableLinkUtilities
          This class provides core algorithms about DisplayableLinks.
 class FactoryUtilities
          This class provides some core algorithms about the rights and the 'See why' texts.
 class PrivilegeRightsFactoryImpl
          This class is responsible for all the core algorithms about Privilege rights analysis.
 class RightsFactory_Facade
          This class is the "facade" (GoF design pattern) for all the core algorithms about the sequence of method calls in the access paths search.
 class ThreeNodesRightsFactoryImpl
          This class is responsible for providing the core algorithms to detect for a view all the 3-nodes access paths, combining the searches among all types of rights and structures.
 

Methods in ARoad0.gWork that return CoreAlgorithm
 CoreAlgorithm RightsMediatorImpl.getCoreAlgorithm(java.lang.String _key)
          Gets the instance to use for this view for a given core algorithm, as instance of one of the 9 classes RightsFactory_Facade, AclRightsFactoryImpl, AgoRightsFactoryImpl, CompoundRightsFactoryImpl, DisplayableLinkUtilities, PrivilegeRightsFactoryImpl, FactoryUtilities, ThreeNodesRightsFactoryImpl and gBase.UtilityImpl.
 

Uses of CoreAlgorithm in ARoad0.gWorkInterface
 

Methods in ARoad0.gWorkInterface that return CoreAlgorithm
 CoreAlgorithm AlgorithmInterpreter.getCoreAlgorithm(java.lang.String _key)
          Gets the instance to use for this view for a given core algorithm, as instance of one of the 9 classes RightsFactory_Facade, AclRightsFactoryImpl, AgoRightsFactoryImpl, CompoundRightsFactoryImpl, DisplayableLinkUtilities, PrivilegeRightsFactoryImpl, FactoryUtilities, ThreeNodesRightsFactoryImpl and gBase.UtilityImpl.