Example #1
0
// QuestionaireNode execute all actionNodes of a questionaire (form).
func (exec Execute) QuestionaireNode(q *ast.QuestionaireNode) {
	ast.DelegateQuestionaireNodeExecution(exec, q)
}
Example #2
0
// QuestionaireNode Drawer all actionNodes of a questionaire (form).
func (d Draw) QuestionaireNode(q *ast.QuestionaireNode) {
	ast.DelegateQuestionaireNodeExecution(d, q)
}
Example #3
0
// QuestionaireNode execute all actionNodes of a questionaire (form).
func (tc Typechecker) QuestionaireNode(q *ast.QuestionaireNode) {
	ast.DelegateQuestionaireNodeExecution(tc, q)
}