Interface GraphSchema


  • public interface GraphSchema
    • Method Detail

      • toMap

        default java.util.Map<java.lang.String,​java.lang.Object> toMap()
      • filterNodeLabels

        default GraphSchema filterNodeLabels​(java.util.Set<org.neo4j.gds.NodeLabel> labelsToKeep)
      • filterRelationshipTypes

        default GraphSchema filterRelationshipTypes​(java.util.Set<org.neo4j.gds.RelationshipType> relationshipTypesToKeep)
      • forPropertySchema

        static <PS extends PropertySchema> java.lang.String forPropertySchema​(PS propertySchema)