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.
파일 보기 프로젝트 열기: ianhorswill/UnityProlog

공개 프로퍼티들

프로퍼티 타입 설명
Goal Structure
TracePointer int

프로퍼티 상세

Goal 공개적으로 프로퍼티

public Structure Goal
리턴 Structure

TracePointer 공개적으로 프로퍼티

public int TracePointer
리턴 int