Class Notebook


  • public final class Notebook
    extends Object
    A Studio notebook is a space where sketches are shared and modified. (not threadSafe). It's a conceptual representation of a project design that is human readable, storable and comparable ,
    Author:
    mlaroche, pchretien
    • Constructor Detail

      • Notebook

        public Notebook()
    • Method Detail

      • register

        public void register​(Sketch sketch)
        Registers a new Sketch. The sketch must not be already registered.
        Parameters:
        sketch - the sketch
      • contains

        public boolean contains​(String name)