public interface DataElementVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(Category categoricalElement) |
void |
visit(Frequency frequency) |
void |
visit(Sequence sequence) |
void |
visit(SystemElement systemElement) |
void |
visit(ValueThresholds thresholds) |
void visit(SystemElement systemElement) throws DataElementHandlingException
DataElementHandlingExceptionvoid visit(Category categoricalElement) throws DataElementHandlingException
DataElementHandlingExceptionvoid visit(Sequence sequence) throws DataElementHandlingException
DataElementHandlingExceptionvoid visit(Frequency frequency) throws DataElementHandlingException
DataElementHandlingExceptionvoid visit(ValueThresholds thresholds) throws DataElementHandlingException
DataElementHandlingExceptionCopyright © 2012–2016 Emory University. All rights reserved.