|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
SynchronizedPassage.add(VerseBase that)
|
void |
ReadOnlyPassage.add(VerseBase that)
|
void |
RangedPassage.add(VerseBase obj)
|
void |
PassageTally.add(VerseBase that)
Add/Increment this verses in the rankings |
void |
Passage.add(VerseBase that)
Add this Verse/VerseRange to this Passage |
void |
DistinctPassage.add(VerseBase obj)
|
void |
BitwisePassage.add(VerseBase obj)
|
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 |
SynchronizedPassage.contains(VerseBase that)
|
boolean |
ReadOnlyPassage.contains(VerseBase that)
|
boolean |
RangedPassage.contains(VerseBase obj)
|
boolean |
PassageTally.contains(VerseBase that)
Does this tally contain all the specified verses? |
boolean |
Passage.contains(VerseBase that)
Returns true if this collection contains all the specified Verse |
boolean |
DistinctPassage.contains(VerseBase obj)
|
boolean |
BitwisePassage.contains(VerseBase obj)
|
void |
SynchronizedPassage.remove(VerseBase that)
|
void |
ReadOnlyPassage.remove(VerseBase that)
|
void |
RangedPassage.remove(VerseBase obj)
|
void |
PassageTally.remove(VerseBase that)
Remove these verses from the rankings, ie, set their rank to zero. |
void |
Passage.remove(VerseBase that)
Remove this Verse/VerseRange from this Passage |
void |
DistinctPassage.remove(VerseBase obj)
|
void |
BitwisePassage.remove(VerseBase obj)
|
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-2004 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||