Uses of Interface
ARoad0.gWorkInterface.AlgorithmInterpreter

Packages that use AlgorithmInterpreter
ARoad0.AcsAddon.Accbee.MySQL.gWork Provides the gWork classes for creating and analyzing a MySQL 5 database management system, as an extension of the generic ARoad0.gWork package, in the AcsAddon MySQL. 
ARoad0.AcsAddon.Accbee.Ubuntu.gWork Contains gWork classes for creating and analyzing a Linux Ubuntu operating system, as an extension of the generic ARoad0.gWork package, in the AcsAddon Ubuntu. 
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 AlgorithmInterpreter in ARoad0.AcsAddon.Accbee.MySQL.gWork
 

Constructors in ARoad0.AcsAddon.Accbee.MySQL.gWork with parameters of type AlgorithmInterpreter
LinkRightsMySQLImpl(AlgorithmInterpreter _interpreter)
          only one public constructor
NodeRightsMySQLImpl(AlgorithmInterpreter _interpreter, LinkRightsImpl _utility)
          Only one constructor, called by RightsMediatorImpl.
 

Uses of AlgorithmInterpreter in ARoad0.AcsAddon.Accbee.Ubuntu.gWork
 

Constructors in ARoad0.AcsAddon.Accbee.Ubuntu.gWork with parameters of type AlgorithmInterpreter
LinkRightsUbuntuImpl(AlgorithmInterpreter _interpreter)
          only one public constructor
NodeRightsUbuntuImpl(AlgorithmInterpreter _interpreter, LinkRightsImpl _utility)
          Only one constructor, called by RightsMediatorImpl.
 

Uses of AlgorithmInterpreter in ARoad0.gWork
 

Classes in ARoad0.gWork that implement AlgorithmInterpreter
 class RightsMediatorImpl
          This class is a change event adaptor for all the BaseObjects associated to a view, and it is responsible to manage the paths search algorithms for each view.
 

Fields in ARoad0.gWork declared as AlgorithmInterpreter
private  AlgorithmInterpreter AclRightsFactoryImpl.interpreter_
           
private  AlgorithmInterpreter AgoRightsFactoryImpl.interpreter_
           
private  AlgorithmInterpreter CompoundRightsFactoryImpl.interpreter_
           
private  AlgorithmInterpreter DisplayableLinkUtilities.interpreter_
           
private  AlgorithmInterpreter FactoryUtilities.interpreter_
           
protected  AlgorithmInterpreter LinkRightsImpl.interpreter_
           
protected  AlgorithmInterpreter NodeRightsImpl.interpreter_
           
private  AlgorithmInterpreter PrivilegeRightsFactoryImpl.interpreter_
           
private  AlgorithmInterpreter RightsFactory_Facade.interpreter_
           
private  AlgorithmInterpreter ThreeNodesRightsFactoryImpl.interpreter_
           
 

Constructors in ARoad0.gWork with parameters of type AlgorithmInterpreter
AclRightsFactoryImpl(AlgorithmInterpreter _interpreter)
          only one protected constructor
AgoRightsFactoryImpl(AlgorithmInterpreter _interpreter)
          only one protected constructor
CompoundRightsFactoryImpl(AlgorithmInterpreter _interpreter)
          only one protected constructor
DisplayableLinkUtilities(AlgorithmInterpreter _interpreter)
          only one protected constructor
FactoryUtilities(AlgorithmInterpreter _interpreter)
          only one protected constructor
LinkRightsImpl(AlgorithmInterpreter _interpreter)
          Only one constructor, called by RightsMediatorImpl after the creation of _interpreter.
NodeRightsImpl(AlgorithmInterpreter _interpreter, LinkRights _link)
          Only one constructor, called by RightsMediatorImpl after the creation of the DisplayableLinkUtilities instance of _interpreter.
PrivilegeRightsFactoryImpl(AlgorithmInterpreter _interpreter)
          only one protected constructor
RightsFactory_Facade(AlgorithmInterpreter _interpreter)
          only one constructor
ThreeNodesRightsFactoryImpl(AlgorithmInterpreter _interpreter)
          only one protected constructor
 

Uses of AlgorithmInterpreter in ARoad0.gWorkInterface
 

Subinterfaces of AlgorithmInterpreter in ARoad0.gWorkInterface
 interface RightsMediator
          This interface is an implementation of 2 gWorkInterface interfaces.