|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Layout<T extends ComputeNode>
A Layout makes the association between a ComputeNode
and a SliceNode
.
Method Summary | |
---|---|
T |
getComputeNode(SliceNode node)
Get the ComputeNode for a Slice |
void |
run()
Do the setup for getComputeNode . |
void |
setComputeNode(SliceNode node,
T computeNode)
Set the ComputeNode for a Slice |
Method Detail |
---|
T getComputeNode(SliceNode node)
node
- : the SliceNode
to look up.
ComputeNode
that should execute the SliceNode
.void setComputeNode(SliceNode node, T computeNode)
node
- the SliceNode
to associate with ...computeNode
- the ComputeNode
where the SliceNode
should execute.void run()
getComputeNode
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |