@ProviderType public interface MultiportWireSupport extends WireSupport
WireSupport to provide multi-port support in Wires.| Modifier and Type | Method and Description |
|---|---|
WireEnvelope |
createWireEnvelope(java.util.List<WireRecord> records)
This method allows to create a
WireEnvelope from the list of WireRecord passed as an argument. |
java.util.List<EmitterPort> |
getEmitterPorts()
Returns the list of EmitterPorts of a Wire Component
|
java.util.List<ReceiverPort> |
getReceiverPorts()
Returns the list of ReceiverPorts associated to a Wire Component
|
emitjava.util.List<EmitterPort> getEmitterPorts()
EmitterPortjava.util.List<ReceiverPort> getReceiverPorts()
ReceiverPortWireEnvelope createWireEnvelope(java.util.List<WireRecord> records)
WireEnvelope from the list of WireRecord passed as an argument.records - a list of WireRecords that will be wrapped into a WireEnvelopeWireEnvelope that wraps the list of WireRecords passed.