blob: 0a2925392199ff6124150a2b24eff53b1f1542e3 [file] [log] [blame]
// Copied from org.eclipse.ocl.examples.test.xtext.PivotDocumentationExamples.java
// create an OCL instance exploiting an externally supplied ResourceSet
ResourceSet myResourceSet = new ResourceSetImpl();
/* ... */
OCL ocl = OCL.newInstance(myResourceSet);