C# Class Swicli.Library.AbstractNondetMethod

Inheritance: IDisposable, NDCCHBOX
Afficher le fichier Open project: swi-to-yap/swicli

Protected Properties

Свойство Type Description
Arity int
Module string
Name string

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
AbstractNondetMethod ( ) : System

Method Details

AbstractNondetMethod() protected méthode

protected AbstractNondetMethod ( ) : System
Résultat System

BackrackImpl() public méthode

public BackrackImpl ( PlTerm a0, int arity, IntPtr control ) : int
a0 PlTerm
arity int
control System.IntPtr
Résultat int

Call() public abstract méthode

public abstract Call ( PlTermV a0 ) : bool
a0 PlTermV
Résultat bool

Call0() public méthode

public Call0 ( ContextHandle handle, PlTermV termV ) : int
handle ContextHandle
termV PlTermV
Résultat int

Clone() public abstract méthode

public abstract Clone ( ) : AbstractNondetMethod
Résultat AbstractNondetMethod

Close() public méthode

public Close ( ContextHandle handle, PlTermV a0 ) : bool
handle ContextHandle
a0 PlTermV
Résultat bool

Close() public abstract méthode

public abstract Close ( PlTermV a0 ) : bool
a0 PlTermV
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HasMore() public abstract méthode

public abstract HasMore ( ) : bool
Résultat bool

New() public méthode

public New ( ContextHandle handle, PlTermV a0 ) : NDCCH
handle ContextHandle
a0 PlTermV
Résultat NDCCH

Register() public méthode

public Register ( ) : void
Résultat void

Setup() public abstract méthode

public abstract Setup ( PlTermV a0 ) : bool
a0 PlTermV
Résultat bool

Property Details

Arity protected_oe property

protected int Arity
Résultat int

Module protected_oe property

protected string Module
Résultat string

Name protected_oe property

protected string Name
Résultat string