public class Hierarchy extends Object
| Constructor and Description |
|---|
Hierarchy() |
| Modifier and Type | Method and Description |
|---|---|
List<CustomNode> |
getFollowingSiblings() |
List<CustomNode> |
getParents() |
List<CustomNode> |
getPreceedingSiblings() |
List<CustomNode> |
getSiblings() |
void |
setFollowingSiblings(List<CustomNode> followingSiblings) |
void |
setParents(List<CustomNode> parents) |
void |
setPreceedingSiblings(List<CustomNode> previousSiblings) |
void |
setSiblings(List<CustomNode> siblings) |
public List<CustomNode> getParents()
public void setParents(List<CustomNode> parents)
public List<CustomNode> getSiblings()
public void setSiblings(List<CustomNode> siblings)
public List<CustomNode> getPreceedingSiblings()
public void setPreceedingSiblings(List<CustomNode> previousSiblings)
public List<CustomNode> getFollowingSiblings()
public void setFollowingSiblings(List<CustomNode> followingSiblings)
Copyright © 2015 Europeana Foundation. All rights reserved.