Class LabelNodeFilterSpec

    • Field Summary

    • Method Summary

      All Methods Instance Methods Concrete 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)  
      • Methods inherited from class java.lang.Object

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

      • validate

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