BERT Documentation
  • Getting Started
    • Get Started with BERT
    • Why BERT?
    • Creating Your First System
      • Step 1: Starting a New Project
      • Step 2: Define Your System of Interest
      • Step 3: Identify Primary Output
      • Step 4: Define Output Interface
      • Step 5: Add Customer Sink
      • Step 6: Add a Waste Output
      • Step 7: Identify Primary Inputs
      • Step 8: Traverse The Boundary
      • Step 9: Add Boundary Subsystems
      • Step 10: Adding Internal Flows
      • Step 11: System Decomposition
      • Step 11: Share JSON
      • Next Steps
      • System Elements
      • Advanced Features
      • Video Tutorial
    • Reference Guide
    • Glossary
    • Examples
      • A Home
      • A Cell
      • An LLM
  • Case Studies
    • Bitcoin
  • Analysis, Modeling and Simulation
    • Deep Systems Analysis
    • Modeling
    • Simulation
  • For Researchers
    • System Ontology
    • System Language
  • For Developers
    • Contributing
    • Architecture
  • Roadmap
    • Alpha
  • Beta
  • 1.0
Powered by GitBook
On this page
  • Reference Guide
  • Keyboard Shortcuts
  • UI Components
  • File Formats
  • System Requirements
  1. Getting Started

Reference Guide

Reference Guide

This section provides detailed reference information about BERT's controls, interface, and formats.

Keyboard Shortcuts

Master these shortcuts to work efficiently in BERT:

Action
Control

Pan

Right-click and drag

Zoom Out

Press - key

Zoom In

Press = key

Select Element

Left-click

Multi-select

Hold Shift while clicking

Delete Elements

Delete or Backspace

Open File

Ctrl+L

Save

Ctrl+S

Reset View

Ctrl+R

Hide Elements

H

Unhide Elements

U

Apply Sink/Source Equivalence

E

See our complete Controls Guide for more details.

UI Components

BERT's interface is designed for intuitive system modeling:

  • Main canvas

  • Element creation toolbar

  • Properties panel

  • Navigation controls

  • System hierarchy viewer

Detailed component reference coming soon...

File Formats

Understanding BERT's file formats and data structures:

  • BERT JSON format specification

  • Import/export capabilities

  • Compatibility with other tools

  • Data backup best practices

Detailed format specifications coming soon...

System Requirements

  • Hardware requirements

  • Software dependencies

  • Platform-specific notes

  • Performance optimization

Detailed requirements coming soon...

Element Relationships

The relationships between elements define how your system functions:

Relationship
Description
Example

External Entity → Interface

External entities connect to your system through interfaces

Customer → Order Counter

Interface → Subsystem

Interfaces can connect to internal subsystems

Order Counter → Kitchen Subsystem

Subsystem → Interface

Subsystems can connect to interfaces for outputs

Kitchen Subsystem → Pickup Counter

Interface → Interface

Interfaces can connect directly to other interfaces

Order Counter → Pickup Counter


Related Sections:

  • Basic Tutorials

  • Advanced Features

PreviousVideo TutorialNextGlossary

Last updated 2 months ago