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

Quick Search    Search Deep

com.eireneh.bible.book.raw
Interface Insts  view Insts download Insts.java

All Known Implementing Classes:
InstsDisk, InstsMem

public interface Insts

Insts is an interface that contains lists of numbers, generally referring to members of an instance of an Items object.
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:
D0.I0.T0

Method Summary
 int[] getIndexes(int ordinal)
          Retrieve an ordered list of the words in a Verse
 int[] getIndexes(com.eireneh.bible.passage.Verse verse)
          Retrieve an ordered list of the words in a Verse
 void save()
          Ensure that all changes to the index of words are written to disk
 void setIndexes(int[] indexes, com.eireneh.bible.passage.Verse verse)
          Set a list of word indexes as the test to a Verse
 

Method Detail

getIndexes

public int[] getIndexes(com.eireneh.bible.passage.Verse verse)
Retrieve an ordered list of the words in a Verse


getIndexes

public int[] getIndexes(int ordinal)
Retrieve an ordered list of the words in a Verse


setIndexes

public void setIndexes(int[] indexes,
                       com.eireneh.bible.passage.Verse verse)
Set a list of word indexes as the test to a Verse


save

public void save()
          throws java.io.IOException
Ensure that all changes to the index of words are written to disk