C# Class AIMA.Probability.AssignmentProposition

Inheritance: AbstractTermProposition
Mostra file Open project: PaulMineau/AIMA.Net Class Usage Examples

Public Methods

Method Description
AssignmentProposition ( RandomVariable forVariable, Object value ) : System
ToString ( ) : String
getValue ( ) : Object
holds ( Object>.Map possibleWorld ) : bool
setValue ( Object value ) : void

Method Details

AssignmentProposition() public method

public AssignmentProposition ( RandomVariable forVariable, Object value ) : System
forVariable RandomVariable
value Object
return System

ToString() public method

public ToString ( ) : String
return String

getValue() public method

public getValue ( ) : Object
return Object

holds() public method

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

setValue() public method

public setValue ( Object value ) : void
value Object
return void