Searched refs:inputPorts (Results 1 – 3 of 3) sorted by relevance
70 Set<String> inputPorts = getInputPorts(filter, includeUnconnectedOptionalPorts); in exportAsDot() local71 if(inputPorts.size() > 0) { in exportAsDot()74 for(String p : inputPorts) { in exportAsDot()76 if(++counter != inputPorts.size()) dotFile.write(" | "); in exportAsDot()128 Set<String> inputPorts = getInputPorts(filter, includeUnconnectedOptionalPorts); in exportAsDot() local129 for(String portName : inputPorts) { in exportAsDot()
316 LinkedList<InputPort> inputPorts = connection.getValue(); in connectPorts() local317 if (inputPorts.size() == 1) { in connectPorts()318 outputPort.connectTo(inputPorts.get(0)); in connectPorts()331 branch.initWithAssignmentList("outputs", inputPorts.size()); in connectPorts()334 Iterator<InputPort> inputPortIter = inputPorts.iterator(); in connectPorts()
80 int inputPorts = deviceInfo.getInputPortCount();84 for (int i = 0; i < inputPorts; i++) {