Package com.free2be.dimensions.decider

Interface Summary
Decider This interface represents an "entity" that takes decision on what Tiles definitions to use, depending on situations that the programmer must specify.
 

Class Summary
AbstractDeciderImpl This class is a base implementation of Decider interface.
Decision This class represents a decision, i.e. after analyzing the current situation, the engine "decides" which is the most currect decision among a set of suitable ones.
UserDeviceDecider This class is an implementation of Decider, that takes care of "user-device" pairs, i.e. its decisions depends on which is the role of the current user and on the device used.