blob: 27fd6ab174917b4e9f0b3a20715ba8a27d47a5de [file] [log] [blame]
// Copied from org.eclipse.ocl.examples.test.xtext.PivotDocumentationExamples.java
// check a single library
Library lib = getLibrary(resourceSet); // hypothetical source of a library
// check whether it satisfies the constraint
debugPrintf("%s valid: %b\n", lib.getName(), ocl.check(lib, invariant));