BinaryMathFunction

abstract class BinaryMathFunction(name: String) : MathFunction

Base class to implement unary math functions

Author

Enrico

Parameters

name

the function name

Constructors

Link copied to clipboard
fun BinaryMathFunction(name: String)

Properties

Link copied to clipboard
val descriptionPair: Pair<Signature, LogicFunction>

Gets this wrapped primitive description Pair formed by signature and wrapped primitive type

Link copied to clipboard
val functor: String

A shorthand to get the signature functor name

Link copied to clipboard
override val implementation: LogicFunction

Checked PrologFunction implementation

Link copied to clipboard
val signature: Signature

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard