|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeneratorStrategy | |
---|---|
rafa.math.gen |
Uses of GeneratorStrategy in rafa.math.gen |
---|
Classes in rafa.math.gen that implement GeneratorStrategy | |
---|---|
class |
ConstantStrategy
This engine returns a constant value. |
class |
DiscontinuousFunctionStrategy
This engine returns values taken from a list of fragments taken from number generators, in an ordered way. The length of the last fragment does not limit the ability to generate more values, as the last generator will be used to that end. Objects of this class can detect changes in the provider generators. |
class |
FilterStrategy
Strategy based on filtering values provided by other generator. |
class |
FunctionStrategy
Generates values according to a mathematical function. |
class |
RandomStrategy
This enging returns a random value. |
class |
SerialStrategy
Generates a series of values. |
Methods in rafa.math.gen that return GeneratorStrategy | |
---|---|
GeneratorStrategy |
NumberGenerator.getStrategy()
|
Methods in rafa.math.gen with parameters of type GeneratorStrategy | |
---|---|
void |
NumberGenerator.setStrategy(GeneratorStrategy strategy)
|
Constructors in rafa.math.gen with parameters of type GeneratorStrategy | |
---|---|
NumberGenerator(java.lang.String name,
GeneratorStrategy strategy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |