Searched refs:getInputPorts (Results 1 – 5 of 5) sorted by relevance
70 Set<String> inputPorts = getInputPorts(filter, includeUnconnectedOptionalPorts); in exportAsDot()128 Set<String> inputPorts = getInputPorts(filter, includeUnconnectedOptionalPorts); in exportAsDot()165 static private Set<String> getInputPorts(Filter filter, boolean includeUnconnectedOptional) { in getInputPorts() method in GraphExporter171 HashMap<String, Signature.PortInfo> signaturePorts = filter.getSignature().getInputPorts(); in getInputPorts()
213 HashMap<String, PortInfo> getInputPorts() { in getInputPorts() method in Signature
182 for (InputPort port : filter.getInputPorts()) { in readyForProcessing()240 for (InputPort inputPort : filter.getInputPorts()) { in runTypeCheckOn()
427 final Collection<InputPort> getInputPorts() { in getInputPorts() method in Filter
139 for (Entry<String, PortInfo> inputPortEntry : signature.getInputPorts().entrySet()) { in connectInputPorts()