Uses of Interface
org.simplesim.core.messaging.Port
Packages that use Port
Package
Description
Provides requests for dynamic model changes during a simulation run
Classes for messaging and message forwarding
Base classes for agent development and model building
-
Uses of Port in org.simplesim.core.dynamic
Constructors in org.simplesim.core.dynamic with parameters of type PortModifierConstructorDescriptionConnectPortRequest
(Port from, Port to) DisconnectPortRequest
(Port from, Port to) ReconnectPortRequest
(Port port, Port oldTo, Port newTo) -
Uses of Port in org.simplesim.core.messaging
Classes in org.simplesim.core.messaging that implement PortModifier and TypeClassDescriptionclass
Ports are used to send messages within a model.final class
Port to send the same message to several inports.final class
Port to connect a port to exactly one other port.final class
Port to send a message to one of several inports.Methods in org.simplesim.core.messaging that return PortModifier and TypeMethodDescriptionSinglePort.getConnection()
Returns the destination of this port.Methods in org.simplesim.core.messaging that return types with arguments of type PortModifier and TypeMethodDescriptionMultiPort.forwardMessages()
Port.forwardMessages()
Implements a message forwarding strategy specific for the port class.SinglePort.forwardMessages()
SwitchPort.forwardMessages()
default Collection<Port>
MessageForwardingStrategy.listPortsWithOutgoingMsg
(Collection<Agent> agentList) Build a collection of all ports with outgoing messages based on the collection of sending agents.Methods in org.simplesim.core.messaging with parameters of type PortModifier and TypeMethodDescriptionvoid
void
Connects this port to another one.void
void
void
MultiPort.disconnect
(Port port) void
Port.disconnect
(Port target) Disconnects this port from another one.void
SinglePort.disconnect
(Port port) void
SwitchPort.disconnect
(Port port) boolean
MultiPort.isConnectedTo
(Port port) boolean
Port.isConnectedTo
(Port port) Tests if the port is connected to another one.boolean
SinglePort.isConnectedTo
(Port port) boolean
SwitchPort.isConnectedTo
(Port port) -
Uses of Port in org.simplesim.model
Methods in org.simplesim.model that return PortModifier and TypeMethodDescriptionBasicModelEntity.getInport()
InstrumentationDecorator.getInport()
ModelEntity.getInport()
BasicModelEntity.getOutport()
InstrumentationDecorator.getOutport()
ModelEntity.getOutport()