Tweak matcher (compute connected components in advance). Simple pattern matching with RAMification (incl. Python expressions) seems to work.
This commit is contained in:
parent
bed3529676
commit
4160a8953e
13 changed files with 388 additions and 70 deletions
|
|
@ -72,6 +72,8 @@ class SCD:
|
|||
if max_c != None:
|
||||
set_cardinality("upper", max_c)
|
||||
|
||||
return class_node
|
||||
|
||||
def create_association(self, name: str, source: str, target: str,
|
||||
src_min_c: int = None, src_max_c: int = None,
|
||||
tgt_min_c: int = None, tgt_max_c: int = None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue