|
||||||||||
| 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
public abstract class BorderNode
Border node is node on border. It is either start or end node, and it is not middle node.
| Field Summary |
|---|
| Fields inherited from class org.qtitools.qti.node.test.flow.Node |
|---|
logger |
| Constructor Summary | |
|---|---|
protected |
BorderNode(Node prev,
ControlObject object)
Constructs node. |
| Method Summary | |
|---|---|
boolean |
isBorder()
Returns true if this node is border node; false otherwise. |
| Methods inherited from class org.qtitools.qti.node.test.flow.Node |
|---|
getIndex, getNext, getObject, getPrev, isBranchRule, isEnd, 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 |
|---|
protected BorderNode(Node prev,
ControlObject object)
prev - previous node in linked listobject - assessment object (test, test part, section or item reference)| Method Detail |
|---|
public boolean isBorder()
NodeBorder node is node on border. It is either start or end node, and it is not middle node.
isBorder in class Node
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||