Uses of Interface
org.crosswire.jsword.passage.VerseBase

Packages that use VerseBase
org.crosswire.jsword.passage The core responsibility of the passage package is to store and collate information about the structure of the Bible - The most important classes are Passage, PassageTally and Strongs
 

Uses of VerseBase in org.crosswire.jsword.passage
 

Classes in org.crosswire.jsword.passage that implement VerseBase
 class Verse
          A Passage is a pointer to a single verse.
 class VerseRange
          A VerseRange is one step between a Verse and a Passage - it is a Verse plus a verseCount.
 

Methods in org.crosswire.jsword.passage with parameters of type VerseBase
 void BitwisePassage.add(VerseBase obj)
           
 void DistinctPassage.add(VerseBase obj)
           
 void Passage.add(VerseBase that)
          Add this Verse/VerseRange to this Passage
 void PassageTally.add(VerseBase that)
          Add/Increment this verses in the rankings
 void RangedPassage.add(VerseBase obj)
           
 void ReadOnlyPassage.add(VerseBase that)
           
 void SynchronizedPassage.add(VerseBase that)
           
 void PassageTally.add(VerseBase that, int count)
          DONT USE THIS.
private  void PassageTally.alterVerseBase(VerseBase that, int tally)
          Increment/Decrement this verses in the rankings
 boolean BitwisePassage.contains(VerseBase obj)
           
 boolean DistinctPassage.contains(VerseBase obj)
           
 boolean Passage.contains(VerseBase that)
          Returns true if this collection contains all the specified Verse
 boolean PassageTally.contains(VerseBase that)
          Does this tally contain all the specified verses?
 boolean RangedPassage.contains(VerseBase obj)
           
 boolean ReadOnlyPassage.contains(VerseBase that)
           
 boolean SynchronizedPassage.contains(VerseBase that)
           
 void BitwisePassage.remove(VerseBase obj)
           
 void DistinctPassage.remove(VerseBase obj)
           
 void Passage.remove(VerseBase that)
          Remove this Verse/VerseRange from this Passage
 void PassageTally.remove(VerseBase that)
          Remove these verses from the rankings, ie, set their rank to zero.
 void RangedPassage.remove(VerseBase obj)
           
 void ReadOnlyPassage.remove(VerseBase that)
           
 void SynchronizedPassage.remove(VerseBase that)
           
protected static Verse[] AbstractPassage.toVerseArray(VerseBase base)
          Convert the Object to an array of Verses.
 void PassageTally.unAdd(VerseBase that)
          Remove/Decrement this verses in the rankings
 


Copyright ยจ 2003-2005