|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A record source which allows access to records by record tags.
Field Summary |
Fields inherited from interface org.freehep.record.source.SequentialRecordSource |
UNKNOWN |
Method Summary | |
RecordTag |
currentTag()
Get the RecordTag for the current record. |
void |
goToRecord(RecordTag tag)
Access a record identified by a RecordTag |
List |
tags()
Access a list of all the tags in this record source. |
Methods inherited from interface org.freehep.record.source.RandomAccessRecordSource |
currentIndex, goToRecord |
Methods inherited from interface org.freehep.record.source.SequentialRecordSource |
close, getCurrentRecord, getEstimatedSize, getRecordClass, getSourceName, next, releaseRecord, rewind |
Method Detail |
public void goToRecord(RecordTag tag) throws NoSuchRecordException
tag
- The tag to access
NoSuchRecordException
- If the specified record does not existpublic RecordTag currentTag()
null
if there is no current record.public List tags()
null
.
null
.
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |