See: Description
| Interface | Description |
|---|---|
| IGRAInstance |
A IGRAInstance object is a resource intensive object that should be created only when required.
It is advisable to destroy this object calling the destroy method, once it is no longer in use. |
| Class | Description |
|---|---|
| DynamicGRAInstance |
Creates a dynamic instance of
IGRAInstance. |
| GRAInstanceImpl |
GRAInstanceImpl is the implementation of
IGRAInstance. |
| IGRAInstanceFactory |
Factory class to get instance of
IGRAInstance. |
| Options |
Creates an instance of
Options which can used to instantiate IGRAInstance to run routing operations. |
| Options.Builder |
Builder class to create
Options object. |