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 classAbstractEventTransceiverTransceiver for DJUNITS events.classAbstractIdTransceiverCommon code for id transceivers that use an empty address.classAbstractTransceiverCommon code for most implementations of TranceiverInterface.classCrossSectionElementTransceiverTransceiver for CrossSectionElement data.classGTUIdTransceiverTransceiver for GTU ids.classGTUTransceiverTransceiver for GTU data.classLaneGTUIdTransceiverTransceiver for the ids of the GTUs on a link.classLinkGTUIdTransceiverTransceiver for the ids of the GTUs on a link.classLinkIdTransceiverTransceiver for Link ids.classLinkTransceiverTransceiver for Link data.classNodeIdTransceiverTransceiver for Node ids.classNodeTransceiverTransceiver for Node data.classPublisherPublish all available transceivers for an OTS network to a Sim0MQ master and handle its requests.classSimulatorStateTransceiverTransceiver for simulator state change events.Methods in org.opentrafficsim.sim0mq.publisher that return TransceiverInterface Modifier and Type Method Description TransceiverInterfaceGTUTransceiver. getIdSource(int addressLevel, ReturnWrapper returnWrapper)Retrieve the TransceiverInterface that can be used to get detailed information about a single object.TransceiverInterfaceLinkTransceiver. getIdSource(int addressLevel, ReturnWrapper returnWrapper)Retrieve the TransceiverInterface that can be used to get detailed information about a single object.TransceiverInterfaceNodeTransceiver. getIdSource(int addressLevel, ReturnWrapper returnWrapper)Retrieve the TransceiverInterface that can be used to get detailed information about a single object.TransceiverInterfacePublisher. 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.TransceiverInterfaceSubscriptionHandler. getListTransceiver()Retrieve the list transceiver (only for testing).Constructors in org.opentrafficsim.sim0mq.publisher with parameters of type TransceiverInterface Constructor Description SubscriptionHandler(String id, TransceiverInterface listTransceiver, LookupEventProducerInterface eventProducerForAddRemoveOrChange, TimedEventType addedEventType, TimedEventType removedEventType, TimedEventType changeEventType, SubscriptionHandler elementSubscriptionHandler)Create a new SubscriptionHandler.
-