Loading plugins/org.etsi.mts.tdl.model/model/tdl-constraints.ocl +2 −0 Original line number Diff line number Diff line Loading @@ -420,6 +420,8 @@ context DataElementUse -- Matching parameters for 'Function's inv FunctionCallParameters ('All \'FormalParameter\'s shall be bound if the \'dataElement\' refers to a \'Function\'.' + self.toString()): self.dataElement.oclIsUndefined() or not self.dataElement.oclIsKindOf(Function) or self.dataElement.oclAsType(Function).formalParameter->forAll(p | self.argument->exists(a | a.parameter = p)) Loading Loading
plugins/org.etsi.mts.tdl.model/model/tdl-constraints.ocl +2 −0 Original line number Diff line number Diff line Loading @@ -420,6 +420,8 @@ context DataElementUse -- Matching parameters for 'Function's inv FunctionCallParameters ('All \'FormalParameter\'s shall be bound if the \'dataElement\' refers to a \'Function\'.' + self.toString()): self.dataElement.oclIsUndefined() or not self.dataElement.oclIsKindOf(Function) or self.dataElement.oclAsType(Function).formalParameter->forAll(p | self.argument->exists(a | a.parameter = p)) Loading