JOELib
Computational Chemistry Package

joelib.util.iterator
Class RotamerIterator

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

public class RotamerIterator
extends VectorIterator

Iterator over rotamers.

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
RotamerIterator(Vector v)
          Constructor for the RotamerIterator object
 
Method Summary
 short[] nextRotamer()
          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

RotamerIterator

public RotamerIterator(Vector v)
Constructor for the RotamerIterator object

Parameters:
v - Description of the Parameter
Method Detail

nextRotamer

public short[] nextRotamer()
Description of the Method

Returns:
Description of the Return Value

JOELib
Computational Chemistry Package

Comments and Questions? mail to J.K.Wegner