|
@@ -20,6 +20,7 @@ bottom = [
|
|
|
'"add_node"', 1, '"Type"',
|
|
|
'"add_node"', 1, '"Any"',
|
|
|
'"add_node"', 1, '"String"',
|
|
|
+ '"add_node"', 1, '"Integer"',
|
|
|
'"add_value"', 1, '"inheritance"', '"inheritance"',
|
|
|
'"add_value"', 1, '"link"', '"link"',
|
|
|
'"add_value"', 1, '"name"', '"name"',
|
|
@@ -43,6 +44,7 @@ retype = [
|
|
|
'"retype"', 1, '"Type"', '"Class"',
|
|
|
'"retype"', 1, '"Any"', '"Class"',
|
|
|
'"retype"', 1, '"String"', '"Type"',
|
|
|
+ '"retype"', 1, '"Integer"', '"Type"',
|
|
|
'"retype"', 1, '"inheritance"', '"String"',
|
|
|
'"retype"', 1, '"link"', '"String"',
|
|
|
'"retype"', 1, '"name"', '"String"',
|
|
@@ -63,7 +65,7 @@ bottom_attributes = [
|
|
|
'"instantiate_link"', 1, '"Association"', '"lc"', '"Class"', '"Integer"',
|
|
|
'"instantiate_attribute"', 1, '"lc"', '"name"', '"lower_cardinality"',
|
|
|
'"instantiate_link"', 1, '"Association"', '"uc"', '"Class"', '"Integer"',
|
|
|
- '"instantiate_attribute"', 1, '"lc"', '"name"', '"upper_cardinality"',
|
|
|
+ '"instantiate_attribute"', 1, '"uc"', '"name"', '"upper_cardinality"',
|
|
|
'"instantiate_link"', 1, '"Association"', '"slc"', '"Association"', '"Integer"',
|
|
|
'"instantiate_attribute"', 1, '"slc"', '"name"', '"source_lower_cardinality"',
|
|
|
'"instantiate_link"', 1, '"Association"', '"suc"', '"Association"', '"Integer"',
|