felix.parser
Class FelixCommandOptions

java.lang.Object
  extended by tuffy.parse.CommandOptions
      extended by felix.parser.FelixCommandOptions

public class FelixCommandOptions
extends tuffy.parse.CommandOptions

Class that contains Felix-specific command line options.

Author:
Ce Zhang

Nested Class Summary
 
Nested classes/interfaces inherited from class tuffy.parse.CommandOptions
tuffy.parse.CommandOptions.InferDataStore, tuffy.parse.CommandOptions.MAPInferAlgo
 
Field Summary
 boolean allMat
           
 boolean allRuleAsMLN
           
 boolean allView
           
 java.lang.String auxSchema
           
 boolean decomposeTuffy
           
 boolean explainMode
           
 boolean forceExt
           
 java.lang.String gt
           
 java.lang.String incEvid
           
 java.lang.String incRule
           
 boolean isGreenPlum
           
 boolean local
           
 boolean noCOREF
           
 boolean noCRF
           
 boolean noLR
           
 boolean useDualDecomposition
           
 boolean useEvid
           
 java.lang.String utilModel
           
 
Fields inherited from class tuffy.parse.CommandOptions
activateAllAtoms, avoidBreakingHardClauses, consoleLineHeader, cwaPreds, dbNeedTranslate, disablePartition, dual, evidDBSchema, fDribble, fevid, fout, fprog, fquery, isDLearningMode, keepData, marginal, maxFlips, maxThreads, maxTries, mcsatDumpPeriodSec, mcsatPara, mcsatSamples, minProb, nDIteration, outputGz, outputProlog, pathConf, queryAtoms, showHelp, snapshot, softT, timeout, verboseLevel
 
Constructor Summary
FelixCommandOptions()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

useEvid

public boolean useEvid

decomposeTuffy

public boolean decomposeTuffy

explainMode

public boolean explainMode

allRuleAsMLN

public boolean allRuleAsMLN

useDualDecomposition

public boolean useDualDecomposition

noCRF

public boolean noCRF

noCOREF

public boolean noCOREF

noLR

public boolean noLR

allView

public boolean allView

allMat

public boolean allMat

local

public boolean local

auxSchema

public java.lang.String auxSchema

forceExt

public boolean forceExt

isGreenPlum

public boolean isGreenPlum

utilModel

public java.lang.String utilModel

incRule

public java.lang.String incRule

incEvid

public java.lang.String incEvid

gt

public java.lang.String gt
Constructor Detail

FelixCommandOptions

public FelixCommandOptions()