Uses of Class
net.ssehub.easy.varModel.model.rewrite.modifier.AbstractFrozenChecker
-
Packages that use AbstractFrozenChecker Package Description net.ssehub.easy.varModel.model.rewrite.modifier Modifier for theProjectRewriteVisitor. -
-
Uses of AbstractFrozenChecker in net.ssehub.easy.varModel.model.rewrite.modifier
Subclasses of AbstractFrozenChecker in net.ssehub.easy.varModel.model.rewrite.modifier Modifier and Type Class Description classFrozenCompoundConstraintsOmitterRemoves constraint out of compounds, pointing to only frozen and constant elements.classFrozenConstraintsFilterAIModelElementFilterto filter constraints, containing only frozen variables and constants.classFrozenConstraintVarFilterRemoves frozenConstraintTypevariables if they are only pointing to frozen variable.classFrozenTypeDefResolverChecks whether all instances of a givenDerivedDatatypeare frozen and will remove all constraints, if all instances are frozen or if none exist.
-