Interface ModelRootFactory
-
public interface ModelRootFactoryFactories which create model roots. They are registered throughPersistenceFacade. E.g. in the case of model roots associated with files there might be different factories associated with one or more file types.- See Also:
ModelRoot
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelRootcreate()Creates a model root, typical factory pattern.
-
-
-
Method Detail
-
create
@NotNull ModelRoot create()
Creates a model root, typical factory pattern. Newly created model root is supposed to initialized withModelRoot.load(Memento)- Returns:
- a new model root
-
-