Page 1 of 1

OCL Failing

PostPosted: Tue Jul 14, 2020 10:40 am
by ryan.hill@gtri.gatech.edu
I am trying to learn OCL to implement validation rules. I'm simply trying to get something to evaluate to true. I have selected the Constrained Element to be InputPin [UML Standard Profile::UML2 Metamodel]. I run the following constraint in Evaluate mode, specifying THIS to be a specific input pin in my model:

Code: Select all
context InputPin inv getPinType:
body
self.oclIsTypeOf(Pkg::SubPkg::TypeFromInputPinTypeField)


yet the result is False. Can anyone help?