Skip to content

A Java program that models an electric vehicle using a complex class structure that can be used to determine how much energy is moving throughout the vehicle.

Notifications You must be signed in to change notification settings

KyleDennison/Java-Electric-Vehicle-Project

Repository files navigation

Java Electric Vehicle Project

A demo video can be found at https://youtu.be/shEEpWn7Cds

demo1

This is a project that was created as a independent study project during January 2019. The goal was to represent a electric vehicle as realistically as possible using Object-Oriented Design principles. This was accomplished by creating a class structure that represents each individual part found in a electric vehicle, and requires parameters specific to the type of vehicle you are trying to model. This was used to create a simulation of a Ford Explorer 2002 so that information like amps used, force in horsepower, and speed in mph can be tracked with a user interface. The details of how the class structure utilizes OOD principles can be found in the Modeling an Electric Vehicle using Java.docx

Getting Started

To run this project open IntelliJ and get a project from version control

Step 1

Then paste the URL for this repository to check out the project.

Finally to start the program run the Driver.Java class

Step 2

Built With

  • IntelliJ - IDE
  • JavaFX - Framework for user interface

Authors

  • Kyle Dennison - KyleDennison

About

A Java program that models an electric vehicle using a complex class structure that can be used to determine how much energy is moving throughout the vehicle.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages