程序包 weka.core
类 Copyright
java.lang.Object
weka.core.Copyright
A class for providing centralized Copyright information.
- 版本:
- $Revision: 1.2 $
- 作者:
- fracpete (fracpete at waikato dot ac dot nz)
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static 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
-
字段详细资料
-
PROPERTY_FILE
the copyright file- 另请参阅:
-
-
构造器详细资料
-
Copyright
public Copyright()
-
-
方法详细资料
-
getFromYear
returns the start year of the copyright- 返回:
- the start year
-
getToYear
returns the end year of the copyright (i.e., current year)- 返回:
- the end/current year
-
getOwner
returns the entity owning the copyright- 返回:
- the owner
-
getAddress
returns the address of the owner- 返回:
- the address
-
getURL
returns the URL of the owner- 返回:
- the URL
-
main
Only for testing- 参数:
args
- ignored
-