Cambridge SMT System
uk.ac.cam.eng.rule.retrieval.HFileRuleReader Class Reference

Inherits Iterable< Pair< Rule, RuleData > >.

Public Member Functions

 HFileRuleReader (HFile.Reader hfReader)
 
boolean seek (RuleString source) throws IOException
 
Iterable< Pair< Rule, RuleData > > getRulesForSource ()
 
Iterator< Pair< Rule, RuleData > > iterator ()
 

Static Public Member Functions

static void main (String[] args) throws IOException
 

Detailed Description

Author
Aurelien Waite
Date
28 May 2014

Definition at line 44 of file HFileRuleReader.java.

Constructor & Destructor Documentation

uk.ac.cam.eng.rule.retrieval.HFileRuleReader.HFileRuleReader ( HFile.Reader  hfReader)
inline

Definition at line 54 of file HFileRuleReader.java.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Function Documentation

Iterable<Pair<Rule, RuleData> > uk.ac.cam.eng.rule.retrieval.HFileRuleReader.getRulesForSource ( )
inline

Definition at line 87 of file HFileRuleReader.java.

Here is the call graph for this function:

Here is the caller graph for this function:

Iterator<Pair<Rule, RuleData> > uk.ac.cam.eng.rule.retrieval.HFileRuleReader.iterator ( )
inline

Definition at line 129 of file HFileRuleReader.java.

Here is the call graph for this function:

Here is the caller graph for this function:

static void uk.ac.cam.eng.rule.retrieval.HFileRuleReader.main ( String[]  args) throws IOException
inlinestatic

Definition at line 187 of file HFileRuleReader.java.

Here is the call graph for this function:

boolean uk.ac.cam.eng.rule.retrieval.HFileRuleReader.seek ( RuleString  source) throws IOException
inline

Definition at line 70 of file HFileRuleReader.java.


The documentation for this class was generated from the following file: