Uses of Interface
org.opentrafficsim.sim0mq.publisher.TransceiverInterface
-
Uses of TransceiverInterface in org.opentrafficsim.sim0mq.publisher
Classes in org.opentrafficsim.sim0mq.publisher that implement TransceiverInterfaceModifier and TypeClassDescriptionclassTransceiver for DJUNITS events.classCommon code for id transceivers that use an empty address.classCommon code for most implementations of TranceiverInterface.classTransceiver for CrossSectionElement data.classTransceiver for GTU ids.classTransceiver for GTU data.classTransceiver for the ids of the GTUs on a link.classTransceiver for the ids of the GTUs on a link.classTransceiver for Link ids.classTransceiver for Link data.classTransceiver for Node ids.classTransceiver for Node data.classPublish all available transceivers for an OTS network to a Sim0MQ master and handle its requests.classTransceiver for simulator state change events.Methods in org.opentrafficsim.sim0mq.publisher that return TransceiverInterfaceModifier and TypeMethodDescriptionfinal TransceiverInterfaceGtuTransceiver.getIdSource(int addressLevel, ReturnWrapper returnWrapper) Retrieve the TransceiverInterface that can be used to get detailed information about a single object.LinkTransceiver.getIdSource(int addressLevel, ReturnWrapper returnWrapper) Retrieve the TransceiverInterface that can be used to get detailed information about a single object.NodeTransceiver.getIdSource(int addressLevel, ReturnWrapper returnWrapper) Retrieve the TransceiverInterface that can be used to get detailed information about a single object.Publisher.getIdSource(int addressLevel, ReturnWrapper returnWrapper) Retrieve the TransceiverInterface that can be used to get detailed information about a single object.default TransceiverInterfaceTransceiverInterface.getIdSource(int addressLevel, ReturnWrapper returnWrapper) Retrieve the TransceiverInterface that can be used to get detailed information about a single object.SubscriptionHandler.getListTransceiver()Retrieve the list transceiver (only for testing).Constructors in org.opentrafficsim.sim0mq.publisher with parameters of type TransceiverInterfaceModifierConstructorDescriptionSubscriptionHandler(String id, TransceiverInterface listTransceiver, LookupEventProducer eventProducerForAddRemoveOrChange, org.djutils.event.EventType addedEventType, org.djutils.event.EventType removedEventType, org.djutils.event.EventType changeEventType, SubscriptionHandler elementSubscriptionHandler) Create a new SubscriptionHandler.