Contents:
Abstract base classes used as base for the entities implemented on models module.
models
jinete.models.abc.
Model
Bases: abc.ABC
abc.ABC
The abstract model class. The function of this class is to provide common methods such us casting or printing functionality used by all the implemented models of the library.
See also
classes Job, PlannedTrip, Planning, Position, GeometricPosition, Result, Route, Service, Stop, Surface, Trip, Fleet, Vehicle,
Job
PlannedTrip
Planning
Position
GeometricPosition
Result
Route
Service
Stop
Surface
Trip
Fleet
Vehicle
__init__
The constructor of the class.