public static interface CompareMaxResourceModelHelper.NodeEmitter
Modifier and Type | Interface and Description |
---|---|
static class |
CompareMaxResourceModelHelper.NodeEmitter.Result |
Modifier and Type | Field and Description |
---|---|
static int |
INDEX_FIRST |
static int |
INDEX_SHARED |
Modifier and Type | Method and Description |
---|---|
void |
beginChildren()
beginChild may be called after a beginNode IF the node has child nodes.
|
CompareMaxResourceModelHelper.NodeEmitter.Result |
beginNode(int modelIndex,
IMXGanttModel model,
IMXResource node,
boolean modified)
beginNode is called at least once for every node.
|
void |
endChildren()
endChildren is called to signify that all the children are processed for a given node heirarchy
|
void |
endNode(int modelIndex,
IMXGanttModel model,
IMXResource node) |
static final int INDEX_SHARED
static final int INDEX_FIRST
CompareMaxResourceModelHelper.NodeEmitter.Result beginNode(int modelIndex, IMXGanttModel model, IMXResource node, boolean modified) throws java.io.IOException
modelIndex
- model index where 0 is a special shared index, and 1,2,3,... are model indexesmodified
- CompareMaxResourceModelHelper.NodeEmitter.Result
Will tell the process how it should proceedjava.io.IOException
void endNode(int modelIndex, IMXGanttModel model, IMXResource node) throws java.io.IOException
java.io.IOException
void beginChildren() throws java.io.IOException
java.io.IOException
void endChildren() throws java.io.IOException
java.io.IOException