public class InsectBrainCompartment extends Object implements BrainAnnotation
ANY_HEMISPHERE, LEFT_HEMISPHERE, RIGHT_HEMISPHERE| Modifier | Constructor and Description |
|---|---|
protected |
InsectBrainCompartment() |
| Modifier and Type | Method and Description |
|---|---|
String |
acronym() |
String[] |
aliases() |
boolean |
equals(Object o) |
BrainAnnotation |
getAncestor(int level) |
OBJMesh |
getMesh() |
int |
getOntologyDepth() |
BrainAnnotation |
getParent() |
int |
hashCode() |
int |
id() |
boolean |
isChildOf(BrainAnnotation annotation) |
boolean |
isMeshAvailable() |
boolean |
isParentOf(BrainAnnotation parentCompartment) |
String |
name() |
protected void |
setAcronym(String acronym) |
protected void |
setAliases(String[] aliases) |
protected void |
setHemisphere(Object hemisphere) |
protected void |
setID(int id) |
protected void |
setName(String name) |
protected void |
setObjColor(String objColor) |
protected void |
setObjPath(String objPath) |
protected void |
setParent(BrainAnnotation parent) |
protected void |
setSex(String sex) |
protected void |
setSpeciesID(int speciesId) |
protected void |
setType(String type) |
protected void |
setUUID(UUID uuid) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetHemisphereFlagpublic int id()
id in interface BrainAnnotationpublic String name()
name in interface BrainAnnotationpublic String acronym()
acronym in interface BrainAnnotationpublic String[] aliases()
aliases in interface BrainAnnotationpublic OBJMesh getMesh()
getMesh in interface BrainAnnotationpublic boolean isChildOf(BrainAnnotation annotation)
isChildOf in interface BrainAnnotationannotationpublic boolean isParentOf(BrainAnnotation parentCompartment)
isParentOf in interface BrainAnnotationannotationpublic int getOntologyDepth()
getOntologyDepth in interface BrainAnnotationpublic boolean isMeshAvailable()
isMeshAvailable in interface BrainAnnotationpublic BrainAnnotation getAncestor(int level)
getAncestor in interface BrainAnnotationlevel - the ancestor level as negative 1-based index. E.g., -1
retrieves the last ancestor (parent), -2 retrieves the
second to last, etcpublic BrainAnnotation getParent()
getParent in interface BrainAnnotationprotected void setID(int id)
protected void setName(String name)
protected void setAcronym(String acronym)
protected void setAliases(String[] aliases)
protected void setUUID(UUID uuid)
protected void setObjPath(String objPath)
protected void setObjColor(String objColor)
protected void setHemisphere(Object hemisphere)
protected void setSpeciesID(int speciesId)
protected void setSex(String sex)
protected void setType(String type)
protected void setParent(BrainAnnotation parent)
Copyright © 2018–2021 Morphonets. All rights reserved.