Package weka.core
Class Copyright
java.lang.Object
weka.core.Copyright
A class for providing centralized Copyright information.
- Version:
- $Revision: 8034 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
returns the address of the ownerstatic String
returns the start year of the copyrightstatic String
getOwner()
returns the entity owning the copyrightstatic String
returns the end year of the copyright (i.e., current year)static String
getURL()
returns the URL of the ownerstatic void
Only for testing
-
Field Details
-
PROPERTY_FILE
the copyright file- See Also:
-
-
Constructor Details
-
Copyright
public Copyright()
-
-
Method Details
-
getFromYear
returns the start year of the copyright- Returns:
- the start year
-
getToYear
returns the end year of the copyright (i.e., current year)- Returns:
- the end/current year
-
getOwner
returns the entity owning the copyright- Returns:
- the owner
-
getAddress
returns the address of the owner- Returns:
- the address
-
getURL
returns the URL of the owner- Returns:
- the URL
-
main
Only for testing- Parameters:
args
- ignored
-