Interface NodeFilterSpec

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String render()  
      NodeFilter toNodeFilter​(org.neo4j.gds.api.IdMap idMap)  
      void validate​(org.neo4j.gds.api.GraphStore graphStore, java.util.Collection<org.neo4j.gds.NodeLabel> selectedLabels, java.lang.String nodeFilterType)  
    • Method Detail

      • toNodeFilter

        NodeFilter toNodeFilter​(org.neo4j.gds.api.IdMap idMap)
      • render

        java.lang.String render()
      • validate

        void validate​(org.neo4j.gds.api.GraphStore graphStore,
                      java.util.Collection<org.neo4j.gds.NodeLabel> selectedLabels,
                      java.lang.String nodeFilterType)
               throws java.lang.IllegalArgumentException
        Throws:
        java.lang.IllegalArgumentException