Interface NodeProperty


  • public interface NodeProperty
    • Method Detail

      • propertySchema

        org.neo4j.gds.api.schema.PropertySchema propertySchema()
      • key

        @Ignore
        default java.lang.String key()
      • valueType

        @Ignore
        default org.neo4j.gds.api.nodeproperties.ValueType valueType()
      • defaultValue

        @Ignore
        default org.neo4j.gds.api.DefaultValue defaultValue()
      • propertyState

        @Ignore
        default org.neo4j.gds.api.PropertyState propertyState()
      • of

        static NodeProperty of​(java.lang.String key,
                               org.neo4j.gds.api.PropertyState origin,
                               NodeProperties values,
                               org.neo4j.gds.api.DefaultValue defaultValue)