Interface RelationshipSchema

    • Method Detail

      • availableTypes

        java.util.Set<org.neo4j.gds.RelationshipType> availableTypes()
      • isUndirected

        boolean isUndirected()
      • isUndirected

        boolean isUndirected​(org.neo4j.gds.RelationshipType type)
      • directions

        java.util.Map<org.neo4j.gds.RelationshipType,​Direction> directions()
      • toMapOld

        java.lang.Object toMapOld()