|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openfjord.business.DomainFactory
Title: openFJORD
Description: open Flexible Java Online Research Designer
Copyright: Copyright (c) by Ingo Düppe 2003
Company: University of Muenster
Method Summary | |
static NominalQuestion |
createNominalQuestion()
|
static OrdinalQuestion |
createOrdinalQuestion()
|
static Paragraph |
createParagraph()
|
static Question |
createQuestion()
|
static Survey |
createSurvey()
creates an instance of a survey implementation |
static Survey |
createSurvey(java.lang.String name,
java.lang.String comment,
int maxParticipants)
|
static SurveyFooter |
createSurveyFooter()
|
static SurveyHeader |
createSurveyHeader()
|
static TextElement |
createTextElement()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static Survey createSurvey()
public static Survey createSurvey(java.lang.String name, java.lang.String comment, int maxParticipants)
name
- comment
- maxParticipants
-
Survey
public static SurveyHeader createSurveyHeader()
public static SurveyFooter createSurveyFooter()
public static Paragraph createParagraph()
public static TextElement createTextElement()
public static Question createQuestion()
public static OrdinalQuestion createOrdinalQuestion()
public static NominalQuestion createNominalQuestion()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |