ptanov / epf-process-validator

Set of plugins to be contributed to Eclipse Process Framework (EPF) for validating processes
0 stars 0 forks source link

Custom validator with OCL #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Validators provider should read some OCL constraints and registers every "inv" 
as rule

Original issue reported on code.google.com by 1.Pla...@gmail.com on 15 Jan 2011 at 4:40

GoogleCodeExporter commented 9 years ago
Every rule should have name and can be enabled/disabled separately in 
preference page

Original comment by 1.Pla...@gmail.com on 15 Jan 2011 at 4:52

GoogleCodeExporter commented 9 years ago
Added new project for OCL

Original comment by 1.Pla...@gmail.com on 15 Jan 2011 at 7:20

GoogleCodeExporter commented 9 years ago
Good starting point is Eclipse example 
"org.eclipse.emf.validation.examples.ocl":
http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.emf.validation.doc/t
utorials/oclValidationTutorial.html

Original comment by 1.Pla...@gmail.com on 15 Jan 2011 at 7:34

GoogleCodeExporter commented 9 years ago
Added simple provider, based on org.eclipse.emf.validation.examples.ocl, rules 
are get from file defined in contribution

Original comment by 1.Pla...@gmail.com on 16 Jan 2011 at 4:17

GoogleCodeExporter commented 9 years ago

Original comment by 1.Pla...@gmail.com on 16 Jan 2011 at 7:12

GoogleCodeExporter commented 9 years ago
Example org.eclipse.emf.validation.examples.ocl can be downloaded from CVS:
:pserver:anonymous@dev.eclipse.org:/cvsroot/modeling
org.eclipse.emf/org.eclipse.emf.validation/examples/

Original comment by 1.Pla...@gmail.com on 21 Jan 2011 at 9:45