Class FrozenCompoundConstraintsOmitter

java.lang.Object
net.ssehub.easy.varModel.model.rewrite.modifier.AbstractFrozenChecker<Compound>
net.ssehub.easy.varModel.model.rewrite.modifier.FrozenCompoundConstraintsOmitter
All Implemented Interfaces:
IModelElementFilter<Compound>

public class FrozenCompoundConstraintsOmitter extends AbstractFrozenChecker<Compound>
Removes constraint out of compounds, pointing to only frozen and constant elements.
Author:
El-Sharkawy
  • Constructor Details

    • FrozenCompoundConstraintsOmitter

      public FrozenCompoundConstraintsOmitter(Configuration config)
      Single constructor for this class.
      Parameters:
      config - The configuration is needed to check whether all variables used in a constraint are really frozen.
  • Method Details