org.squashtest.tm.domain.library.structures
public class GraphNode<T extends GraphNode<T>> extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(T child) |
void |
addParent(T parent) |
List<T> |
getChildren() |
LibraryGraph<T> |
getGraph() |
Long |
getKey() |
List<T> |
getParents() |
void |
setGraph(LibraryGraph<T> graph) |
void |
setKey(Long key) |
public GraphNode()
public GraphNode(Long key)
public void addParent(T parent)
public void addChild(T child)
public Long getKey()
public void setKey(Long key)
public LibraryGraph<T> getGraph()
public void setGraph(LibraryGraph<T> graph)
Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.