C# Class AIMA.Probability.Util.RandVar

Inheritance: RandomVariable, TermProposition
Afficher le fichier Open project: PaulMineau/AIMA.Net

Méthodes publiques

Méthode Description
RandVar ( String name, IDomain domain ) : System
equals ( Object o ) : bool
getDomain ( ) : IDomain
getName ( ) : String
getScope ( ) : Set
getTermVariable ( ) : RandomVariable
getUnboundScope ( ) : Set
hashCode ( ) : int
holds ( Object>.Map possibleWorld ) : bool
toString ( ) : String

Method Details

RandVar() public méthode

public RandVar ( String name, IDomain domain ) : System
name String
domain IDomain
Résultat System

equals() public méthode

public equals ( Object o ) : bool
o Object
Résultat bool

getDomain() public méthode

public getDomain ( ) : IDomain
Résultat IDomain

getName() public méthode

public getName ( ) : String
Résultat String

getScope() public méthode

public getScope ( ) : Set
Résultat Set

getTermVariable() public méthode

public getTermVariable ( ) : RandomVariable
Résultat RandomVariable

getUnboundScope() public méthode

public getUnboundScope ( ) : Set
Résultat Set

hashCode() public méthode

public hashCode ( ) : int
Résultat int

holds() public méthode

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

toString() public méthode

public toString ( ) : String
Résultat String