GEGlobalResearch / DARPA-ASKE-TA1

ANSWER Project to demonstrate knowledge-driven extraction of scientific models from code and texts
Other
7 stars 5 forks source link

Process generated SADL text in JUnit test? #66

Open crapo opened 4 years ago

crapo commented 4 years ago

@kittaakos , in our JUnit tests we have create models with constructs such as ''' ... '''.sadl

or

''' ... '''.assertValidatesTo [ ... | ...]

I would like to be able to do extraction to create content and then pass the extracted SADL or Dialog content to the validator to generate a model, get the resulting OWL model, etc. How would that be written in xtend?