JOELib
Computational Chemistry Package

joelib.util.iterator
Class RotorIterator

java.lang.Object
  extended byjoelib.util.iterator.VectorIterator
      extended byjoelib.util.iterator.RotorIterator
All Implemented Interfaces:
Cloneable, Iterator

public class RotorIterator
extends VectorIterator

Iterator over rotors.

Author:
Jörg Kurt Wegner (wegnerj at informatik.uni-tuebingen.de) at the Department of Cognitive Systems
CVS Version:
Revision: 1.7Date: 2004/07/25 20:43:29source code (CVS head)
License:
Licensed under the terms of the GNU General Public License (GPL).

Constructor Summary
RotorIterator(Vector v)
          Constructor for the RotorIterator object
 
Method Summary
 char[] nextRotor()
          Description of the Method
 
Methods inherited from class joelib.util.iterator.VectorIterator
actual, actualIndex, clone, hasNext, insert, next, remove, reset, setActualIndex
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RotorIterator

public RotorIterator(Vector v)
Constructor for the RotorIterator object

Parameters:
v - Description of the Parameter
Method Detail

nextRotor

public char[] nextRotor()
Description of the Method

Returns:
Description of the Return Value

JOELib
Computational Chemistry Package

Comments and Questions? mail to J.K.Wegner