Uses of Interface
org.opentrafficsim.sim0mq.publisher.TransceiverInterface
-
-
Uses of TransceiverInterface in org.opentrafficsim.sim0mq.publisher
Classes in org.opentrafficsim.sim0mq.publisher that implement TransceiverInterface Modifier and Type Class Description class
AbstractEventTransceiver
Transceiver for DJUNITS events.class
AbstractIdTransceiver
Common code for id transceivers that use an empty address.class
AbstractTransceiver
Common code for most implementations of TranceiverInterface.class
CrossSectionElementTransceiver
Transceiver for CrossSectionElement data.class
GTUIdTransceiver
Transceiver for GTU ids.class
GTUTransceiver
Transceiver for GTU data.class
LaneGTUIdTransceiver
Transceiver for the ids of the GTUs on a link.class
LinkGTUIdTransceiver
Transceiver for the ids of the GTUs on a link.class
LinkIdTransceiver
Transceiver for Link ids.class
LinkTransceiver
Transceiver for Link data.class
NodeIdTransceiver
Transceiver for Node ids.class
NodeTransceiver
Transceiver for Node data.class
Publisher
Publish all available transceivers for an OTS network to a Sim0MQ master and handle its requests.class
SimulatorStateTransceiver
Transceiver for simulator state change events.Methods in org.opentrafficsim.sim0mq.publisher that return TransceiverInterface Modifier and Type Method Description TransceiverInterface
GTUTransceiver. getIdSource(int addressLevel, ReturnWrapper returnWrapper)
Retrieve the TransceiverInterface that can be used to get detailed information about a single object.TransceiverInterface
LinkTransceiver. getIdSource(int addressLevel, ReturnWrapper returnWrapper)
Retrieve the TransceiverInterface that can be used to get detailed information about a single object.TransceiverInterface
NodeTransceiver. getIdSource(int addressLevel, ReturnWrapper returnWrapper)
Retrieve the TransceiverInterface that can be used to get detailed information about a single object.TransceiverInterface
Publisher. getIdSource(int addressLevel, ReturnWrapper returnWrapper)
Retrieve the TransceiverInterface that can be used to get detailed information about a single object.default TransceiverInterface
TransceiverInterface. getIdSource(int addressLevel, ReturnWrapper returnWrapper)
Retrieve the TransceiverInterface that can be used to get detailed information about a single object.TransceiverInterface
SubscriptionHandler. getListTransceiver()
Retrieve the list transceiver (only for testing).
-