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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
Receiving application that reacts on events passed from another app running on the same vehicle.class
class
class
class
Road Side Unit Application used for MOSAIC Tiergarten Tutorial.class
This application shall induce vehicles to slow down in hazardous environments.final class
final class
class
This class acts as an omniscient application for a server that warns vehicles about certain hazards on the road.class
Class 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 TypeClassDescriptionclass
This 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.class
This 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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
This is a simple Hello World application.class
This is a simple application to demonstrate a sampling in a specific interval.class
This is a simple application to demonstrate a concurrency task.class
This 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 TypeClassDescriptionclass
This 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.class
This is a simple application to demonstrate an interconnection between applications which are running on same units.class
This application is used only as an addition to the InterconnectApp. -
Uses of AbstractApplication in org.eclipse.mosaic.app.tutorial.interunitcommunication
Modifier and TypeClassDescriptionclass
This application is used only as an additional demonstration of MosaicInteractionHandlingApp's work.class
This 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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
Simple 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 TypeClassDescriptionclass
This is a simple application to react on a vehicle info update.class
This application showcases the functionalities of thePerceptionModule
and itsPerceptionModifier
s. -
Uses of AbstractApplication in org.eclipse.mosaic.fed.application.app
Subclasses of AbstractApplication in org.eclipse.mosaic.fed.application.appModifier and TypeClassDescriptionclass
ConfigurableApplication<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 TypeClassDescriptionclass
AbstractCamSendingApp<OS extends OperatingSystem & AdHocCommunicative>
Abstract application implementing the ETSI standard.class
ETSI conform application for charging stations.class
ETSI conform application for road side units.class
ETSI conform application for traffic lights.class
ETSI conform application for vehicles.