public final class SystemPhenotype extends Phenotype
Phenotype.Type| Constructor and Description |
|---|
SystemPhenotype() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(PhenotypeVisitor visitor) |
List<SystemPhenotype> |
getChildren() |
List<String> |
getProperties() |
SystemProposition.SystemType |
getSystemType() |
boolean |
isInSystem() |
boolean |
isParent() |
void |
setChildren(List<SystemPhenotype> children) |
void |
setParent(boolean isParent) |
void |
setProperties(List<String> properties) |
void |
setSystemType(SystemProposition.SystemType systemType) |
String |
toString() |
getCreated, getDescription, getDisplayName, getId, getKey, getLastModified, getType, getUserId, isInternalNode, isSummarized, setCreated, setDescription, setDisplayName, setId, setInSystem, setInternalNode, setKey, setLastModified, setSummarized, setUserIdpublic SystemProposition.SystemType getSystemType()
public void setSystemType(SystemProposition.SystemType systemType)
public List<SystemPhenotype> getChildren()
public void setChildren(List<SystemPhenotype> children)
public boolean isParent()
public void setParent(boolean isParent)
public boolean isInSystem()
isInSystem in class Phenotypepublic void accept(PhenotypeVisitor visitor) throws PhenotypeHandlingException
PhenotypeHandlingExceptionCopyright © 2012–2016 Emory University. All rights reserved.