Package parser

Provides parsers for MLN input, config files, and command line options.

See:
          Description

Class Summary
ConfigLexer  
ConfigParser  
ConfigParser.config_return  
ConfigParser.state_return  
FelixInputParser  
FELIXLexer  
FELIXParser  
FELIXParser.atom_return  
FELIXParser.atomicExpression_return  
FELIXParser.boolConjunction_return  
FELIXParser.boolConjunctionElement_return  
FELIXParser.boolExpression_return  
FELIXParser.clusteringRule_return  
FELIXParser.datalogRule_return  
FELIXParser.definitions_return  
FELIXParser.evidence_return  
FELIXParser.evidenceList_return  
FELIXParser.existQuan_return  
FELIXParser.expression_return  
FELIXParser.foclause_return  
FELIXParser.funcArgument_return  
FELIXParser.funcExpression_return  
FELIXParser.functionalAtom_return  
FELIXParser.functionalDependency_return  
FELIXParser.functionalDependencyItem_return  
FELIXParser.hardRule_return  
FELIXParser.literal_return  
FELIXParser.mathComparison_return  
FELIXParser.mathExpression_return  
FELIXParser.mathFactor_return  
FELIXParser.mathTerm_return  
FELIXParser.mlnRule_return  
FELIXParser.predArg_return  
FELIXParser.query_return  
FELIXParser.queryCommaList_return  
FELIXParser.queryList_return  
FELIXParser.ruleList_return  
FELIXParser.schema_return  
FELIXParser.schemaConstraint_return  
FELIXParser.schemaList_return  
FELIXParser.scopingRule_return  
FELIXParser.softRule_return  
FELIXParser.term_return  
 

Package parser Description

Provides parsers for MLN input, config files, and command line options.

The first two use ANTLR, while CommandOptions is based on args4j.