Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TemporalType

The node type for networks that include temporal/sequential support. I.e. Dynamic Bayesian Networks (DBN).

Hierarchy

  • TemporalType

Index

Properties

Static Contemporal

Contemporal: TemporalType = new TemporalType()

A standard node that is not repeated at each time step.

If a {@link com.bayesserver.TemporalType#Contemporal} node has an outgoing link to a {@link com.bayesserver.TemporalType#Temporal} node, it is equivalent to the single Contemporal node having an outgoing link to the Temporal node at each time slice.

Static Initial

Initial: TemporalType = new TemporalType()

A node which cannot link to temporal nodes at time t > 0.

If an {@link com.bayesserver.TemporalType#Initial} node links to a {@link com.bayesserver.TemporalType#Temporal} node then the link is only valid for t=0.

Static Temporal

Temporal: TemporalType = new TemporalType()

A temporal node, which can be queried or have evidence set at each time step.

Static Terminal

Terminal: TemporalType = new TemporalType()

A node which cannot link to temporal nodes except for the last time slice.