|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.kpro.main.PrivacyAdviser
public class PrivacyAdviser
Main class.
Field Summary | |
---|---|
(package private) static java.util.logging.Logger |
logger
|
private static PolicyObject |
po
|
(package private) static Gio |
theIO
|
Constructor Summary | |
---|---|
PrivacyAdviser()
|
Method Summary | |
---|---|
static void |
init(java.lang.String[] args)
Initializes the program- loads general configuration, starts logger, loads weights, loads database |
static void |
main(java.lang.String[] args)
Program in following sequence- init, load stuff for cbr, run cbr, shutdown. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static Gio theIO
static java.util.logging.Logger logger
private static PolicyObject po
Constructor Detail |
---|
public PrivacyAdviser()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- accepts optional command line arguments, including location of general config file (default pwd)
java.lang.Exception
public static void init(java.lang.String[] args) throws java.lang.Exception
args
- accepts optional command line arguments, including location of general config file (default pwd)
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |