Package org.neo4j.graphalgo.spanningtree
Interface SpanningTreeBaseConfig
-
- All Superinterfaces:
org.neo4j.graphalgo.config.AlgoBaseConfig,org.neo4j.graphalgo.config.BaseConfig,org.neo4j.graphalgo.config.ConcurrencyConfig,org.neo4j.graphalgo.config.RelationshipWeightConfig,org.neo4j.graphalgo.config.WriteConfig,org.neo4j.graphalgo.config.WritePropertyConfig
- All Known Subinterfaces:
KSpanningTreeConfig,SpanningTreeConfig
public interface SpanningTreeBaseConfig extends org.neo4j.graphalgo.config.AlgoBaseConfig, org.neo4j.graphalgo.config.WritePropertyConfig, org.neo4j.graphalgo.config.RelationshipWeightConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longstartNodeId()-
Methods inherited from interface org.neo4j.graphalgo.config.AlgoBaseConfig
graphName, implicitCreateConfig, internalRelationshipTypes, nodeLabelIdentifiers, nodeLabels, relationshipTypes
-
Methods inherited from interface org.neo4j.graphalgo.config.BaseConfig
configKeys, sudo, toMap, username
-
Methods inherited from interface org.neo4j.graphalgo.config.ConcurrencyConfig
concurrency, validateConcurrency
-
Methods inherited from interface org.neo4j.graphalgo.config.RelationshipWeightConfig
relationshipWeightProperty
-
-