Uses of Interface
ARoad0.gBaseInterface.ACSCatalog

Packages that use ACSCatalog
ARoad0.AcsAddon.Accbee.MySQL.gBase Provides the gBase classes for modelling a MySQL 5 server as an extension, in the AcsAddon MySQL, of the generic ARoad0.gBase package. 
ARoad0.AcsAddon.Accbee.Ubuntu.gBase Provides the gBase classes for modelizing a Linux Ubuntu operating system, as an extension, in the AcsAddon Ubuntu, of the generic ARoad0.gBase package. 
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 ACSCatalog in ARoad0.AcsAddon.Accbee.MySQL.gBase
 

Classes in ARoad0.AcsAddon.Accbee.MySQL.gBase that implement ACSCatalog
 class ACSMySQLImpl
          This empty class is responsible for modeling a MySQL 5 server as an access control system (ACS).
 

Uses of ACSCatalog in ARoad0.AcsAddon.Accbee.Ubuntu.gBase
 

Classes in ARoad0.AcsAddon.Accbee.Ubuntu.gBase that implement ACSCatalog
 class ACSUbuntuImpl
          This class is responsible for modeling a Linux Ubuntu as an access control system (ACS).
 

Uses of ACSCatalog in ARoad0.gBase
 

Classes in ARoad0.gBase that implement ACSCatalog
 class ACSImpl
          This class is responsible for modeling an Access Control System (ACS) which is the main unit of modelization for software.
 

Uses of ACSCatalog in ARoad0.gBaseInterface
 

Subinterfaces of ACSCatalog in ARoad0.gBaseInterface
 interface ACS
          This interface is responsible for modifying the access control system (ACS) through specific methods.
 interface ImmutableACS
          This interface is responsible for modeling an access control system (ACS).