|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Next - public static interface Graph.BlockOfChildren<Next>

A component used to specify a block of children starting either at a particular index or
after a previous sibling.
| Method Summary | |
|---|---|
Next |
startingAfter(Location previousSibling)
Specify the block of children is to start with the child immediately following the supplied node. |
Next |
startingAfter(Path previousSibling)
Specify the block of children is to start with the child immediately following the supplied node. |
Next |
startingAfter(Property idPropertyOfPreviousSibling)
Specify the block of children is to start with the child immediately following the supplied node. |
Next |
startingAfter(Property firstIdPropertyOfPreviousSibling,
Property... additionalIdPropertiesOfPreviousSibling)
Specify the block of children is to start with the child immediately following the supplied node. |
Next |
startingAfter(String pathToPreviousSiblingName)
Specify the block of children is to start with the child immediately following the supplied node. |
Next |
startingAfter(UUID previousSiblingUuid)
Specify the block of children is to start with the child immediately following the supplied node. |
Graph.Under<Next> |
startingAt(int startingIndex)
Specify the block of children is to start at the supplied index. |
| Method Detail |
|---|
Graph.Under<Next> startingAt(int startingIndex)
startingIndex - the zero-based index of the first child to be returned in the block
Next startingAfter(Location previousSibling)
previousSibling - the location of the sibling node that is before the first node in the block
Next startingAfter(String pathToPreviousSiblingName)
pathToPreviousSiblingName - the path of the sibling node that is before the first node in the block
Next startingAfter(Path previousSibling)
previousSibling - the path of the sibling node that is before the first node in the block
Next startingAfter(UUID previousSiblingUuid)
previousSiblingUuid - the UUID of the sibling node that is before the first node in the block
Next startingAfter(Property idPropertyOfPreviousSibling)
idPropertyOfPreviousSibling - the property that uniquely identifies the previous sibling
Next startingAfter(Property firstIdPropertyOfPreviousSibling,
Property... additionalIdPropertiesOfPreviousSibling)
firstIdPropertyOfPreviousSibling - the first property that, with the additionalIdProperties, uniquely
identifies the previous siblingadditionalIdPropertiesOfPreviousSibling - the additional properties that, with the
additionalIdProperties, uniquely identifies the previous sibling
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||