Class Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
 ActionWidget
B
 Bar
 BasicWidget
 Batch
 BeliefBar
 BeliefLabel
 BlockChart
 ButtonInitialize
 ButtonInput
 ButtonPropagate
C
 Class
 ClassCollection
 ClassCollectionResource
 ClassResource
 Clique
 CliqueResource
 ColumnChart
 ContinuousNodeTextInput
 CustomWidget
D
 DataSet
 DataSetResource
 DiscreteChart
 Domain
 DomainResource
E
 ExpectedUtilityLabel
F
 FunctionValueLabel
H
 HAPI
 HistogramBar
 HuginRPC
 HuginWidgetManager
I
 ImageLabel
J
 JunctionTree
 JunctionTreeResource
L
 LikelihoodTextInput
 LineColumnChart
M
 Model
 ModelResource
N
 NetworkModel
 NetworkModelResource
 Node
 NodeResource
 NumericNodeTextInput
O
 OverlayPrimitives
P
 PieChart
 PointerListener
R
 RemoteObject
 Rest
S
 SelectOption
 StateSelectOption
T
 Table
 TableCache
 TableDataItemLabel
 TableDataItemTextInput
 TableResource
 TemporalBeliefBar
 TextInput
 TextLabel
A base class for widgets that are able to respond to user actions such as receiving a mouse-click or other kinds of user invoked state changing actions.
A Bar displays a bar with the width set to some percentage of a max width.
The base class for all of the HUGIN widgets.
A Batch can be used to group together a sequence of batchable function calls and then carry out the function calls using a single HTTP request - effectively saving the round-trip-time delay of having to perform individual HTTP requests for each function.
A BeliefBar displays the belief as a bar for a specific discrete Node state on the web page.
A BeliefLabel display the belief for a specific discrete Node state on the web page.
An implementation of DiscreteChart that renders a block chart
A ButtonInitialize is a button that performs a Domain.initialize operation when clicked.
A ButtonInput is a simple button that can perform a custom action when clicked.
A ButtonPropagate is a button that performs a Domain.propagate operation when clicked.
Instances of Class represent object-oriented Bayesian networks and LIMIDs.
Classes are grouped into ClassCollections.
ClassResources are grouped into ClassCollectionResources.
Instances of the ClassResource represent object-oriented Bayesian networks and LIMIDs.
Cliques represents the cliques in the junction tree.
CliqueResources represents the cliques in the junction tree.
An implementation of DiscreteChart that renders a column chart
A ContinuousNodeTextInput presents a widget on the web page for entering user provided value as evidence on a continuous Node.
A base class for widgets that can be extended with custom functionallity that updates the state of the widget whenever a propagation occurs.
Instances of the DataSet represents a data set as a “matrix” with cases as rows and variables as columns.
An instance of the DataSetResource represents a data set as a “matrix” with cases as rows and variables as columns.
The base class for discrete chart widgets.
Instances of the Domain class represent Bayesian networks and LIMIDs in which you can propagate evidence and calculate updated beliefs and expected utilities.
Instances of the DomainResource represent Bayesian networks and LIMIDs in which you can propagate evidence and calculate updated beliefs and expected utilities.
An ExpectedUtilityLabel display the expected utility for a specific discrete Node state, a utility Node or a Domain on the web page.
A FunctionValueLabel display the value of a function Node on the web page.
The HAPI class is a container for all functionality in the JavaScript for HUGIN Web Service API.
A HistogramBar displays a histogram over a set of numeric data points as a bar-like widget.
The HuginRPC is the main entry point for spawning remote script objects in the Server Process.
The HuginWidgetManager manages all widgets associated with a specific Domain.
An ImageLabel displays a specific image on the web page based on a custom function
JunctionTrees represents the junction trees in the compiled Domain.
JunctionTreeResources represents the junction trees in the compiled domain.
A LikelihoodTextInput presents a widget on the web page for entering user provided value as likelihood evidence on a discrete chance Node.
An extension of of ColumnChart that renders connected points instead of columns.
A Model is a compact description of a table.
A Model is a compact description of a table.
NetworkModel interface is implemented by Class and Domain.
NetworkModelResource interface is implemented by ClassResource and DomainResource.
Nodes are one of the fundamental objects used in the construction of Bayesian networks and LIMIDs.
Nodes are one of the fundamental objects used in the construction of Bayesian networks and LIMIDs.
A NumericNodeTextInput presents a widget on the web page that selects a state of a given discrete numeric Node based on user provided numeric value.
Interface for overlaying graphical primitives on a chart type widget.
An implementation of DiscreteChart that renders a pie chart
Base class for widgets that record the pointer coordinates when user click or touch widget.
A RemoteObject is a reference to a specific script object living in the Server Process.
Main entry point for the HUGIN Web Service API.
A SelectOption presents a number of selectable options on the web page.
A StateSelectOption presents a widget on the web page for selecting a state to enter as evidence for a given discrete Node.
Hugin uses Tables for representing the conditional probability and utility potentials of individual Nodes, the probability and utility potentials on separators and Cliques of JunctionTrees, evidence potentials, etc.
A class that maintains a cache over Table data items, used by widgets that support editing and displaying node table data.
A TableDataItemLabel display the value found at a specific index in TableCache on the web page.
A TableDataItemTextInput presents a widget on the web page for modifying the value found at a specific index in TableCache.
Hugin uses tables for representing the conditional probability and utility potentials of individual nodes, the probability and utility potentials on separators and cliques of junction trees, evidence potentials, etc.
A TemporalBeliefBar displays the beliefs in a number of DBN time slices for a specific discrete Node state on the web page.
A TextInput presents an editable text field on the webpage.
A TextLabel displays a string of characters on the web page.
Close