File:Mid-western-house-implementation-plant-uml-diagram.png: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 July 2020

  • curprev 02:0502:05, 25 July 2020Groques talk contribs 514 bytes +514 Plant UML diagram of Mid-western house implementation. @startuml interface House { getWater() getFood() getEnergy() } class MidWesternHouse implements House { getWater() getFood() getEnergy() } class RainWaterHarvester << (M,#FF7700) >>...