Can't render my diagram

23 views
Skip to first unread message

Romain Chambonnier

unread,
Apr 6, 2020, 3:39:40 PM4/6/20
to yuml
Hi,

After a time away I juste come back. Unfortunately my diagramm doesn't render anymore and I can find the problem. Any idea ?

// Vliller Class Diagram
// Package Models
[CoordinatesInterface|latitude: number; longitude: number; accuracy: number {bg:wheat}]
[MapMarkerInterface||onClick(): Observable(ILatLng);isEqual(MapMarkerInterface): void; setIcon(MarkerIcon): void; setMarker(Marker): void; getMarker(): Marker; removeMarker(): void;{bg:wheat}]
[ToastOptionsInterface|showSpinner: boolean; isError: boolean; duration: number;{bg:wheat}]
[Toast|]
[MapMarker|#marker: Marker|onClick(): Observable(ILatLng);isEqual(MapMarkerInterface): void; setIcon(MarkerIcon): void; setMarker(Marker): void; getMarker(): Marker; removeMarker(): void;]
[MapPosition||fromLatLng(ILatLng): MapPosition; fromCoordinates(CoordinatesInterface): MapPosition; toLatLng(): ILatLng ]
[UserMarker|#accuracyCircle: any;|create(any MapPosition): Promise(UserMarker);setPosition(MapPosition); setHeading(number); setAccuracy(number);  onClick(): Observable(any)]
[VlilleStationStatus|NORMAL=0;UNAVAILABLE=1]
[VlilleStation||get formatedDistance(): string; get fulfillmentInPercent(): number;isEqual(VlilleStation): boolean; fromObject(any): VlilleStation; rawDataToVlilleStation(data): VlilleStation;contains(VlilleStation[] VlilleStation): boolean]
[VlilleStationMarker|#station: VlilleStation; #isStationActive: boolean = false;|create(any VlilleStation): Promise(VlilleStationMarker);updateIcon();isAvailable(): boolean;isActive(): boolean; setActive(boolean);setStation(VlilleStation)]
// Packages Components
[CbIcon|active: boolean]
[DirectionButton|station: VlilleStation; -navigationApp: any|navigate()]
[FavoritesAddIcon|Input() station: VlilleStation|toggleFavorite()]
[FavoritesButton|fabContainer:FabContainer; Input() |]
// Relation
[MapMarkerInterface]^[MapMarker]
[CoordinatesInterface]^[MapPosition]
[MapMarker]^[UserMarker]
[CoordinatesInterface]^[VlilleStation]
[MapMarker]^[VlilleStationMarker]

Tobin Harris

unread,
Apr 6, 2020, 6:16:50 PM4/6/20
to yuml
Hi

Try this.


It didn't like the VilleStation[] or the ;|

I'll look to fix those issues, sorry for breaking your diagram!

T

Romain Chambonnier

unread,
Apr 7, 2020, 2:47:11 PM4/7/20
to yuml
Thank you for your answer
Reply all
Reply to author
Forward
0 new messages