Package | Description |
---|---|
graphana.script.bindings | |
graphana.script.bindings.basicops | |
graphana.script.bindings.visualization | |
scriptinterface | |
scriptinterface.defaulttypes |
Modifier and Type | Class and Description |
---|---|
class |
GraphanaScriptScope |
Modifier and Type | Class and Description |
---|---|
class |
GrOpForEach<ScopeType extends ExecutionScope & VariableSystem<java.lang.String>> |
Modifier and Type | Method and Description |
---|---|
static <VertexType,EdgeType,ScopeType extends ExecutionScope,ReaderType extends genscript.parse.IndexReader> |
ScriptVisualizer.execTreeToGraphib(genscript.execution.ExecuterTreeElem<ScopeType,ReaderType> curElem,
GraphLibrary<VertexType,EdgeType> targetGraph) |
static <ScopeType extends ExecutionScope,ReaderType extends genscript.parse.IndexReader> |
ScriptVisualizer.execTreeToGraphLib(genscript.execution.ExecuterTree<ScopeType,ReaderType> executerTree) |
static <VertexType,EdgeType,ScopeType extends ExecutionScope,ReaderType extends genscript.parse.IndexReader> |
ScriptVisualizer.execTreeToGraphLib(genscript.execution.ExecuterTree<ScopeType,ReaderType> executerTree,
GraphLibrary<VertexType,EdgeType> targetGraph) |
Modifier and Type | Interface and Description |
---|---|
interface |
ScriptSystemInterface<ScopeType extends ExecutionScope,ReaderType extends ReaderInterface>
Enables parsing and executing of files and strings.
|
Modifier and Type | Class and Description |
---|---|
class |
OpGroupTypes<ScopeType extends ExecutionScope,ReaderType extends genscript.syntax.tokens.Tokenizer>
Offers a method to register default type syntax, like constants, in a target parser.
|