Companion

object Companion

Properties

Link copied to clipboard
const val FUNCTOR: String

The Operator functor

Link copied to clipboard

An operator template

Functions

Link copied to clipboard

Creates an Operator instance from a well-formed Struct, or returns null if it cannot be interpreted as Operator

Link copied to clipboard
fun fromTerms(priority: Integer, specifier: Atom, functor: Atom): Operator?

Creates an Operator out of its priority, specifier, and functor terms, or null if specifier is invalid.

Link copied to clipboard

Creates an Operator instance from a well-formed Struct, or returns null if it cannot be interpreted as Operator