public interface MessageVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
endGroup(List<Structure> thePathToGroup,
AbstractGroup theGroup) |
void |
endSegment(List<Structure> thePathToGroup,
AbstractSegment theSegment) |
void |
startGroup(List<Structure> thePathToGroup,
AbstractGroup theGroup) |
void |
startSegment(List<Structure> thePathToGroup,
AbstractSegment theSegment) |
void |
value(AbstractSegment theSegment,
int theFieldNum,
Type theDataType) |
void startGroup(List<Structure> thePathToGroup, AbstractGroup theGroup)
void endGroup(List<Structure> thePathToGroup, AbstractGroup theGroup)
void startSegment(List<Structure> thePathToGroup, AbstractSegment theSegment)
void endSegment(List<Structure> thePathToGroup, AbstractSegment theSegment)
void value(AbstractSegment theSegment, int theFieldNum, Type theDataType)
Copyright © 2001-2013 University Health Network. All Rights Reserved.