|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IUpdateStrategyFac | |
---|---|
ballworld.model |
Uses of IUpdateStrategyFac in ballworld.model |
---|
Fields in ballworld.model declared as IUpdateStrategyFac | |
---|---|
private IUpdateStrategyFac |
BallModel._errorUpdateStrategyFac
A factory for a beeping error strategy that beeps the speaker every 25 updates. |
Methods in ballworld.model that return IUpdateStrategyFac | |
---|---|
IUpdateStrategyFac |
BallModel.combineStrategyFacs(IUpdateStrategyFac stratFac1,
IUpdateStrategyFac stratFac2)
Returns an IStrategyFac that can instantiate a MultiStrategy with the two strategies made by the two given IUpdateStrategyFac objects. |
IUpdateStrategyFac |
BallModel.makeUpdateStrategyFac(java.lang.String classname)
Returns an IUpdateStrategyFac that can instantiate the strategy specified by classname. |
Methods in ballworld.model with parameters of type IUpdateStrategyFac | |
---|---|
IUpdateStrategyFac |
BallModel.combineStrategyFacs(IUpdateStrategyFac stratFac1,
IUpdateStrategyFac stratFac2)
Returns an IStrategyFac that can instantiate a MultiStrategy with the two strategies made by the two given IUpdateStrategyFac objects. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |