public class JcPath extends JcValue
| Constructor and Description |
|---|
JcPath(String name)
JCYPHER
create a path which is identified by a name
|
| Modifier and Type | Method and Description |
|---|---|
JcNumber |
length()
JCYPHER
return the length of a path, return a JcNumber
|
JcCollection |
nodes()
JCYPHER
return all nodes of a path, return a JcCollection
|
JcCollection |
relations()
JCYPHER
return all relations of a path, return a JcCollection
|
asCollection, copyShallowTostr, toFloat, toIntpublic JcPath(String name)
public JcCollection nodes()
public JcCollection relations()
public JcNumber length()
Copyright © 2016. All rights reserved.