Class PluginMDocSource

java.lang.Object
chemaxon.marvin.io.MDocSource
chemaxon.marvin.plugin.PluginMDocSource
All Implemented Interfaces:
Closeable, AutoCloseable, Iterable<Molecule>

@PublicApi public class PluginMDocSource extends MDocSource
Multimolecular result source object based on result MDocument Iterator.
Since:
Marvin 5.0, 02/22/2007
  • Constructor Details

    • PluginMDocSource

      public PluginMDocSource(Iterator iterator, int maxCount)
      Constructor. Sets the enumerator.
      Parameters:
      iterator - the document iterator
      maxCount - the number of result docs
  • Method Details