|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
E - the type of the elementspublic interface RecordFactory<E>
Generates Records from the elements of a Stream.
| Method Summary | |
|---|---|
gr.uoa.di.madgik.grs.record.RecordDefinition[] |
definitions()
Returns the definitions of the records. |
gr.uoa.di.madgik.grs.record.Record |
newRecord(E element)
Generates a Record from a Stream element. |
| Method Detail |
|---|
gr.uoa.di.madgik.grs.record.RecordDefinition[] definitions()
gr.uoa.di.madgik.grs.record.Record newRecord(E element)
throws StreamContingencyException,
RuntimeException
Record from a Stream element.
element - the element
StreamContingencyException - if no record can be generated, because the input element violates pre-conditions
RuntimeException - if no record can be generated, because of an unrecoverable condition
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||