|
| class | Api |
| | Used to load the recognition tree and perform lookups of all properties, or get individual properties. Typical usage is as follows: More...
|
| |
| class | DataType |
| | The data types for various properties. Each Property object returned has a getDataType() method. More...
|
| |
| class | Properties |
| | Maps dtring property names to Property objects. An instance of this class is returned for every GetProperties() lookup that matches an IP. More...
|
| |
| class | Property |
| | Contains a property value. The value can be fetched as a generic Object or one of the convenience asXXXX methods can be used to get the value in a specific type. More...
|
| |
| class | PropertyName |
| | Contains a property name and the expected data type of values associated with this name. This is returned in a Set when the method getPropertyNames() is called. More...
|
| |