Searched refs:ancestorToDescendant (Results 1 – 1 of 1) sorted by relevance
188 Relation<String, String> ancestorToDescendant = null; field in FindDTDOrder191 if (ancestorToDescendant == null) { in isAncestorOf()192 ancestorToDescendant = Relation.of(new TreeMap<String, Set<String>>(), TreeSet.class); in isAncestorOf()195 Set<String> possibleDescendents = ancestorToDescendant.getAll(possibleAncestor); in isAncestorOf()211 ancestorToDescendant.put(ancestor, child); in buildPairwiseRelations()