public class ScopNode extends Object implements Serializable
Constructor and Description |
---|
ScopNode() |
Modifier and Type | Method and Description |
---|---|
List<Integer> |
getChildren() |
int |
getParentSunid() |
int |
getSunid() |
void |
setChildren(List<Integer> children) |
void |
setParentSunid(int parentSunid) |
void |
setSunid(int sunid) |
String |
toString() |
Copyright © 2000–2016 BioJava. All rights reserved.