Searched refs:getOutputPorts (Results 1 – 6 of 6) sorted by relevance
85 Set<String> outputPorts = getOutputPorts(filter, includeUnconnectedOptionalPorts); in exportAsDot()104 Set<String> outputPorts = getOutputPorts(filter, includeUnconnectedOptionalPorts); in exportAsDot()183 static private Set<String> getOutputPorts(Filter filter, boolean includeUnconnectedOptional) { in getOutputPorts() method in GraphExporter189 HashMap<String, Signature.PortInfo> signaturePorts = filter.getSignature().getOutputPorts(); in getOutputPorts()
217 HashMap<String, PortInfo> getOutputPorts() { in getOutputPorts() method in Signature
209 for (OutputPort port : filter.getOutputPorts()) { in runTypeCheck()224 for (OutputPort outputPort : filter.getOutputPorts()) { in updateOutputs()280 for (OutputPort port : filter.getOutputPorts()) { in discardUnconnectedOutputs()335 for (OutputPort branchOutPort : ((Filter)branch).getOutputPorts()) { in connectPorts()
133 for (OutputPort outputPort : mFilter.getOutputPorts()) { in connectFilterOutputs()
431 final Collection<OutputPort> getOutputPorts() { in getOutputPorts() method in Filter
151 for (Entry<String, PortInfo> outputPortEntry : signature.getOutputPorts().entrySet()) { in connectOutputPorts()