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