Package org.neo4j.gds.core
Interface IdMapBehaviorFactory
-
- All Known Implementing Classes:
OpenGdsIdMapBehaviorFactory
public interface IdMapBehaviorFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdMapBehaviorcreate(org.neo4j.gds.LicenseState licenseState)intpriority()
-
-
-
Method Detail
-
create
IdMapBehavior create(org.neo4j.gds.LicenseState licenseState)
-
priority
int priority()
-
-