objectiser / scribble

Language for describing interactions between multiple participants.
http://www.scribble.org
1 stars 0 forks source link

Should multiple parsers be supported? #25

Open objectiser opened 14 years ago

objectiser commented 14 years ago

Where each parser relates to a different import representation?

Or should this be outside of the core scribble project?

For example, if we have a BPMN2 model, we need to convert it into a Protocol object model, before being able to invoke other validation and conformance capabilities. If we then were to detect a conformance problem, of the BPMN2 derived model against a reference protocol, then we need to also be able to relate it back to the original BPMN2 representation.

From an Eclipse perspective, most of this could be handled outside of the core project mechanisms, so just depends whether this ability to analyse other representations would be useful triggered from the standard Scribble tools?