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