Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[henshin-dev] Trace model

Hi guys,

we were discussing at some point that we wanted to provide a generic trace model. I think this is a good time to set it up. My suggestion would be to call the plug-in org.eclipse.emf.henshin.trace. The following classes could be in the trace model:

Trace
  source: 0..* EObject (no containment)
  target: 0..* EObject (no containment)
  subTraces: 0..* Trace (containment)
  name: EString

I think we don't want any dependencies to the Henshin metamodel.

Please post comments...

Cheers,
Christian


Back to the top