Class QTIHelperFactory
- java.lang.Object
-
- org.sakaiproject.tool.assessment.qti.helper.QTIHelperFactory
-
- All Implemented Interfaces:
Serializable
public class QTIHelperFactory extends Object implements Serializable
Copyright: Copyright (c) 2004
Organization: Sakai Project
- Version:
- $Id$
- Author:
- Ed Smiley esmiley@stanford.edu
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QTIHelperFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssessmentHelperIfcgetAssessmentHelperInstance(int versionCode)Factory method.ItemHelperIfcgetItemHelperInstance(int versionCode)Factory method.SectionHelperIfcgetSectionHelperInstance(int versionCode)Factory method.
-
-
-
Method Detail
-
getItemHelperInstance
public ItemHelperIfc getItemHelperInstance(int versionCode)
Factory method. ItemHelperIfc.- Parameters:
versionCode- supported: QTIVersion.VERSION_1_2, QTIVersion.VERSION_2_0- Returns:
- ItemHelperIfc
-
getSectionHelperInstance
public SectionHelperIfc getSectionHelperInstance(int versionCode)
Factory method. SectionHelperIfc.- Parameters:
versionCode- supported: QTIVersion.VERSION_1_2, QTIVersion.VERSION_2_0- Returns:
- SectionHelperIfc
-
getAssessmentHelperInstance
public AssessmentHelperIfc getAssessmentHelperInstance(int versionCode)
Factory method. AssessmentHelperIfc.- Parameters:
versionCode- supported: QTIVersion.VERSION_1_2, QTIVersion.VERSION_2_0- Returns:
- AssessmentHelperIfc
-
-