Class FlixsterDataset

    • Constructor Detail

      • FlixsterDataset

        public FlixsterDataset()
    • Method Detail

      • init

        public void init()
      • next

        public boolean next()
        Specified by:
        next in interface Dataset
      • curUserID

        public int curUserID()
        Specified by:
        curUserID in interface Dataset
      • curItemID

        public int curItemID()
        Specified by:
        curItemID in interface Dataset
      • curRating

        public double curRating()
        Specified by:
        curRating in interface Dataset
      • reset

        public void reset()
        Specified by:
        reset in interface Dataset
      • prepareForUseImpl

        protected void prepareForUseImpl​(TaskMonitor monitor,
                                         ObjectRepository repository)
        Description copied from class: AbstractOptionHandler
        This method describes the implementation of how to prepare this object for use. All classes that extends this class have to implement prepareForUseImpl and not prepareForUse since prepareForUse calls prepareForUseImpl.
        Specified by:
        prepareForUseImpl in class AbstractOptionHandler
        Parameters:
        monitor - the TaskMonitor to use
        repository - the ObjectRepository to use
      • getDescription

        public void getDescription​(StringBuilder sb,
                                   int indent)
        Description copied from interface: MOAObject
        Returns a string representation of this object. Used in AbstractMOAObject.toString to give a string representation of the object.
        Specified by:
        getDescription in interface MOAObject
        Parameters:
        sb - the stringbuilder to add the description
        indent - the number of characters to indent