JML

org.jmlspecs.jmlunit.strategies
Class ByteNonNegativeStrategyDecorator

java.lang.Object
  extended byorg.jmlspecs.jmlunit.strategies.ByteAbstractStrategy
      extended byorg.jmlspecs.jmlunit.strategies.ByteAbstractFilteringStrategyDecorator
          extended byorg.jmlspecs.jmlunit.strategies.ByteNonNegativeStrategyDecorator
All Implemented Interfaces:
ByteStrategyType, StrategyType

public class ByteNonNegativeStrategyDecorator
extends ByteAbstractFilteringStrategyDecorator

A decorator for strategies that filters out that filters out negative test data.

Author:
Gary T. Leavens

Class Specifications

Specifications inherited from class Object
represents objectState <- org.jmlspecs.lang.JMLDataGroup.IT;
public represents _getClass <- \typeof(this);

Model Field Summary
 
Model fields inherited from class java.lang.Object
_getClass, objectState, theString
 
Ghost Field Summary
 
Ghost fields inherited from class java.lang.Object
objectTimesFinalized, owner
 
Field Summary
 
Fields inherited from class org.jmlspecs.jmlunit.strategies.ByteAbstractFilteringStrategyDecorator
rawData
 
Constructor Summary
ByteNonNegativeStrategyDecorator(ByteStrategyType strat)
           
 
Model Method Summary
 
Model methods inherited from class java.lang.Object
hashValue
 
Method Summary
 boolean approve(byte elem)
           
 
Methods inherited from class org.jmlspecs.jmlunit.strategies.ByteAbstractFilteringStrategyDecorator
byteIterator
 
Methods inherited from class org.jmlspecs.jmlunit.strategies.ByteAbstractStrategy
iterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteNonNegativeStrategyDecorator

public ByteNonNegativeStrategyDecorator(ByteStrategyType strat)
Specifications:
public normal_behavior
requires strat != null;
assignable rawData;
ensures this.rawData == strat;
Method Detail

approve

public boolean approve(byte elem)
Description copied from class: ByteAbstractFilteringStrategyDecorator
Return true if the element is to be returned by the getByte() method.

Specifications: pure
Specifications inherited from overridden method approve(byte elem) in class ByteAbstractFilteringStrategyDecorator:
       pure
public normal_behavior
assignable \nothing;

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.