Uses of Interface
planet.commonapi.behaviours.BehavioursFactory

Packages that use BehavioursFactory
planet.commonapi.behaviours   
planet.generic.commonapi.behaviours   
planet.generic.commonapi.factory   
 

Uses of BehavioursFactory in planet.commonapi.behaviours
 

Methods in planet.commonapi.behaviours that return BehavioursFactory
 BehavioursFactory BehavioursFactory.setValues(java.lang.Class pool, java.lang.Class filter, java.lang.Class invoker, java.lang.Class pattern, java.lang.Class roleSelector)
          Sets the initial values for this BehavioursFactory.
 

Uses of BehavioursFactory in planet.generic.commonapi.behaviours
 

Classes in planet.generic.commonapi.behaviours that implement BehavioursFactory
 class BehavioursFactoryImpl
          This class provides an implementation of BehavioursFactory interface.
 

Methods in planet.generic.commonapi.behaviours that return BehavioursFactory
 BehavioursFactory BehavioursFactoryImpl.setValues(java.lang.Class pool, java.lang.Class filter, java.lang.Class invoker, java.lang.Class pattern, java.lang.Class roleSelector)
          Sets the initial values for this BehavioursFactory.
 

Uses of BehavioursFactory in planet.generic.commonapi.factory
 

Methods in planet.generic.commonapi.factory that return BehavioursFactory
static BehavioursFactory GenericFactory.buildBehavioursFactory()
          Builds an instance of the current BehavioursFactory implementation.
static BehavioursFactory GenericFactory.getDefaultBehavioursFactory()
          Return the BehavioursFactory that is used internally to invoke the behaviours factory methods.