org.crosswire.jsword.examples
Class StrongsAnalysis

java.lang.Object
  extended by org.crosswire.jsword.examples.StrongsAnalysis

public class StrongsAnalysis
extends Object

Analyze Strong's Numbers in a module.

Author:
DM Smith [dmsmith555 at yahoo dot com]
See Also:
for license details. The copyright to this program is held by it's authors.

Field Summary
private static Pattern strongsNumberPattern
           
 
Constructor Summary
StrongsAnalysis()
           
 
Method Summary
 void analyze(StrongsMapSet sms, Book book, List errors, Key wholeBible)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

strongsNumberPattern

private static Pattern strongsNumberPattern
Constructor Detail

StrongsAnalysis

public StrongsAnalysis()
Method Detail

analyze

public void analyze(StrongsMapSet sms,
                    Book book,
                    List errors,
                    Key wholeBible)
Parameters:
sms -
book -
errors -
wholeBible -

main

public static void main(String[] args)
Parameters:
args -

Copyright ยจ 2003-2007