Skip to main content

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

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

Back to the top