public class JcRelation extends JcElement
| Constructor and Description |
|---|
JcRelation(String name)
JCYPHER
create a relation which is identified by a name
|
| Modifier and Type | Method and Description |
|---|---|
JcNode |
endNode()
JCYPHER
return the end node of a relation, return a JcNode
|
JcNode |
startNode()
JCYPHER
return the start node of a relation, return a JcNode
|
JcString |
type()
JCYPHER
return the type of a relation, return a JcString
|
booleanProperty, collectionProperty, id, numberProperty, property, stringPropertyasCollection, copyShallowTostr, toFloat, toIntpublic JcRelation(String name)
Copyright © 2016. All rights reserved.