public abstract class TransformationTreeUtil extends Object
Constructor and Description |
---|
TransformationTreeUtil() |
Modifier and Type | Method and Description |
---|---|
static Object |
extractObject(Object node)
Extract the definition or cell contained in a transformation node.
|
static boolean |
isEager(CellNode cell,
SourceNode source,
TransformationLog log)
Determines if a cell is connected to a source node with eager source
parameters.
|
static boolean |
isEager(Cell cell,
SourceNode source,
TransformationLog log)
Determines if a cell is connected to a source node with eager source
parameters.
|
public static Object extractObject(Object node)
node
- the node or other kind of objectpublic static boolean isEager(Cell cell, SourceNode source, TransformationLog log)
cell
- the cellsource
- the source nodelog
- the transformation log, may be null
public static boolean isEager(CellNode cell, SourceNode source, TransformationLog log)
cell
- the cell nodesource
- the source nodelog
- the transformation log, may be null
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a