Package org.neo4j.gds.core.write
Interface NodeProperty
-
- All Known Subinterfaces:
NativeNodePropertyExporter.ResolvedNodeProperty
public interface NodeProperty
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static NodePropertyof(java.lang.String propertyKey, NodePropertyValues properties)NodePropertyValuesproperties()java.lang.StringpropertyKey()default NativeNodePropertyExporter.ResolvedNodePropertyresolveWith(int propertyToken)
-
-
-
Method Detail
-
propertyKey
java.lang.String propertyKey()
-
properties
NodePropertyValues properties()
-
of
static NodeProperty of(java.lang.String propertyKey, NodePropertyValues properties)
-
resolveWith
default NativeNodePropertyExporter.ResolvedNodeProperty resolveWith(int propertyToken)
-
-