#include <kssingle.h>
Public Member Functions | |
KSSingleTrans () | |
virtual | ~KSSingleTrans () |
double | rate (Point_process *) |
double | rate (double v) |
double | rate (Datum *pd) |
Public Attributes | |
int | src_ |
int | target_ |
KSTransition * | kst_ |
boolean | f_ |
double | fac_ |
KSSingleTrans::KSSingleTrans | ( | ) |
KSSingleTrans::~KSSingleTrans | ( | ) | [virtual] |
double KSSingleTrans::rate | ( | Datum * | pd | ) | [inline] |
References KSTransition::alpha(), KSTransition::beta(), f_, fac_, and kst_.
double KSSingleTrans::rate | ( | double | v | ) | [inline] |
References KSTransition::alpha(), KSTransition::beta(), f_, fac_, and kst_.
double KSSingleTrans::rate | ( | Point_process * | pnt | ) |
References Prop::dparam, kst_, Point_process::node, NODEV, Point_process::prop, and KSTransition::type_.
Referenced by KSSingle::next1trans(), and KSSingle::nextNtrans().
Referenced by KSSingle::KSSingle(), and rate().
double KSSingleTrans::fac_ |
Referenced by KSSingle::KSSingle(), and rate().
Referenced by KSSingle::KSSingle(), and rate().
Referenced by KSSingle::doNtrans(), KSSingle::KSSingle(), and KSSingle::nextNtrans().
Referenced by KSSingle::do1trans(), KSSingle::doNtrans(), and KSSingle::KSSingle().