Uses of Interface
dev.civl.sarl.IF.CanonicalRenamer
Packages that use CanonicalRenamer
Package
Description
This package and its subpackages provide the "public interface" to SARL.
-
Uses of CanonicalRenamer in dev.civl.sarl.IF
Methods in dev.civl.sarl.IF that return CanonicalRenamerModifier and TypeMethodDescriptionCoreUniverse.canonicalRenamer(String root) Returns an operator onSymbolicExpressions that replaces all symbolic constants (including bound ones) with symbolic constants with unique canonical names.CoreUniverse.canonicalRenamer(String root, Predicate<SymbolicConstant> ignore) Returns an operator onSymbolicExpressions that replaces all symbolic constants (including bound ones) with symbolic constants with unique canonical names.