Package | Description |
---|---|
graphana.model | |
graphana.operationsystem | |
scriptinterface |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
HelpSystem.getParameterList(SignatureInterface signature,
DescSourceType sourceType) |
Modifier and Type | Method and Description |
---|---|
SignatureInterface |
Operation.getSignature()
Returns the signature as a data structure.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSignature
A default
SignatureInterface implementation which extracts the information of a signature string and transforms it into an easy to access data structure. |
Modifier and Type | Method and Description |
---|---|
SignatureInterface |
ScriptSystemInterface.createSignature()
Creates a new uninitialized signature.
|
SignatureInterface |
ScriptCallSignature.getSignature()
Returns the inner signature.
|