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