ProtocolCommunication
data class ProtocolCommunication(events: Set<CommunicationEvent>) : Set<CommunicationEvent>
Content copied to clipboard
Functions
contains
Link copied to clipboard
open operator override fun contains(element: CommunicationEvent): Boolean
Content copied to clipboard
containsAll
Link copied to clipboard
open override fun containsAll(elements: Collection<CommunicationEvent>): Boolean
Content copied to clipboard
forEach
Link copied to clipboard
getHostReceives
Link copied to clipboard
fun getHostReceives(h: Host, portId: PortId? = null): Set<CommunicationEvent>
Content copied to clipboard
getHostSends
Link copied to clipboard
fun getHostSends(h: Host, portId: PortId? = null): Set<CommunicationEvent>
Content copied to clipboard
getProjectionReceives
Link copied to clipboard
fun getProjectionReceives(projection: ProtocolProjection, portId: PortId? = null): Set<CommunicationEvent>
Content copied to clipboard
getProjectionSends
Link copied to clipboard
fun getProjectionSends(projection: ProtocolProjection, portId: PortId? = null): Set<CommunicationEvent>
Content copied to clipboard
iterator
Link copied to clipboard
parallelStream
Link copied to clipboard
spliterator
Link copied to clipboard
stream
Link copied to clipboard