Ternary Relation
abstract class TernaryRelation<E : ExecutionContext>(operator: String) : PrimitiveWrapper<E>
Content copied to clipboard
Base class to implement primitives that relate tree Terms
Constructors
Types
Link copied to clipboard
abstract class Functional<E : ExecutionContext>(operator: String) : TernaryRelation.NonBacktrackable<E>
Content copied to clipboard
Link copied to clipboard
abstract class NonBacktrackable<E : ExecutionContext>(operator: String) : TernaryRelation<E>
Content copied to clipboard
Link copied to clipboard
abstract class Predicative<E : ExecutionContext>(operator: String) : TernaryRelation.NonBacktrackable<E>
Content copied to clipboard
Link copied to clipboard
abstract class WithoutSideEffects<E : ExecutionContext>(operator: String) : TernaryRelation<E>
Content copied to clipboard