Difference between revisions of "VehicleGroup"

From BITPlan can4eve Wiki
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 PID {
+
class Pid {
 
}
 
}
note left of PID
+
note left of Pid
->[[https://github.com/BITPlan/can4eve/blob/master/can4eve/src/main/java/com/bitplan/can4eve/PID.java PID sources]]  
+
->[[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" PID
+
VehicleGroup --> "n pids" Pid
  
 
skinparam class {
 
skinparam class {

Revision as of 15:08, 25 June 2017