org.qtitools.qti.node.test.flow
Class EndNode

java.lang.Object
  extended by org.qtitools.qti.node.test.flow.Node
      extended by org.qtitools.qti.node.test.flow.BorderNode
          extended by org.qtitools.qti.node.test.flow.EndNode
All Implemented Interfaces:
java.io.Serializable

public class EndNode
extends BorderNode

End node is node on end of test, test part, section or item reference.

Author:
Jiri Kajaba
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.qtitools.qti.node.test.flow.Node
logger
 
Constructor Summary
EndNode(Node prev, ControlObject object)
          Constructs node.
 
Method Summary
 boolean isEnd()
          Returns true if this node is end node; false otherwise.
 
Methods inherited from class org.qtitools.qti.node.test.flow.BorderNode
isBorder
 
Methods inherited from class org.qtitools.qti.node.test.flow.Node
getIndex, getNext, getObject, getPrev, isBranchRule, isItemRef, isJump, isMiddle, isPreCondition, isStart, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndNode

public EndNode(Node prev,
               ControlObject object)
Constructs node.

Parameters:
prev - previous node in linked list
object - assessment object (test, test part, section or item reference)
Method Detail

isEnd

public boolean isEnd()
Description copied from class: Node
Returns true if this node is end node; false otherwise.

End node is node on end of test, test part, section or item reference.

Overrides:
isEnd in class Node
Returns:
true is this node is end node; false otherwise


Copyright © 2009. All Rights Reserved.