NodeMethods
flatgraph.traversal.NodeMethods
final class NodeMethods(node: GNode) extends AnyVal
Attributes
- Graph
-
- Supertypes
-
class AnyValtrait Matchableclass Any
Members list
Value members
Concrete methods
follow all IN edges to their adjacent nodes
follow all IN edges to their adjacent nodes
Attributes
follow the given IN edge(s) to their adjacent nodes
follow the given IN edge(s) to their adjacent nodes
Attributes
lookup the given IN edge(s)
lookup the given IN edge(s)
Attributes
follow all OUT edges to their adjacent nodes
follow all OUT edges to their adjacent nodes
Attributes
follow the given OUT edge(s) to their adjacent nodes
follow the given OUT edge(s) to their adjacent nodes
Attributes
lookup the given OUT edge(s)
lookup the given OUT edge(s)
Attributes
def propertyOption[ValueType](propertyKey: MultiPropertyKey[ValueType]): Option[IndexedSeq[ValueType]]
In this article