|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Next - The interface that is to be returned to complete the create requestpublic static interface Graph.CreateNode<Next>

A component that defines a node that is to be created.
| Method Summary | |
|---|---|
Next |
node(String nodeName,
Iterable<Property> properties)
Specify the name of the node that is to be created. |
Next |
node(String nodeName,
Iterator<Property> properties)
Specify the name of the node that is to be created. |
Next |
node(String nodeName,
Property... properties)
Specify the name of the node that is to be created. |
| Method Detail |
|---|
Next node(String nodeName,
Property... properties)
nodeName - the name of the new nodeproperties - the properties for the new node
Next node(String nodeName,
Iterator<Property> properties)
nodeName - the name of the new nodeproperties - the properties for the new node
Next node(String nodeName,
Iterable<Property> properties)
nodeName - the name of the new nodeproperties - the properties for the new node
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||