Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Xartrick/boat-tracker

Repository files navigation

boat-tracker

Membres de l'équipe

  • Sirine ACHACHE
  • Nicolas MARTINEZ
  • Emma TARFI
  • Nicolas TROUIN

Structure des objets

Containership

  • id: int
  • name : string
  • captainName: string
  • latitude: float
  • longitude: float
  • port: Port
  • type: ContainershipType
  • Containers: Container[]

Container

  • id: int
  • length: int
  • heigth: int
  • width: int

ContainershipContainer

  • containershipId: int
  • containerId: int

ContainershipType

  • id: int
  • name: string
  • length: int
  • heigth: int
  • width: int

Port

  • id: int
  • name: string
  • latitude: float
  • longitude: float

About

Projet de seconde année, Module Android

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages