Uses of Interface
dev.civl.sarl.IF.Transform
Packages that use Transform
Package
Description
This package and its subpackages provide the "public interface" to SARL.
The object package provides the
SymbolicObject
interface, which is the root of the symbolic object type hierarchy.-
Uses of Transform in dev.civl.sarl.IF
Subinterfaces of Transform in dev.civl.sarl.IFModifier and TypeInterfaceDescriptioninterfaceA substituter used to assign new, canonical names to all symbolic constants occurring in a sequence of expressions.interfaceA UnaryOperator on a type T is an object which provides a method "apply" that takes an element of T and returns an element of T. -
Uses of Transform in dev.civl.sarl.IF.object
Methods in dev.civl.sarl.IF.object with parameters of type TransformModifier and TypeMethodDescription<U extends SymbolicExpression>
SymbolicSequence<U> Returns a sequence obtained by applying a function to every element of this sequence; also known as "map".