Package weka.core

Class Copyright

java.lang.Object
weka.core.Copyright

public class Copyright extends Object
A class for providing centralized Copyright information.
Version:
$Revision: 8034 $
Author:
fracpete (fracpete at waikato dot ac dot nz)
  • Field Details

  • Constructor Details

    • Copyright

      public Copyright()
  • Method Details

    • getFromYear

      public static String getFromYear()
      returns the start year of the copyright
      Returns:
      the start year
    • getToYear

      public static String getToYear()
      returns the end year of the copyright (i.e., current year)
      Returns:
      the end/current year
    • getOwner

      public static String getOwner()
      returns the entity owning the copyright
      Returns:
      the owner
    • getAddress

      public static String getAddress()
      returns the address of the owner
      Returns:
      the address
    • getURL

      public static String getURL()
      returns the URL of the owner
      Returns:
      the URL
    • main

      public static void main(String[] args)
      Only for testing
      Parameters:
      args - ignored