Searched refs:filterMustClose (Results 1 – 4 of 4) sorted by relevance
72 public boolean filterMustClose() { in filterMustClose() method in InputPort
475 if (filterMustClose()) { in performProcess()693 private final boolean filterMustClose() { in filterMustClose() method in Filter695 if (inputPort.filterMustClose()) { in filterMustClose()701 if (outputPort.filterMustClose()) { in filterMustClose()
74 public boolean filterMustClose() { in filterMustClose() method in OutputPort
94 public abstract boolean filterMustClose(); in filterMustClose() method in FilterPort