Skip to content

Commit

Permalink
better diagram layout
Browse files Browse the repository at this point in the history
  • Loading branch information
bobjacobsen committed Jul 11, 2023
1 parent b252db2 commit 7f84a95
Showing 1 changed file with 23 additions and 27 deletions.
50 changes: 23 additions & 27 deletions java/src/jmri/Reporter.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,31 +57,24 @@ interface is omitted for simplicity.
interface Reporter
/'
Interface CollectingReporter
Reporter <|-- CollectingReporter
'/
class AbstractReporter
abstract AbstractReporter
Reporter <|-- AbstractReporter
interface PhysicalLocationReporter
class AbstractIdTagReporter
abstract AbstractIdTagReporter
AbstractReporter <|-- AbstractIdTagReporter
PhysicalLocationReporter <|-- AbstractIdTagReporter
class AbstractRailComReporter
AbstractIdTagReporter <|-- AbstractRailComReporter
class EcosReporter
AbstractReporter <|-- EcosReporter
class JMRIClientReporter
AbstractReporter <|-- JMRIClientReporter
class CbusReporter
AbstractRailComReporter <|-- CbusReporter
class Dcc4PcReporter
AbstractRailComReporter <|-- Dcc4PcReporter
class Z21CanReporter
AbstractRailComReporter <|-- Z21CanReporter
class Z21Reporter
AbstractRailComReporter <|-- Z21Reporter
class RpsReporter
AbstractReporter <|-- RpsReporter
class TrackReporter
AbstractReporter <|-- TrackReporter
interface PhysicalLocationReporter
class LnReporter
AbstractIdTagReporter <|-- LnReporter
Expand All @@ -92,14 +85,17 @@ class OlcbReporter
class RfidReporter
AbstractIdTagReporter <|-- RfidReporter
class EcosReporter
AbstractReporter <|-- EcosReporter
class JMRIClientReporter
AbstractReporter <|-- JMRIClientReporter
class RpsReporter
AbstractReporter <|-- RpsReporter
class TrackReporter
AbstractReporter <|-- TrackReporter
abstract AbstractRailComReporter
AbstractIdTagReporter <|-- AbstractRailComReporter
class CbusReporter
AbstractRailComReporter <|-- CbusReporter
class Dcc4PcReporter
AbstractRailComReporter <|-- Dcc4PcReporter
class Z21CanReporter
AbstractRailComReporter <|-- Z21CanReporter
class Z21Reporter
AbstractRailComReporter <|-- Z21Reporter
@enduml
*/
Expand Down

0 comments on commit 7f84a95

Please sign in to comment.