C# Класс Swicli.Library.AbstractNondetMethod

Наследование: IDisposable, NDCCHBOX
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
Arity int
Module string
Name string

Открытые методы

Метод Описание
BackrackImpl ( PlTerm a0, int arity, IntPtr control ) : int
Call ( PlTermV a0 ) : bool
Call0 ( ContextHandle handle, PlTermV termV ) : int
Clone ( ) : AbstractNondetMethod
Close ( ContextHandle handle, PlTermV a0 ) : bool
Close ( PlTermV a0 ) : bool
Dispose ( ) : void
HasMore ( ) : bool
New ( ContextHandle handle, PlTermV a0 ) : NDCCH
Register ( ) : void
Setup ( PlTermV a0 ) : bool

Защищенные методы

Метод Описание
AbstractNondetMethod ( ) : System

Описание методов

AbstractNondetMethod() защищенный Метод

protected AbstractNondetMethod ( ) : System
Результат System

BackrackImpl() публичный Метод

public BackrackImpl ( PlTerm a0, int arity, IntPtr control ) : int
a0 PlTerm
arity int
control System.IntPtr
Результат int

Call() публичный абстрактный Метод

public abstract Call ( PlTermV a0 ) : bool
a0 PlTermV
Результат bool

Call0() публичный Метод

public Call0 ( ContextHandle handle, PlTermV termV ) : int
handle ContextHandle
termV PlTermV
Результат int

Clone() публичный абстрактный Метод

public abstract Clone ( ) : AbstractNondetMethod
Результат AbstractNondetMethod

Close() публичный Метод

public Close ( ContextHandle handle, PlTermV a0 ) : bool
handle ContextHandle
a0 PlTermV
Результат bool

Close() публичный абстрактный Метод

public abstract Close ( PlTermV a0 ) : bool
a0 PlTermV
Результат bool

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

HasMore() публичный абстрактный Метод

public abstract HasMore ( ) : bool
Результат bool

New() публичный Метод

public New ( ContextHandle handle, PlTermV a0 ) : NDCCH
handle ContextHandle
a0 PlTermV
Результат NDCCH

Register() публичный Метод

public Register ( ) : void
Результат void

Setup() публичный абстрактный Метод

public abstract Setup ( PlTermV a0 ) : bool
a0 PlTermV
Результат bool

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

Arity защищенное свойство

protected int Arity
Результат int

Module защищенное свойство

protected string Module
Результат string

Name защищенное свойство

protected string Name
Результат string