|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jmlspecs.jmlunit.strategies.FloatAbstractStrategy
org.jmlspecs.jmlunit.strategies.FloatCompositeStrategy
A composition of several FloatStrategys
CompositeIterator| Field Summary | |
private FloatStrategyType[] |
strats
The indefinite iterators being concatenated. |
| Constructor Summary | |
FloatCompositeStrategy(FloatStrategyType s)
Initialize this composite to return the iterator given by the given argument strategy. |
|
FloatCompositeStrategy(FloatStrategyType s1,
FloatStrategyType s2)
Initialize this composite to return the iterator given by the given argument strategies, in order. |
|
FloatCompositeStrategy(FloatStrategyType[] strats)
Initialize this composite to return the iterator given by the given argument strategies, in order. |
|
| Method Summary | |
FloatIterator |
floatIterator()
Compute a fresh FloatIterator, which can be used to provide test data of type float. |
| Methods inherited from class org.jmlspecs.jmlunit.strategies.FloatAbstractStrategy |
iterator |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private FloatStrategyType[] strats
| Constructor Detail |
public FloatCompositeStrategy(FloatStrategyType s)
public FloatCompositeStrategy(FloatStrategyType s1,
FloatStrategyType s2)
public FloatCompositeStrategy(FloatStrategyType[] strats)
| Method Detail |
public FloatIterator floatIterator()
FloatStrategyType
|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||