Uses of Interface
dev.civl.sarl.IF.UnaryOperator
Packages that use UnaryOperator
Package
Description
This package and its subpackages provide the "public interface" to SARL.
This package provides all of the functionality of a symbolic universe except
reasoning.
-
Uses of UnaryOperator in dev.civl.sarl.IF
Subinterfaces of UnaryOperator in dev.civl.sarl.IFModifier and TypeInterfaceDescriptioninterfaceA substituter used to assign new, canonical names to all symbolic constants occurring in a sequence of expressions.Methods in dev.civl.sarl.IF that return UnaryOperatorModifier and TypeMethodDescriptionCoreUniverse.constantSubstituter(Map<SymbolicConstant, SymbolicExpression> map) Returns a substituter for which the base substitutions are specified by an explicit JavaMap.CoreUniverse.mapSubstituter(UnaryOperator<SymbolicExpression> operator) CoreUniverse.mapSubstituter(Map<SymbolicExpression, SymbolicExpression> map) Returns a substituter for which the base substitutions are specified by an explicit JavaMap.CoreUniverse.nameSubstituter(Map<StringObject, StringObject> nameMap) Returns a substituter specified by a mapping of old names to new names for symbolic constants.CoreUniverse.simpleSubstituter(SymbolicConstant var, SymbolicExpression value) Returns a substituter that replaces a specific symbolic constant with some specific value.Methods in dev.civl.sarl.IF with parameters of type UnaryOperatorModifier and TypeMethodDescriptionCoreUniverse.mapSubstituter(UnaryOperator<SymbolicExpression> operator) -
Uses of UnaryOperator in dev.civl.sarl.preuniverse.IF
Methods in dev.civl.sarl.preuniverse.IF that return UnaryOperatorModifier and TypeMethodDescriptionPreUniverse.cloneBoundCleaner(UnaryOperator<SymbolicExpression> boundCleaner) PreUniverse.newMinimalBoundCleaner()Produces a new object for renaming bound variables in a minimal way.Methods in dev.civl.sarl.preuniverse.IF with parameters of type UnaryOperatorModifier and TypeMethodDescriptionPreUniverse.cloneBoundCleaner(UnaryOperator<SymbolicExpression> boundCleaner)