Trait atomspace::truthvalue::TruthValue [] [src]

pub trait TruthValue {
    fn mean(&self) -> Strength;
fn confidence(&self) -> Confidence;
fn count(&self) -> Count; }

Required Methods

Implementors