Points example working

This commit is contained in:
Andrei Bondarenko 2021-08-27 09:46:44 +02:00
parent dfcc24f487
commit 6df566373d
13 changed files with 518 additions and 50 deletions

View file

@ -18,7 +18,7 @@ def bootstrap_pn(state: State, model_name: str) -> UUID:
model_uuid = state.create_node()
mcl_root_id = state.create_nodevalue(str(model_uuid))
state.create_dict(state.read_root(), model_name, mcl_root_id)
service = SCD(scd, model_uuid, state)
service = SCD(model_uuid, state)
# Create classes
service.create_class("P")
service.create_class("T")