eMoflon / emoflon-ibex

Shared, eMoflon-specific component for incremental unidirectional and bidirectional graph transformations
GNU General Public License v3.0
13 stars 4 forks source link

Can this be shortened? Looks awful in code... #94

Closed anthonyanjorin closed 7 years ago

anthonyanjorin commented 7 years ago

org.emoflon.ibex.tgg.operational.csp.constraints.factories.UserDefinedRuntimeTGGAttrConstraintFactory

erhanleblebici commented 7 years ago

@Arikae Can you consider to register user defined constraints to our factory instead of providing new classes and constructor parameters? For example: tggRuntimeUtil.getConstraintFactory().register("MyConstraint", MyConstraint.class)

Arikae commented 7 years ago

Done