public class JcNode extends JcElement
| Constructor and Description |
|---|
JcNode(String name)
JCYPHER
create a node which is identified by a name
|
| Modifier and Type | Method and Description |
|---|---|
JcLabel |
label(String label)
JCYPHER
access a label of a node
|
JcCollection |
labels()
JCYPHER
return all labels of a node, return a JcCollection
|
booleanProperty, collectionProperty, id, numberProperty, property, stringPropertyasCollection, copyShallowTostr, toFloat, toIntpublic JcNode(String name)
public JcCollection labels()
Copyright © 2016. All rights reserved.