API Examples and Methods

The GenRocket runtime application interface allows programmers to access the GenRocket runtime directly create scenarios from their own programs.

API Method GeneratorReplace
Description This method replaces a Generator within a given Attribute.  The generatorPosition parameter determines which Generator should be replaced. ...
Wed, 26 Apr, 2023 at 1:25 AM
API Method GeneratorType
Description This method is used to list the generatorType for a given Generator within a given Attribute.  The generatorName parameter is the position of ...
Tue, 12 Dec, 2017 at 11:05 PM
API Method - Receivers
Description This method is used to list the Receiver names of a given Domain. Exceptions The following GenRocket exceptions may be thrown by this meth...
Sat, 7 Jan, 2017 at 8:29 PM
API Method ReceiverAdd
Description This method adds a Receiver to a given Domain. Exceptions The following GenRocket exceptions may be thrown by this method:   If the run...
Sun, 23 Apr, 2017 at 11:15 PM
API Method ReceiverParameterSet
Description This method sets the value of a given Receiver parameter. Exceptions The following GenRocket exceptions may be thrown by this method:   ...
Sat, 31 Dec, 2016 at 11:10 AM
API Method ReceiverParametersSet
Description This method sets the values of one or more Receiver parameters by passing a map of parameterName/value pairs. Exceptions The following Gen...
Mon, 12 Apr, 2021 at 10:14 AM
API method ReceiverRename
Description This method renames the current name of a Receiver. Exceptions The following GenRocket exceptions may be thrown by this method:   If the...
Tue, 23 Jan, 2018 at 10:08 PM
API Method ReceiverRemove
Description This method removes a Receiver from a given Domain. Exceptions The following GenRocket exceptions may be thrown by this method:   If th...
Mon, 20 Feb, 2017 at 4:06 AM
API Method ReceiversRemove
Description This method removes all Receivers from a given Domain. Exceptions The following GenRocket exceptions may be thrown by this method:   If...
Mon, 20 Feb, 2017 at 4:08 AM
API Method ReceiverParameterGet
Description This method returns the value of a given receiver parameter. Exceptions The following GenRocket exceptions may be thrown by this method:  ...
Wed, 23 May, 2018 at 6:00 PM