Class CheckPathsBetweenNodes<N,​E>

    • Method Detail

      • allPathsSatisfyPredicate

        public boolean allPathsSatisfyPredicate()
        Returns:
        true iff all paths contain at least one node that satisfy the predicate
      • somePathsSatisfyPredicate

        public boolean somePathsSatisfyPredicate()
        Returns:
        true iff some paths contain at least one node that satisfy the predicate