程序包 weka.core

类 Copyright

java.lang.Object
weka.core.Copyright

public class Copyright extends Object
A class for providing centralized Copyright information.
版本:
$Revision: 1.2 $
作者:
fracpete (fracpete at waikato dot ac dot nz)
  • 字段详细资料

    • PROPERTY_FILE

      public static final String PROPERTY_FILE
      the copyright file
      另请参阅:
  • 构造器详细资料

    • Copyright

      public Copyright()
  • 方法详细资料

    • getFromYear

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

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

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

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

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

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