@groovy.transform.CompileStatic class VisualizerCellInfo extends java.lang.Object
Provides information to visualize an n-cube cell.
Modifiers | Name | Description |
---|---|---|
protected ApplicationID |
appId |
|
protected java.lang.Object |
cell |
|
protected java.util.Map<java.lang.String, java.lang.Object> |
coordinate |
|
protected java.lang.Exception |
exception |
|
protected VisualizerHelper |
helper |
|
protected com.google.common.base.Joiner$MapJoiner |
mapJoiner |
|
protected java.lang.Object |
noExecuteCell |
|
protected java.lang.String |
nodeId |
|
protected static NCubeRuntimeClient |
runtimeClient |
Type | Name and description |
---|---|
java.lang.Object |
cell |
java.lang.Exception |
exception |
java.lang.Object |
noExecuteCell |
Constructor and description |
---|
protected VisualizerCellInfo
() |
protected VisualizerCellInfo
(NCubeRuntimeClient runtimeClient, ApplicationID appId, java.lang.String nodeId, java.util.Map<java.lang.String, java.lang.Object> coordinate) |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.Object |
getCell() |
|
protected void |
getCellValue(VisualizerInfo visInfo, VisualizerRelInfo visRelInfo, java.lang.Long id, java.lang.StringBuilder sb) |
|
java.lang.Exception |
getException() |
|
java.lang.Object |
getNoExecuteCell() |
|
void |
setCell(java.lang.Object cell) |
|
void |
setException(java.lang.Exception exception) |
|
void |
setNoExecuteCell(java.lang.Object noExecuteCell) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Groovy Documentation