public class PalmTree extends Graph
Constructor and Description |
---|
PalmTree(NormalizedGraph graph)
Construct a new palm tree from the given graph.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SplitComponent> |
determineSplitComponents()
Derive the split components of this palm tree.
|
java.lang.String |
toString() |
addSink, addSource, addToAdjacency, createEdge, createNode, getAdjacency, getNodes, getSinks, getSources, isDirected, isTwoTerminalGraph, setDirected
public PalmTree(NormalizedGraph graph) throws SourceNodeException
graph
- the graphSourceNodeException
- This exception is thrown if the graph has multiple source nodes.public java.util.List<SplitComponent> determineSplitComponents()
v
-