Interface NameLogic.PredicateOnParentAndChild<P extends Node,C extends Node>

Enclosing class:
NameLogic

private static interface NameLogic.PredicateOnParentAndChild<P extends Node,C extends Node>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isSatisfied(P parent, C child)
     
  • Method Details

    • isSatisfied

      boolean isSatisfied(P parent, C child)