Skip to content

Commit fd613dc

Browse files
authored
Fix validation of events and abstract entities (#9)
1 parent 059abbf commit fd613dc

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.graalvm/reflect-config.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,28 @@
8080
}
8181
]
8282
},
83+
{
84+
"name": "io.openmanufacturing.sds.metamodel.loader.instantiator.EventInstantiator",
85+
"methods": [
86+
{
87+
"name": "<init>",
88+
"parameterTypes": [
89+
"io.openmanufacturing.sds.metamodel.loader.ModelElementFactory"
90+
]
91+
}
92+
]
93+
},
94+
{
95+
"name": "io.openmanufacturing.sds.metamodel.loader.instantiator.AbstractEntityInstantiator",
96+
"methods": [
97+
{
98+
"name": "<init>",
99+
"parameterTypes": [
100+
"io.openmanufacturing.sds.metamodel.loader.ModelElementFactory"
101+
]
102+
}
103+
]
104+
},
83105
{
84106
"name": "io.openmanufacturing.sds.metamodel.loader.instantiator.EncodingConstraintInstantiator",
85107
"methods": [

0 commit comments

Comments
 (0)