Uses of Class
org.eclipse.mosaic.fed.application.app.AbstractApplication
Packages that use AbstractApplication
Package
Description
-
Uses of AbstractApplication in org.eclipse.mosaic.app.examples.commuter
Subclasses of AbstractApplication in org.eclipse.mosaic.app.examples.commuterModifier and TypeClassDescriptionclassThis application simulates the behaviour of a commuting vehicle. -
Uses of AbstractApplication in org.eclipse.mosaic.app.examples.emergencybrake
Subclasses of AbstractApplication in org.eclipse.mosaic.app.examples.emergencybrakeModifier and TypeClassDescriptionclassThis class implements an application for vehicles. -
Uses of AbstractApplication in org.eclipse.mosaic.app.tutorial
Subclasses of AbstractApplication in org.eclipse.mosaic.app.tutorialModifier and TypeClassDescriptionclassReceiving application that reacts on events passed from another app running on the same vehicle.classclassclassclassRoad Side Unit Application used for MOSAIC Tiergarten Tutorial.classThis application shall induce vehicles to slow down in hazardous environments.final classfinal classclassThis class acts as an omniscient application for a server that warns vehicles about certain hazards on the road.classClass implementing the application interface and fulfilling a re-routing based on changing weather conditions.class -
Uses of AbstractApplication in org.eclipse.mosaic.app.tutorial.cam
Subclasses of AbstractApplication in org.eclipse.mosaic.app.tutorial.camModifier and TypeClassDescriptionclassThis is a simple application that shows sending a CAM (Cooperative Awareness Message) with an additional information (user tagged value) by using theCamBuilder.userTaggedValue(byte[])) method.classThis is a simple application that reads received V2X messages and logs either the user tagged value if the received message was a CAM or the message type and source name if it wasn't a CAM. -
Uses of AbstractApplication in org.eclipse.mosaic.app.tutorial.configurableapp
Subclasses of AbstractApplication in org.eclipse.mosaic.app.tutorial.configurableappModifier and TypeClassDescriptionclassThis is a simple application to demonstrate a configurable application. -
Uses of AbstractApplication in org.eclipse.mosaic.app.tutorial.eventprocessing
Subclasses of AbstractApplication in org.eclipse.mosaic.app.tutorial.eventprocessingModifier and TypeClassDescriptionclassThis is a simple application that shows that we can process events in different methods thereby creating different types of events. -
Uses of AbstractApplication in org.eclipse.mosaic.app.tutorial.eventprocessing.sampling
Modifier and TypeClassDescriptionclassThis is a simple Hello World application.classThis is a simple application to demonstrate a sampling in a specific interval.classThis is a simple application to demonstrate a concurrency task.classThis is a simple application to demonstrate a sampling in a random interval. -
Uses of AbstractApplication in org.eclipse.mosaic.app.tutorial.interappcommunication
Subclasses of AbstractApplication in org.eclipse.mosaic.app.tutorial.interappcommunicationModifier and TypeClassDescriptionclassThis application is used only as an addition to the InterconnectApp, showing processing of events that were created and added to EventManager for this application by InterconnectApp and therefore being able to receive a message from Events resource.classThis is a simple application to demonstrate an interconnection between applications which are running on same units.classThis application is used only as an addition to the InterconnectApp. -
Uses of AbstractApplication in org.eclipse.mosaic.app.tutorial.interunitcommunication
Modifier and TypeClassDescriptionclassThis application is used only as an additional demonstration of MosaicInteractionHandlingApp's work.classThis is a simple application to send a MOSAIC-interaction to all simulators. -
Uses of AbstractApplication in org.eclipse.mosaic.app.tutorial.traci
Subclasses of AbstractApplication in org.eclipse.mosaic.app.tutorial.traciModifier and TypeClassDescriptionclassThis application shows how to interact with SUMO through the interface provided by MOSAIC which allows sending messages to TraCI and reacting on received TraCI response. -
Uses of AbstractApplication in org.eclipse.mosaic.app.tutorial.trafficlight
Subclasses of AbstractApplication in org.eclipse.mosaic.app.tutorial.trafficlightModifier and TypeClassDescriptionclassSimple Traffic Light example Application. -
Uses of AbstractApplication in org.eclipse.mosaic.app.tutorial.vehicle
Subclasses of AbstractApplication in org.eclipse.mosaic.app.tutorial.vehicleModifier and TypeClassDescriptionclassThis is a simple application to react on a vehicle info update.classThis application showcases the functionalities of thePerceptionModuleand itsorg.eclipse.mosaic.fed.application.ambassador.simulation.perception.errormodels.PerceptionModifiers. -
Uses of AbstractApplication in org.eclipse.mosaic.fed.application.app
Subclasses of AbstractApplication in org.eclipse.mosaic.fed.application.appModifier and TypeClassDescriptionclassConfigurableApplication<ConfigT,OS extends OperatingSystem> An extendedAbstractApplication, which automatically loads a configuration from a json file, which is called the same as the implementing class (e.g. -
Uses of AbstractApplication in org.eclipse.mosaic.fed.application.app.etsi
Subclasses of AbstractApplication in org.eclipse.mosaic.fed.application.app.etsiModifier and TypeClassDescriptionclassAbstractCamSendingApp<OS extends OperatingSystem & AdHocCommunicative>Abstract application implementing the ETSI standard.classETSI conform application for charging stations.classETSI conform application for road side units.classETSI conform application for traffic lights.classETSI conform application for vehicles.