Skip to content

Instantly share code, notes, and snippets.

@kkeisuke
Created July 23, 2017 01:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kkeisuke/52d85b7c35e2e8451e8c5d5e236cde3f to your computer and use it in GitHub Desktop.
Save kkeisuke/52d85b7c35e2e8451e8c5d5e236cde3f to your computer and use it in GitHub Desktop.
クラス図を書き始めるためのテンプレート
@startuml
class Car {
color
model
+start()
#run()
#stop()
}
Car <|- Bus
Car *-down- Tire
Car *-down- Engine
Bus o-down- Driver
@enduml
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment