|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Group | |
---|---|
sbc.orthoxml | |
sbc.orthoxml.io |
Uses of Group in sbc.orthoxml |
---|
Methods in sbc.orthoxml that return Group | |
---|---|
Group |
Group.getParent()
Returns the parent of group e.g. |
Methods in sbc.orthoxml that return types with arguments of type Group | |
---|---|
java.util.List<Group> |
Group.getChildren()
Returns the children (nested groups) of the group. |
Method parameters in sbc.orthoxml with type arguments of type Group | |
---|---|
void |
Group.setChildren(java.util.List<Group> children)
|
Uses of Group in sbc.orthoxml.io |
---|
Methods in sbc.orthoxml.io that return Group | |
---|---|
Group |
OrthoXMLReader.next()
Returns the next group top level ortholog group from the OrthoXML file/stream. |
Methods in sbc.orthoxml.io with parameters of type Group | |
---|---|
void |
OrthoXMLWriter.write(Group group)
Appends the group to the orthoXML output. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |