Class MultipleObjectsBundleDatabaseConnection

  • All Implemented Interfaces:
    elki.datasource.DatabaseConnection

    public class MultipleObjectsBundleDatabaseConnection
    extends java.lang.Object
    implements elki.datasource.DatabaseConnection
    Data source to feed a precomputed MultipleObjectsBundle into a database.
    Since:
    0.7.0
    Author:
    Erich Schubert
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) elki.datasource.bundle.MultipleObjectsBundle bundle
      Bundle.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      elki.datasource.bundle.MultipleObjectsBundle loadData()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • bundle

        elki.datasource.bundle.MultipleObjectsBundle bundle
        Bundle.
    • Constructor Detail

      • MultipleObjectsBundleDatabaseConnection

        public MultipleObjectsBundleDatabaseConnection​(elki.datasource.bundle.MultipleObjectsBundle bundle)
        Constructor.
        Parameters:
        bundle - Existing bundle.
    • Method Detail

      • loadData

        public elki.datasource.bundle.MultipleObjectsBundle loadData()
        Specified by:
        loadData in interface elki.datasource.DatabaseConnection