Class NodeSchema.Builder

  • Enclosing interface:
    NodeSchema

    @AccessibleFields
    public static class NodeSchema.Builder
    extends org.neo4j.graphalgo.api.schema.ImmutableNodeSchema.Builder
    • Field Summary

      • Fields inherited from class org.neo4j.graphalgo.api.schema.ImmutableNodeSchema.Builder

        properties
    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addEmptyMapForLabelWithoutProperties​(NodeLabel key)  
      void addPropertyAndTypeForLabel​(NodeLabel key, java.lang.String propertyName, org.neo4j.values.storable.NumberType type)  
      • Methods inherited from class org.neo4j.graphalgo.api.schema.ImmutableNodeSchema.Builder

        build, clear, from, properties, putAllProperties, putProperty, putProperty
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • addPropertyAndTypeForLabel

        public void addPropertyAndTypeForLabel​(NodeLabel key,
                                               java.lang.String propertyName,
                                               org.neo4j.values.storable.NumberType type)
      • addEmptyMapForLabelWithoutProperties

        public void addEmptyMapForLabelWithoutProperties​(NodeLabel key)