Interface ConditionOnVisit

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void init​(Graph graph, java.util.Map<java.lang.Integer,​java.lang.String> vertexTypes, java.util.Map<java.lang.Integer,​java.lang.String> edgeTypes)
      初始化条件过滤(使用时需要先init)
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or, test
    • Method Detail

      • init

        void init​(Graph graph,
                  java.util.Map<java.lang.Integer,​java.lang.String> vertexTypes,
                  java.util.Map<java.lang.Integer,​java.lang.String> edgeTypes)
        初始化条件过滤(使用时需要先init)
        Parameters:
        graph - 图对象
        vertexTypes - 点过滤(key为点类型index,value为过滤的类型名)
        edgeTypes - 边过滤(key为点类型index,value为过滤的类型名)