|
OpenTTCN SDK for Java | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
BitstringValueBitstringValue interface defines an API for performing
operations with TTCN-3 bitstring values.BooleanValueBooleanValue interface defines an API for performing
operations with TTCN-3 boolean values.CAPI class is a singleton that provides direct low-level access
to the underlying C SDK library implementation.CharstringValueCharstringValue interface defines an API for performing
operations with TTCN-3 charstring values.CharValueEnumeratedValueEnumeratedValue interface defines an API for performing
operations with values of TTCN-3 enumerated constructed type.Factory class provides factory methods for creating
instances of data interfaces defined in the
org.etsi.ttcn.tci
package.Factory class provides factory methods for creating
instances of data interfaces defined in the
org.etsi.ttcn.tri
package.FloatValueFloatValue interface defines an API for performing
operations with TTCN-3 float values.GeneralFailure exception may be thrown by the SDK library
to indicate that a generic error has occurred.bitstring predefined type.
boolean predefined type.
charstring predefined type.
null
if no such field exists.
float predefined type.
hexstring predefined type.
integer predefined type.
objid predefined type.
octetstring predefined type.
'101'B
"ABC"
'12A'H
'120A'O
"АБВГД"
encode attribute of this type.
variant attribute of this type.
null if no such type
with the specified name exists.
universal charstring predefined type.
encode attribute of the
contained value.
variant attribute of the
contained value.
null otherwise.
verdicttype predefined type.
HexstringValueHexstringValue interface defines an API for performing
operations with TTCN-3 hexstring values.IntegerValueIntegerValue interface defines an API for performing
operations with TTCN-3 integer values.ObjidValueObjidValue interface defines an API for performing
operations with TTCN-3 objid values.OctetstringValueOctetstringValue interface defines an API for performing
operations with TTCN-3 octetstring values.flags parameter.
flags parameter.
QualifiedNameQualifiedName interface defines an API for manipulating
fully-qualified identifiers.RecordOfValueRecordOfValue interface defines an API for manipulating
values of TTCN-3 record of and set of constructed
types.RecordValueRecordValue interface defines a container for TTCN-3 constructed
values of record or set type that incorporate named
elements, each having its own type.omit value.
len
parameter is greater than the current container size as determined by
getLength().
'101'B
"ABC"
'12A'H
'120A'O
"АБВГД"
TciCDProvided interface defines a TCI-CD callback interface
implemented by the end user implementing TCI-CD subsystem.TciCDRequiredTciCDRequired interface defines a list of services
provided to the end user of the TCI-CD interface by the SDK library
on behalf of the TE.TciModuleIdTciModuleId interface defines a container holding
module identifier.TciModuleParameterTciModuleParameter interface defines a container holding
module parameter.TciModuleParameterIdTciModuleParameterId interface defines a container holding
module parameter identifier.TciModuleParameterListTciModuleParameterList interface defines a container holding
module parameter list.TciObjIdTciObjId interface defines value container holding
elements of objid value.TciObjIdElementTciObjIdElement interface defines value container holding
element of objid value.TciParameterTciParameter interface defines a container holding
test case actual parameter used in TCI-TM interface.TciParameterListTciParameterList interface defines a container holding
test case actual parameter list used in TCI-TM interface.TciParameterPassingMode interface defines parameter passing modes.TciParameterTypeTciParameterType interface defines a container holding
test case formal parameter descriptor used in TCI-TM interface.TciParameterTypeListTciParameterTypeList interface defines a container holding
test case formal parameter list descriptor used in TCI-TM interface.TciSignatureIdTciSignatureId interface defines a container holding
fully-qualified signature identifier.TciTestCaseIdTciTestCaseId interface defines a container holding
fully-qualified test case identifier.TciTestCaseIdListTciTestCaseIdList interface defines a container holding
list of fully-qualified test case identifiers.TciTMProvidedTciTMProvided interface defines a TCI-TM callback interface
implemented by the end user implementing TCI-TM subsystem.TciTMRequiredTciTMRequired interface defines a list of services
provided to the end user of the TCI-TM interface by the SDK library
on behalf of the TE.TciTypeClass interface defines type codes for
type classes available in TTCN-3 value notation.TriActionTemplateTriActionTemplate interface defines a container holding
encoded template used in SUT actions.TriAddressTriAddress interface defines a container holding
encoded TTCN-3 address representation.TriBooleanTriBoolean interface defines a container holding
boolean value.TRI_ERROR.
TriCommunicationSA class provides a dummy implementation
of the SA callback interface.TriCommunicationSA interface defines a TRI-SA callback interface
implemented by the end user implementing TRI-SA (SUT adapter) subsystem.TriCommunicationTETriCommunicationTE interface defines a list of services
provided to the end user of the TRI-SA interface by the SDK library
on behalf of the TE.TriComponentIdTriComponentId interface defines a container holding
peer test component identification information.TriComponentIdListTypeTriComponentIdListType interface defines a container holding
list of test component identifiers.TRI_OK.
TriExceptionTriException interface defines a container holding
representation of encoded TTCN-3 exception used in procedure-based
communication.TRI_OK.
TRI_ERROR.
TriFunctionIdTriFunctionId interface defines a container holding
TTCN-3 external function identifier.TRI_OK.
TriMessageTriMessage interface defines a container holding
representation of encoded TTCN-3 message used in message-based
communication.TriParameterTriParameter interface defines a container for
TTCN-3 signature parameter used in procedure-based communication.TriParameterListTriParameterList interface defines a container holding
list of TriParameter instances.TriParameterPassingModeTriParameterPassingMode interface defines parameter passing modes.TRI_OK.
TriPlatformPA class provides a dummy implementation of the
PA callback interface.TriPlatformPA interface defines a TRI-PA callback interface
implemented by the end user implementing TRI-PA (platform adapter) subsystem.TriPlatformTETriPlatformTE interface defines a list of services
provided to the end user of the TRI-PA interface by the SDK library
on behalf of the TE.TriPortIdTriPortId interface defines a container holding
TTCN-3 port identification information.TriPortIdListTriPortIdList interface defines a container holding
TTCN-3 port identifier list.TRI_ERROR.
TRI_ERROR.
TRI_ERROR.
TRI_OK.
TRI_ERROR.
TriSignatureIdTriSignatureId interface defines a container holding
identifier of a TTCN-3 signature used in procedure-based communication.TRI_ERROR.
TriStatusTriStatus interface defines a container holding
TRI status value.TRI_ERROR.
TRI_ERROR.
TRI_ERROR.
TriTestCaseIdTriTestCaseId interface defines a container holding
TTCN-3 test case identifier.TriTimerDurationTriTimerDuration interface defines a container holding
timer duration in seconds represented as double.TriTimerIdTriTimerId interface defines a container holding
TTCN-3 timer identification information.TRI_ERROR.
TRI_OK.
TypeType interface adds introspection capabilities
to the TCI-CD interface, allowing dynamic discovery of type
information for TTCN-3 abstract values and value elements, as well
as dynamic construction of TTCN-3 values on the fly.UnionValueUnionValue interface defines a container for TTCN-3 constructed
value of union type.UniversalCharstringValueUniversalCharstringValue interface defines an API for performing
operations with TTCN-3 universal charstring values.UniversalCharValueUtilities class provides general-purpose
convenience operations.Utilities class defines additional convenience operations
that are specific to the TCI interface.Utilities class defines additional convenience operations
that are specific to the TRI interface.ValueValue interface is a base interface in the value hierarchy
providing common universal services for subinterfaces and classes that
implement the Value interface.VerdictValueVerdictValue interface defines an API for performing
operations with TTCN-3 verdict values.
|
OpenTTCN SDK for Java | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||