|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qtitools.qti.node.test.flow.Node
org.qtitools.qti.node.test.flow.BorderNode
org.qtitools.qti.node.test.flow.StartNode
public class StartNode
Start node is node on beginning of test, test part, section or item reference.
| Field Summary |
|---|
| Fields inherited from class org.qtitools.qti.node.test.flow.Node |
|---|
logger |
| Constructor Summary | |
|---|---|
StartNode(AssessmentTest object)
Constructs node. |
|
StartNode(Node prev,
AbstractPart object)
Constructs node. |
|
| Method Summary | |
|---|---|
boolean |
isStart()
Returns true if this node is start 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, isEnd, isItemRef, isJump, isMiddle, isPreCondition, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StartNode(AssessmentTest object)
object - assessment object (test)
public StartNode(Node prev,
AbstractPart object)
prev - previous node in linked listobject - assessment object (test part, section or item reference)| Method Detail |
|---|
public boolean isStart()
NodeStart node is node on beginning of test, test part, section or item reference.
isStart in class Node
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||