Provides information to visualize n-cubes.
Constructor and description |
---|
Visualizer
(NCubeRuntimeClient runtimeClient) |
Type Params | Return Type | Name and description |
---|---|---|
|
java.util.Map<java.lang.String, java.lang.Object> |
loadGraph(ApplicationID applicationID, java.util.Map options) Builds the graph for an n-cube and all its referenced n-cubes. |
|
java.util.Map<java.lang.String, java.lang.Object> |
loadNodeDetails(ApplicationID applicationID, java.util.Map options) Loads graph details for an n-cube given the scope provided. |
|
java.util.Map<java.lang.String, java.lang.Object> |
loadScopeChange(ApplicationID applicationID, java.util.Map options) Re-builds the section of the graph affected by a scope change to an n-cube. |
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() |
Builds the graph for an n-cube and all its referenced n-cubes.
options
- - a map containing:
VisualizerInfo visInfo, information about the visualization
String startCubeName, name of the starting cube
Map scope, the scope used in the visualizationLoads graph details for an n-cube given the scope provided.
options
- - a map containing:
VisualizerInfo visInfo, information about the visualization
String startCubeName, name of the starting cubeRe-builds the section of the graph affected by a scope change to an n-cube.
options
- - a map containing:
VisualizerInfo visInfo, information about the visualization
String startCubeName, name of the starting cube