|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OccurrenceIndexIF
INTERNAL: Index that holds information about occurrences in the topic map. The intention is to provide quick lookup of occurrences by value.
Method Summary | |
---|---|
java.util.Collection<OccurrenceIF> |
getOccurrences(java.lang.String value)
INTERNAL: Gets all occurrences that have the specified value independent of datatype. |
java.util.Collection<OccurrenceIF> |
getOccurrences(java.lang.String value,
LocatorIF datatype)
INTERNAL: Gets all occurrences that have the specified value and datatype. |
java.util.Collection<OccurrenceIF> |
getOccurrencesByPrefix(java.lang.String prefix)
INTERNAL: Gets all occurrences of any datatype that have a value starting with the specified prefix. |
java.util.Collection<OccurrenceIF> |
getOccurrencesByPrefix(java.lang.String prefix,
LocatorIF datatype)
INTERNAL: Gets all occurrences that have the specifed datatype and a value starting with the specified prefix. |
java.util.Iterator<OccurrenceIF> |
getValuesGreaterThanOrEqual(java.lang.String value)
INTERNAL: Gets all occurrence values that are greather than or equal to the given value. |
java.util.Iterator<OccurrenceIF> |
getValuesSmallerThanOrEqual(java.lang.String value)
INTERNAL: Gets all occurrence values that are smaller than or equal to the given value. |
Method Detail |
---|
java.util.Collection<OccurrenceIF> getOccurrences(java.lang.String value)
java.util.Collection<OccurrenceIF> getOccurrences(java.lang.String value, LocatorIF datatype)
java.util.Collection<OccurrenceIF> getOccurrencesByPrefix(java.lang.String prefix)
java.util.Collection<OccurrenceIF> getOccurrencesByPrefix(java.lang.String prefix, LocatorIF datatype)
java.util.Iterator<OccurrenceIF> getValuesGreaterThanOrEqual(java.lang.String value)
java.util.Iterator<OccurrenceIF> getValuesSmallerThanOrEqual(java.lang.String value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |