Package adams.data

Class WekaExperimentFile

  • All Implemented Interfaces:
    Serializable, Comparable<File>

    public class WekaExperimentFile
    extends adams.core.io.PlaceholderFile
    A dummy class for the GOE, for special handling of experiments.
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Constructor Detail

      • WekaExperimentFile

        public WekaExperimentFile​(File parent,
                                  String child)
        Creates a new ExperimentFile instance from a parent abstract pathname and a child pathname string.
        Parameters:
        parent - the parent
        child - the child
      • WekaExperimentFile

        public WekaExperimentFile​(String pathname)
        Creates a new ExperimentFile instance by converting the given pathname string into an abstract pathname.
        Parameters:
        pathname - the path
      • WekaExperimentFile

        public WekaExperimentFile​(String parent,
                                  String child)
        Creates a new ExperimentFile instance from a parent pathname string and a child pathname string.
        Parameters:
        parent - the parent
        child - the child
      • WekaExperimentFile

        public WekaExperimentFile​(URI uri)
        Creates a new ExperimentFile instance by converting the given file: URI into an abstract pathname.
        Parameters:
        uri - the identifier
      • WekaExperimentFile

        public WekaExperimentFile​(File file)
        Creates a new ExperimentFile instance by using the given file.
        Parameters:
        file - the file to use
    • Method Detail

      • toFile

        public File toFile()
        Returns a file object.
        Returns:
        the file