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