|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmain.Felix
public class Felix
Felix, an operator-based statistical inference system.
Field Summary | |
---|---|
(package private) db.RDB |
db
Database connection. |
(package private) FelixQuery |
fq
Felix's query, which consists of program, query and evidence. |
boolean |
hasLoadedEvidence
Whether this Felix object run has loaded evidences. |
(package private) parser.CommandOptions |
options
Command line option. |
(package private) StaticAnalyzer |
sa
Static Analyzer, which analyzes the property of each predicates according to rules. |
Constructor Summary | |
---|---|
Felix()
|
Method Summary | |
---|---|
FelixQuery |
getFelixQuery()
Return Felix's query. |
void |
init()
Clear static parameters and initialize variables. |
void |
loadEvidence()
Load evidence from evidence from to database table. |
void |
parseFelixQuery()
Load Felix query from program and query file. |
void |
run(java.lang.String[] args)
Run Felix! |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
FelixQuery fq
StaticAnalyzer sa
db.RDB db
parser.CommandOptions options
public boolean hasLoadedEvidence
Constructor Detail |
---|
public Felix()
Method Detail |
---|
public FelixQuery getFelixQuery()
public void init()
public void parseFelixQuery()
public void loadEvidence()
public void run(java.lang.String[] args)
args
- Command line options.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |