Package org.neo4j.gds.api
Interface Relationships.Topology
-
- Enclosing interface:
- Relationships
public static interface Relationships.Topology
-
-
Field Summary
Fields Modifier and Type Field Description static Relationships.TopologyEMPTY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdjacencyListadjacencyList()longelementCount()booleanisMultiGraph()org.neo4j.gds.Orientationorientation()
-
-
-
Field Detail
-
EMPTY
static final Relationships.Topology EMPTY
-
-
Method Detail
-
adjacencyList
AdjacencyList adjacencyList()
-
elementCount
long elementCount()
-
orientation
org.neo4j.gds.Orientation orientation()
-
isMultiGraph
boolean isMultiGraph()
-
-