Package adams.data

Class WekaExperimentFile

    • 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