C# Class AIMA.Probability.AssignmentProposition

Inheritance: AbstractTermProposition
Afficher le fichier Open project: PaulMineau/AIMA.Net Class Usage Examples

Méthodes publiques

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

Method Details

AssignmentProposition() public méthode

public AssignmentProposition ( RandomVariable forVariable, Object value ) : System
forVariable RandomVariable
value Object
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String

getValue() public méthode

public getValue ( ) : Object
Résultat Object

holds() public méthode

public holds ( Object>.Map possibleWorld ) : bool
possibleWorld Object>.Map
Résultat bool

setValue() public méthode

public setValue ( Object value ) : void
value Object
Résultat void