public class ValueThresholds extends Phenotype
Phenotype.Type| Constructor and Description |
|---|
ValueThresholds() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(PhenotypeVisitor visitor) |
String |
getName() |
Long |
getThresholdsOperator() |
List<ValueThreshold> |
getValueThresholds() |
void |
setName(String name) |
void |
setThresholdsOperator(Long thresholdsOperator) |
void |
setValueThresholds(List<ValueThreshold> valueThresholds) |
String |
toString() |
getCreated, getDescription, getDisplayName, getId, getKey, getLastModified, getType, getUserId, isInSystem, isInternalNode, isSummarized, setCreated, setDescription, setDisplayName, setId, setInSystem, setInternalNode, setKey, setLastModified, setSummarized, setUserIdpublic String getName()
public void setName(String name)
public Long getThresholdsOperator()
public void setThresholdsOperator(Long thresholdsOperator)
public List<ValueThreshold> getValueThresholds()
public void setValueThresholds(List<ValueThreshold> valueThresholds)
public void accept(PhenotypeVisitor visitor) throws PhenotypeHandlingException
PhenotypeHandlingExceptionCopyright © 2016–2017 Emory University. All rights reserved.