|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.license.Package
public class Package
The packages available in this library. To check if a particular package is
valid under the license, call the method validate(). For example,
boolean isValid = Package.BASIC.validate();
| Field Summary | |
|---|---|
java.lang.String |
name
|
| Method Summary | |
|---|---|
static Package |
getInstance(java.lang.String packageName)
|
boolean |
validate()
Check if this package is valid under the license. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final java.lang.String name
| Method Detail |
|---|
public static Package getInstance(java.lang.String packageName)
public boolean validate()
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||