V - The vertex typeE - The edge typepublic class PlanarAugmentationLabel<V extends Vertex,E extends Edge<V>>
extends java.lang.Object
| Constructor and Description |
|---|
PlanarAugmentationLabel(BCTreeNode parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(Graph<V,E> pendant)
Adds child pendant to the label
|
java.util.List<Graph<V,E>> |
getChildren() |
BCTreeNode |
getParent() |
BCNodeType |
getType() |
void |
setChildren(java.util.List<Graph<V,E>> children) |
void |
setParent(BCTreeNode parent) |
int |
size() |
java.lang.String |
toString() |
public PlanarAugmentationLabel(BCTreeNode parent)
public int size()
public void addChild(Graph<V,E> pendant)
pendant - Pendant to be addedpublic BCNodeType getType()
public void setChildren(java.util.List<Graph<V,E>> children)
children - the children to setpublic BCTreeNode getParent()
public void setParent(BCTreeNode parent)
parent - the parent to setpublic java.lang.String toString()
toString in class java.lang.Object