DotNet Reference

DotNet Reference

NetDemon

Detailed Description

Definition at line 108 of file NetDecisionBuilder.cs.

Public Member Functions

override void RunWrapper (Solver solver)
 This methods wraps the calls to next() and catches fail exceptions. More...
 
virtual void Run (Solver solver)
 This is the new method to subclass when defining a .Net decision builder. More...
 
override int Priority ()
 
override string ToString ()
 
void Dispose ()
 
void Inhibit (Solver s)
 
void Desinhibit (Solver s)
 
delegate string SwigDelegateDemon_0 ()
 
delegate void SwigDelegateDemon_1 (global::System.IntPtr s)
 
delegate int SwigDelegateDemon_2 ()
 

Protected Member Functions

override void Dispose (bool disposing)
 

Protected Attributes

bool swigCMemOwn
 

Member Function Documentation

◆ Desinhibit()

void Desinhibit ( Solver  s)
inlineinherited

Definition at line 64 of file Demon.cs.

◆ Dispose() [1/2]

void Dispose ( )
inlineinherited

Definition at line 35 of file BaseObject.cs.

◆ Dispose() [2/2]

override void Dispose ( bool  disposing)
inlineprotectedvirtualinherited

Reimplemented from BaseObject.

Definition at line 29 of file Demon.cs.

◆ Inhibit()

void Inhibit ( Solver  s)
inlineinherited

Definition at line 60 of file Demon.cs.

◆ Priority()

override int Priority ( )
inlinevirtual

Reimplemented from Demon.

Definition at line 130 of file NetDecisionBuilder.cs.

◆ Run()

virtual void Run ( Solver  solver)
inlinevirtual

This is the new method to subclass when defining a .Net decision builder.

Definition at line 129 of file NetDecisionBuilder.cs.

◆ RunWrapper()

override void RunWrapper ( Solver  solver)
inlinevirtual

This methods wraps the calls to next() and catches fail exceptions.

Reimplemented from Demon.

Definition at line 113 of file NetDecisionBuilder.cs.

◆ SwigDelegateDemon_0()

delegate string SwigDelegateDemon_0 ( )
inherited

◆ SwigDelegateDemon_1()

delegate void SwigDelegateDemon_1 ( global::System.IntPtr  s)
inherited

◆ SwigDelegateDemon_2()

delegate int SwigDelegateDemon_2 ( )
inherited

◆ ToString()

override string ToString ( )
inlinevirtual

Reimplemented from Demon.

Definition at line 133 of file NetDecisionBuilder.cs.

Member Data Documentation

◆ swigCMemOwn

bool swigCMemOwn
protectedinherited

Definition at line 20 of file BaseObject.cs.


The documentation for this class was generated from the following file: