Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.eireneh.bible.book
Interface StudyBible  view StudyBible download StudyBible.java

All Superinterfaces:
Bible, Book

public interface StudyBible
extends Bible

A WordStudy is-an extension to Bible that knows about the original Greek/Hebrew in the form of Strongs numbers, and how these original words were translated into English (or whatever).

You might expect a method something like Passage getPassage(String word) for completeness, however this is a core part of the Bible interface and so redundant here.

The different conversions go something like this:

   .-------------------.
  |    -> Strongs -------> Passage ---> PageDOM -\
  |   /          `-._,-'                          \---> HTML
 String          .-' `-.                          /
      '-> (Word) --------> Translation ----------/
 

Distribution Licence:
Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
The License is available on the internet here, by writing to Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA, Or locally at the Licence link below.
The copyright to this program is held by it's authors.

Version:
D8.I7.T0

Method Summary
 com.eireneh.bible.passage.Passage findPassage(com.eireneh.bible.passage.Strongs number)
          For a given strongs number find a list of references to it
 com.eireneh.bible.passage.Translation getTranslation(java.lang.String word)
          For a given word find a list words it is translated from
 com.eireneh.bible.passage.Translation getTranslations(com.eireneh.bible.passage.Strongs number)
          For a given number find a list of ways it is translated
 
Methods inherited from interface com.eireneh.bible.book.Bible
addProgressListener, findPassage, generate, getDocument, getDriver, getElement, getName, getProperties, getPropertiesURL, getStartsWith, getText, getVersion, listWords, removeProgressListener
 

Method Detail

findPassage

public com.eireneh.bible.passage.Passage findPassage(com.eireneh.bible.passage.Strongs number)
                                              throws BookException
For a given strongs number find a list of references to it


getTranslation

public com.eireneh.bible.passage.Translation getTranslation(java.lang.String word)
                                                     throws BookException
For a given word find a list words it is translated from


getTranslations

public com.eireneh.bible.passage.Translation getTranslations(com.eireneh.bible.passage.Strongs number)
                                                      throws BookException
For a given number find a list of ways it is translated