public static interface B3DModel.IKind<K extends B3DModel.IKind<K>>
| Modifier and Type | Method and Description | 
|---|---|
| B3DModel.Node<K> | getParent() | 
| void | setParent(B3DModel.Node<K> parent) | 
void setParent(B3DModel.Node<K> parent)
B3DModel.Node<K> getParent()