Modifier and Type | Class and Description |
---|---|
class |
BaseStructure
This is the base class for all evio structures: Banks, Segments, and TagSegments.
|
class |
EvioBank
This holds a CODA Bank structure.
|
class |
EvioEvent
An event is really just the outer, primary bank.
|
class |
EvioSegment
This holds a CODA Segment structure.
|
class |
EvioTagSegment
This holds a CODA TagSegment structure.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IEvioFilter.accept(StructureType structureType,
IEvioStructure structure)
Accept or reject the given structure.
|
void |
IEvioListener.gotStructure(BaseStructure topStructure,
IEvioStructure structure)
Called when a structure is read while parsing an event.
|
protected void |
EventParser.notifyEvioListeners(EvioEvent evioEvent,
IEvioStructure structure)
This is when a structure is encountered while parsing an event.
|