![]() |
OTX-Runtime for Java
|
|
Represents an OTX. More...
Public Member Functions | |
IContextVariable[] | GetContextVariables () |
Gets all ContextVariables. More... | |
String | GetFullName () |
Gets Document full name. More... | |
IDocument[] | GetImports () |
Gets all imported Documents. More... | |
IProcedure | GetMainProcedure () |
Gets main Procedure. More... | |
String | GetName () |
Gets Document name. More... | |
IPackage | GetPackage () |
Gets Package. More... | |
IProcedure[] | GetProcedures () |
Gets all Procedures. More... | |
ISignature[] | GetSignatures () |
Gets all Signatures. More... | |
String | GetSpecification () |
Gets Otx specification. More... | |
IStateVariable[] | GetStateVariables () |
Gets all StateVariables. More... | |
String | GetVersion () |
Gets Otx version. More... | |
boolean | IsStartup () |
Checks if the Document is the startup Document. More... | |
Represents an OTX.
IContextVariable [] OpenTestSystem.Otx.Runtime.Api.Otx.IDocument.GetContextVariables | ( | ) |
Gets all ContextVariables.
String OpenTestSystem.Otx.Runtime.Api.Otx.IDocument.GetFullName | ( | ) |
Gets Document full name.
IDocument [] OpenTestSystem.Otx.Runtime.Api.Otx.IDocument.GetImports | ( | ) |
Gets all imported Documents.
An imported Documents can also contain Imports in an arbitrary depth depending on the OTX Document structure.
IProcedure OpenTestSystem.Otx.Runtime.Api.Otx.IDocument.GetMainProcedure | ( | ) |
Gets main Procedure.
String OpenTestSystem.Otx.Runtime.Api.Otx.IDocument.GetName | ( | ) |
Gets Document name.
IPackage OpenTestSystem.Otx.Runtime.Api.Otx.IDocument.GetPackage | ( | ) |
Gets Package.
IProcedure [] OpenTestSystem.Otx.Runtime.Api.Otx.IDocument.GetProcedures | ( | ) |
Gets all Procedures.
ISignature [] OpenTestSystem.Otx.Runtime.Api.Otx.IDocument.GetSignatures | ( | ) |
Gets all Signatures.
String OpenTestSystem.Otx.Runtime.Api.Otx.IDocument.GetSpecification | ( | ) |
IStateVariable [] OpenTestSystem.Otx.Runtime.Api.Otx.IDocument.GetStateVariables | ( | ) |
Gets all StateVariables.
String OpenTestSystem.Otx.Runtime.Api.Otx.IDocument.GetVersion | ( | ) |
boolean OpenTestSystem.Otx.Runtime.Api.Otx.IDocument.IsStartup | ( | ) |
Checks if the Document is the startup Document.