|
Betty v1.1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Model | |
---|---|
christophedelory.betty.ejb | The application database objects. |
christophedelory.betty.interfaces | A collection of base interfaces implemented by our application database objects. |
christophedelory.betty.model.bet | The bet processing models . |
christophedelory.betty.model.rank | The rank processing models . |
christophedelory.betty.model.score | The score processing models . |
Uses of Model in christophedelory.betty.ejb |
---|
Methods in christophedelory.betty.ejb that return Model | |
---|---|
Model |
ModelBean.getInstance()
Returns an instance of this processing model. |
Uses of Model in christophedelory.betty.interfaces |
---|
Methods in christophedelory.betty.interfaces that return Model | |
---|---|
Model |
LocalModel.getInstance()
Returns an instance of this processing model. |
Uses of Model in christophedelory.betty.model.bet |
---|
Subinterfaces of Model in christophedelory.betty.model.bet | |
---|---|
interface |
BetModel
The definition of a bet processing model. |
Classes in christophedelory.betty.model.bet that implement Model | |
---|---|
class |
AbstractBetModel
The base implementation of a bet processing model. |
class |
RankBetModel
A bet processing model based on the difference between the player result (its rank) and the user bet. |
class |
VersusBetModel
A bet processing model based on the result of a confrontation of two players. |
Uses of Model in christophedelory.betty.model.rank |
---|
Subinterfaces of Model in christophedelory.betty.model.rank | |
---|---|
interface |
RankModel
The definition of a rank processing model. |
Classes in christophedelory.betty.model.rank that implement Model | |
---|---|
class |
DefaultRankModel
The default rank processing model, based on one or more configurable rank processors . |
Uses of Model in christophedelory.betty.model.score |
---|
Subinterfaces of Model in christophedelory.betty.model.score | |
---|---|
interface |
ScoreModel
The definition of a score processing model. |
Classes in christophedelory.betty.model.score that implement Model | |
---|---|
class |
BetScoreModel
A score processing model based on the user bets in an event. |
class |
RankScoreModel
A score processing model based on the player rank in an event. |
class |
ResultScoreModel
A score processing model based on the player result in an event. |
class |
VersusScoreModel
A score processing model based on the confrontation of two players only. |
|
© 2008-2009 Christophe Delory | |||||||||
PREV NEXT | FRAMES NO FRAMES |