Package weka.core

Class Copyright


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

      Fields 
      Modifier and Type Field Description
      static java.lang.String PROPERTY_FILE
      the copyright file
    • Constructor Summary

      Constructors 
      Constructor Description
      Copyright()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getAddress()
      returns the address of the owner
      static java.lang.String getFromYear()
      returns the start year of the copyright
      static java.lang.String getOwner()
      returns the entity owning the copyright
      static java.lang.String getToYear()
      returns the end year of the copyright (i.e., current year)
      static java.lang.String getURL()
      returns the URL of the owner
      static void main​(java.lang.String[] args)
      Only for testing
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PROPERTY_FILE

        public static final java.lang.String PROPERTY_FILE
        the copyright file
        See Also:
        Constant Field Values
    • Constructor Detail

      • Copyright

        public Copyright()
    • Method Detail

      • getFromYear

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

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

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

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

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

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