blob: 8d0871dd79a472ff0ad09702bf91a027a7ca9270 [file] [log] [blame]
// Copied from org.eclipse.ocl.ecore.tests.DocumentationExamples.java
// check a single library
Library lib = getLibrary(); // hypothetical source of a library
// check whether it satisfies the constraint
System.out.printf("%s valid: %b", lib.getName(), ocl.check(lib, invariant));