This package contains classes that allow questionnaires to be built for Bayesian Networks. Questionnaires provide a much more user-friendly way of entering observations into a BN.
Questionnaires contain Questions and each Question in a Questionnaire has a set of possible Answers. Questionnaires are typically created from within the Model class (in the package above this one) using the method createQuestionnaireFromExtendedBN(). During this process the names of the ExtendedNodes and ExtendedStates in the ExtendedBN are applied to the Questions and Answers accordingly by default. They can later be modified when, for example, a user chooses to edit them within an application.