Package io.vertigo.studio.notebook
Interface NotebookManager
-
- All Superinterfaces:
io.vertigo.core.node.component.Component
,io.vertigo.core.node.component.CoreComponent
,io.vertigo.core.node.component.Manager
- All Known Implementing Classes:
NotebookManagerImpl
public interface NotebookManager extends io.vertigo.core.node.component.Manager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Notebook
fromJson(String json)
Loads a notebook from json.String
toJson(Notebook notebook)
Renders a notebook as json, so it can be shared, compared, stored and more !
-