Skip to main content

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

Hi,

I noticed that the "deterministic" option is preinitialized with true, but "dangling" and "injective" have no defaults in the TransformationOptions. To make it consistent I also added default values for dangling and injective. Is that alright?

Also I noticed that isInjective() etc. will throw an NPE whenever the option is not set. This is bad behavior. So I would rather remove the "is..." methods. Ok?

Cheers,
Christian



Back to the top