| Package | Description |
|---|---|
| com.impetus.kundera.graph | |
| com.impetus.kundera.lifecycle |
| Modifier and Type | Field and Description |
|---|---|
private Map<NodeLink,Node> |
Node.children |
private Map<NodeLink,Node> |
Node.parents |
| Modifier and Type | Method and Description |
|---|---|
Map<NodeLink,Node> |
Node.getChildren() |
Map<NodeLink,Node> |
Node.getParents() |
| Modifier and Type | Method and Description |
|---|---|
void |
Node.addChildNode(NodeLink nodeLink,
Node node) |
void |
Node.addParentNode(NodeLink nodeLink,
Node node) |
(package private) void |
GraphGenerator.setLink(Node node,
Relation relation,
Node childNode,
NodeLink nodeLink)
Set link property
|
| Modifier and Type | Method and Description |
|---|---|
void |
Node.setChildren(Map<NodeLink,Node> children) |
void |
Node.setParents(Map<NodeLink,Node> parents) |
| Modifier and Type | Method and Description |
|---|---|
Map<NodeLink,Node> |
NodeStateContext.getChildren() |
Map<NodeLink,Node> |
NodeStateContext.getParents() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeStateContext.addChildNode(NodeLink nodeLink,
Node node) |
void |
NodeStateContext.addParentNode(NodeLink nodeLink,
Node node) |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeStateContext.setChildren(Map<NodeLink,Node> children) |
void |
NodeStateContext.setParents(Map<NodeLink,Node> parents) |
Copyright © 2015. All Rights Reserved.