Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [viatra-dev] Trafo API packages

Hi,

I agree, this is kinda counterintuitive. Fortunately, it's only the CEP engine using this class (AFAIK), so it won't be a huge pain to change it. (I'll do it, of course.)

1. Zoli, what do you think?
2. Are there any problematic parts we should handle together with this one?


Cheers,
Istvan



2015-04-07 18:25 GMT+02:00 András Szabolcs Nagy <nasz013@xxxxxxxxx>:
Hi,

Currently the namespace convention of the transformation API classes is the following, if i'm right (basically with 5 classes per transformation DSL):

org.eclipse.viatra.emf.runtime.

* .rules
  * ITransformationRule Interface 
  * RuleGroups
* .rules.(batch | eventdriven)
  * TransformationRule
  * TransformationRuleFactory
  * TransformationStatements
* .tranformation.(batch | eventdriven)
  * Transformation

However the EventDrivenTransformationRule is in the .transformation.eventdriven package instead of the rules.eventdriven package.

Should somebody move it to the right package?

Cheers,
András

_______________________________________________
viatra-dev mailing list
viatra-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/viatra-dev


Back to the top