public interface PhenotypeVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(Category categoricalElement) |
void |
visit(Frequency frequency) |
void |
visit(Sequence sequence) |
void |
visit(SystemPhenotype systemElement) |
void |
visit(ValueThresholds thresholds) |
void visit(SystemPhenotype systemElement) throws PhenotypeHandlingException
PhenotypeHandlingExceptionvoid visit(Category categoricalElement) throws PhenotypeHandlingException
PhenotypeHandlingExceptionvoid visit(Sequence sequence) throws PhenotypeHandlingException
PhenotypeHandlingExceptionvoid visit(Frequency frequency) throws PhenotypeHandlingException
PhenotypeHandlingExceptionvoid visit(ValueThresholds thresholds) throws PhenotypeHandlingException
PhenotypeHandlingExceptionCopyright © 2016–2019 Emory University. All rights reserved.