uk.org.bryanray.testtoys.generator.sequencegenerators
Interface SequenceGenerator

All Known Implementing Classes:
EnumerationSequenceGenerator, NumberSequenceGenerator, RandomEnumerationGenerator, RandomNumberGenerator, StringSequenceGenerator

public interface SequenceGenerator

Project:
TestDataLoader
Filename:
SequenceGenerator.java
Creation Date:
26 May 2008
An interface to generate sequence values.

Author:
Bryan Ray

Method Summary
 void next()
          Moves the sequence on one value.
 java.lang.String value()
           
 

Method Detail

value

java.lang.String value()
Returns:
The current sequence value. This method should be ready to call immediately after initialisation of the instance object.

next

void next()
Moves the sequence on one value.



Copyright © 2008. All Rights Reserved.