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