Package io.vertigo.studio.notebook
Class Notebook
- java.lang.Object
- 
- io.vertigo.studio.notebook.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 SummaryConstructors Constructor Description Notebook()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontains(String name)<S extends Sketch>
 List<S>getAll(Class<S> clazz)Set<Class<? extends Sketch>>getAllTypes()voidregister(Sketch sketch)Registers a new Sketch.<D extends Sketch>
 Dresolve(String name, Class<D> clazz)
 
-