Nükleer Simülasyon Lore sayfasına hoşgeldiniz.

Hizipler

NQuick
Hizipler
graph TD
  Connect --> Install
  Install --> Configure
  Configure --> AddDomain
  Configure --> RemoveDomain
  Configure --> Deploy

Mermaid Diagram ClassDiagram Support

classDiagram
    Animal <|-- Duck
    Animal <|-- Fish
    Animal <|-- Zebra
    class Animal{
          +int age
      +String gender
      +isMammal()
      +mate()
        }
    class Duck{
      +String beakColor
      +swim()
      +quack()
    }
    class Fish{
      -int sizeInFeet
      -canEat()
    }
    class Zebra{
      +bool is_wild
      +run()
    }

Mermaid Pie

pie showData
    title Key elements in Product X
    "Calcium" : 42.96
    "Potassium" : 50.05
    "Magnesium" : 10.01
    "Iron" :  5

Mermaid Sequence Diagram

sequenceDiagram
    Alice->>+John: Hello John, how are you?
    John-->>-Alice: Great!

Mermaid State Diagram

stateDiagram-v2
    state if_state <>
    [*] --> IsPositive
    IsPositive --> if_state
    if_state --> False: if n < 0
    if_state --> True : if n >= 0

Mermaid Journey

journey
    title My working day
    section Go to work
      Make tea: 5: Me
      Go upstairs: 3: Me
      Do work: 1: Me, Cat
    section Go home
      Go downstairs: 5: Me
      Sit down: 5: Me

Mermaid Gantt

gantt
    title A Gantt Diagram
    dateFormat  YYYY-MM-DD
    section Section
    A task           :a1, 2014-01-01, 30d
    Another task     :after a1  , 20d
    section Another
    Task in sec      :2014-01-12  , 12d
    another task      : 24d


website hit counter