C# Class AIMA.Probability.AbstractProposition

Inheritance: IProposition
Datei anzeigen Open project: PaulMineau/AIMA.Net

Public Methods

Method Description
AbstractProposition ( ) : System
getScope ( ) : Set
getUnboundScope ( ) : Set
holds ( Object>.Map possibleWorld ) : bool

Protected Methods

Method Description
addScope ( List vars ) : void
addScope ( RandomVariable var ) : void
addUnboundScope ( List vars ) : void
addUnboundScope ( RandomVariable var ) : void

Method Details

AbstractProposition() public method

public AbstractProposition ( ) : System
return System

addScope() protected method

protected addScope ( List vars ) : void
vars List
return void

addScope() protected method

protected addScope ( RandomVariable var ) : void
var RandomVariable
return void

addUnboundScope() protected method

protected addUnboundScope ( List vars ) : void
vars List
return void

addUnboundScope() protected method

protected addUnboundScope ( RandomVariable var ) : void
var RandomVariable
return void

getScope() public method

public getScope ( ) : Set
return Set

getUnboundScope() public method

public getUnboundScope ( ) : Set
return Set

holds() public abstract method

public abstract holds ( Object>.Map possibleWorld ) : bool
possibleWorld Object>.Map
return bool