Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait AutoCloseableclass Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
AutoCloseable
Lookup node by id - note: this may return null or throw an exception if the referenced node doesn't exist
Lookup node by id - note: this may return null or throw an exception if the referenced node doesn't exist
Attributes
Lookup node by kind and seq - note: this may return null if the referenced node doesn't exist
Lookup node by kind and seq - note: this may return null if the referenced node doesn't exist
Attributes
Lookup node by kindAndSeq - note: this may return null or throw an exception if the referenced node doesn't exist
Lookup node by kindAndSeq - note: this may return null or throw an exception if the referenced node doesn't exist
Attributes
Lookup nodes for the given labels, or all nodes if no label is given (.nodes()
)
Lookup nodes for the given labels, or all nodes if no label is given (.nodes()
)
Attributes
Lookup nodes with a given label and property value via index. N.b. currently only supported for String properties. Context: MultiDictIndex requires the key to be a String and this is using reverse indices, i.e. the lookup is from String -> GNode.
Lookup nodes with a given label and property value via index. N.b. currently only supported for String properties. Context: MultiDictIndex requires the key to be a String and this is using reverse indices, i.e. the lookup is from String -> GNode.
Attributes
Lookup nodes with a given property value via index. N.b. currently only supported for String properties. Context: MultiDictIndex requires the key to be a String and this is using reverse indices, i.e. the lookup is from String -> GNode.
Lookup nodes with a given property value via index. N.b. currently only supported for String properties. Context: MultiDictIndex requires the key to be a String and this is using reverse indices, i.e. the lookup is from String -> GNode.
Attributes
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any