Class RelationshipSchema.Builder

  • Enclosing interface:
    RelationshipSchema

    @AccessibleFields
    public static class RelationshipSchema.Builder
    extends org.neo4j.graphalgo.api.schema.ImmutableRelationshipSchema.Builder
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • addPropertyAndTypeForRelationshipType

        public void addPropertyAndTypeForRelationshipType​(RelationshipType type,
                                                          java.lang.String propertyName,
                                                          ValueType relationshipProperty)
      • addEmptyMapForRelationshipTypeWithoutProperties

        public void addEmptyMapForRelationshipTypeWithoutProperties​(RelationshipType type)