Difference between revisions of "VehicleGroup"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
class PID { | class PID { | ||
} | } | ||
+ | note left of PID | ||
+ | ->[[https://github.com/BITPlan/can4eve/blob/master/can4eve/src/main/java/com/bitplan/can4eve/PID.java PID sources]] | ||
+ | end note | ||
VehicleGroup "1 group" -- "n models" VehicleModel | VehicleGroup "1 group" -- "n models" VehicleModel | ||
VehicleGroup --> "n pids" PID | VehicleGroup --> "n pids" PID |