C# Класс Prolog.PrologContext.WokenGoal

Represents a recently woken goal. We keep a saved trace pointer so that if we have to abort the current unification before the goals are run, we can recognize which ones to remove.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Goal Structure
TracePointer int

Описание свойств

Goal публичное свойство

public Structure Goal
Результат Structure

TracePointer публичное свойство

public int TracePointer
Результат int