org.qtitools.qti.group.result
Class ItemVariableGroup

java.lang.Object
  extended by org.qtitools.qti.group.AbstractNodeGroup
      extended by org.qtitools.qti.group.result.ItemVariableGroup
All Implemented Interfaces:
java.io.Serializable, NodeGroup, Validatable

public class ItemVariableGroup
extends AbstractNodeGroup

Group of assessmentSection children.

Author:
Jiri Kajaba
See Also:
Serialized Form

Constructor Summary
ItemVariableGroup(AbstractResult parent)
          Constructs group.
 
Method Summary
 ItemVariable create(java.lang.String classTag)
          Creates child with given QTI class name.
 java.util.List<ItemVariable> getItemVariables()
          Gets list of all children.
 boolean isGeneral()
          Returns true if group can contain children with different QTI class name; false otherwise.
 
Methods inherited from class org.qtitools.qti.group.AbstractNodeGroup
getAllSupportedClasses, getChild, getChildren, getCurrentSupportedClasses, getFullName, getMaximum, getMinimum, getName, getParent, load, setChild, toXmlString, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemVariableGroup

public ItemVariableGroup(AbstractResult parent)
Constructs group.

Parameters:
parent - parent of created group
Method Detail

isGeneral

public boolean isGeneral()
Description copied from interface: NodeGroup
Returns true if group can contain children with different QTI class name; false otherwise.

Specified by:
isGeneral in interface NodeGroup
Overrides:
isGeneral in class AbstractNodeGroup
Returns:
true if group can contain children with different QTI class name; false otherwise

getItemVariables

public java.util.List<ItemVariable> getItemVariables()
Gets list of all children.

Returns:
list of all children

create

public ItemVariable create(java.lang.String classTag)
Creates child with given QTI class name.

Parameter classTag is needed only if group can contain children with different QTI class names.

Parameters:
classTag - QTI class name (this parameter is ignored)
Returns:
created child


Copyright © 2009. All Rights Reserved.