Interface BundleStreamSource

    • Method Detail

      • getMeta

        BundleMeta getMeta()
        Get the current meta data.
        Returns:
        Metadata
      • data

        java.lang.Object data​(int rnum)
        Access a particular object and representation.
        Parameters:
        rnum - Representation number
        Returns:
        Contained data
      • hasDBIDs

        boolean hasDBIDs()
        Indicate whether the stream contains DBIDs.
        Returns:
        true if the stream contains DBIDs.
      • assignDBID

        boolean assignDBID​(DBIDVar var)
        Assign the current object ID to a DBIDVar.
        Parameters:
        var - Variable to assign the object id to
        Returns:
        false when no object id is available
      • asMultipleObjectsBundle

        MultipleObjectsBundle asMultipleObjectsBundle()
        Return (or collect) the stream as bundle.
        Returns:
        Bundle