C# Class AIMA.Probability.Domain.BooleanDomain

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

Public Methods

Method Description
Equals ( Object o ) : bool
GetHashCode ( ) : int
getPossibleValues ( ) : Set
isOrdered ( ) : bool
size ( ) : int

Private Methods

Method Description
BooleanDomain ( ) : System

Method Details

Equals() public method

public Equals ( Object o ) : bool
o Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

getPossibleValues() public method

public getPossibleValues ( ) : Set
return Set

isOrdered() public method

public isOrdered ( ) : bool
return bool

size() public method

public size ( ) : int
return int