blob: 7927b124daf8e8e2ec222395db276d8f588e236e [file] [log] [blame]
import 'http://www.eclipse.org/uml2/5.0.0/UML'
import 'http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard'
package UML
context Operation
--def: hasCreateStereo(): Boolean = self.extension_Create->notEmpty()
def: hasCreateStereo(): Boolean = self.oclExtensions(Standard::Create)->notEmpty()
endpackage