Skip to content

Instantly share code, notes, and snippets.

@njouanin
Last active August 29, 2015 14:10
Show Gist options
  • Save njouanin/939e020ed7ec81740f71 to your computer and use it in GitHub Desktop.
Save njouanin/939e020ed7ec81740f71 to your computer and use it in GitHub Desktop.
class Brasserie {
}
enum EtatBrasserie {
PROJET
PILOTE
AUTONOME
INACTIF
RETIRE
}
Brasserie "0..n" -- "1" EtatBrasserie
ObjetBase <|-- Brasserie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment