JML

Uses of Interface
org.jmlspecs.jmlunit.strategies.DoubleStrategyType

Packages that use DoubleStrategyType
org.jmlspecs.jmlunit.strategies The types in this package are used in providing test data for JML/JUnit testing. 
org.jmlspecs.samples.jmltutorial This package contains samples of JML specifications from the tutorials. 
org.jmlspecs.samples.prelimdesign This package contains samples of JML specifications from the paper Preliminary Design of JML
 

Uses of DoubleStrategyType in org.jmlspecs.jmlunit.strategies
 

Classes in org.jmlspecs.jmlunit.strategies that implement DoubleStrategyType
(package private)  class DoubleAbstractFilteringIteratorDecorator_JML_TestData.DoubleAbstractFilteringIteratorDecorator_JML_TestData$1
           
 class DoubleAbstractFilteringStrategyDecorator
          A decorator for strategies that filters out data that is not approved.
 class DoubleAbstractStrategy
          Common code for strategies for providing test data of type double.
 class DoubleBigStrategy
          Slightly more extensive test data of type double.
(package private)  class DoubleBigStrategy.DoubleBigStrategy$1
           
 class DoubleCompositeStrategy
          A composition of several DoubleStrategys
 class DoubleExtensibleStrategy
          Common code for extensible strategies for providing test data of type double.
 class DoubleExtensibleStrategyDecorator
          A decorator for strategies (which provide test data of type type double) that allows for easy extension to the test data of the underlying strategy.
(package private)  class DoubleExtensibleStrategyDecorator.DoubleExtensibleStrategyDecorator$1
           
 class DoubleNonNegativeStrategyDecorator
          A decorator for strategies that filters out that filters out negative test data.
 class DoubleStrategy
          Minimal test data of type double.
 

Fields in org.jmlspecs.jmlunit.strategies declared as DoubleStrategyType
private  DoubleStrategyType DoubleAbstractFilteringStrategyDecorator.rawData
          The test data
private  DoubleStrategyType DoubleAbstractFilteringIteratorDecorator_JML_TestData.vdoubleStrategy
          The strategy for generating test data of type double.
private  DoubleStrategyType DoubleExtensibleStrategyDecorator.defaultData
          The default data, returned first in the iterations.
private  DoubleStrategyType DoubleExtensibleStrategyDecorator.addedData
          The added data, returned after the default data in the iterations.
private  DoubleStrategyType[] DoubleCompositeStrategy.strats
          The indefinite iterators being concatenated.
 

Constructors in org.jmlspecs.jmlunit.strategies with parameters of type DoubleStrategyType
DoubleAbstractFilteringStrategyDecorator(DoubleStrategyType strat)
           
DoubleExtensibleStrategyDecorator(DoubleStrategyType strat)
           
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.
DoubleNonNegativeStrategyDecorator(DoubleStrategyType strat)
           
 

Uses of DoubleStrategyType in org.jmlspecs.samples.jmltutorial
 

Classes in org.jmlspecs.samples.jmltutorial that implement DoubleStrategyType
(package private)  class SqrtExample_JML_TestData.SqrtExample_JML_TestData$1
           
 

Fields in org.jmlspecs.samples.jmltutorial declared as DoubleStrategyType
private  DoubleStrategyType SqrtExample_JML_TestData.vdoubleStrategy
          The strategy for generating test data of type double.
 

Uses of DoubleStrategyType in org.jmlspecs.samples.prelimdesign
 

Classes in org.jmlspecs.samples.prelimdesign that implement DoubleStrategyType
(package private)  class Point2D_JML_TestData.Point2D_JML_TestData$2
           
(package private)  class USMoney_JML_TestData.USMoney_JML_TestData$1
           
 

Fields in org.jmlspecs.samples.prelimdesign declared as DoubleStrategyType
private  DoubleStrategyType USMoney_JML_TestData.vdoubleStrategy
          The strategy for generating test data of type double.
private  DoubleStrategyType Account_JML_TestData.vdoubleStrategy
          The strategy for generating test data of type double.
private  DoubleStrategyType PlusAccount_JML_TestData.vdoubleStrategy
          The strategy for generating test data of type double.
private  DoubleStrategyType Point2D_JML_TestData.vdoubleStrategy
          The strategy for generating test data of type double.
 


JML

JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.