Package com.senzing.sdk.core
package com.senzing.sdk.core
This package provides the "core" implementation of the Senzing SDK for
Java defined in the
com.senzing.sdk package. The core
implementation leverages the underlying native libraries provided with
the Senzing product to implement the SDK functionality.-
ClassDescriptionProvides the core implementation of
SzEnvironmentthat directly initializes the Senzing SDK modules and provides management of the Senzing environment in this process.SzCoreEnvironment.AbstractBuilder<E extends SzCoreEnvironment,B extends SzCoreEnvironment.AbstractBuilder<E, B>> Provides a base class for builder implementations ofSzCoreEnvironmentand its derived classes.The builder class for creating an instance ofSzCoreEnvironment.Provides an interface for initializing an instance ofSzCoreEnvironment.Provides utility functions that are useful when implementing the Senzing SDK interfaces from thecom.senzing.sdkpackage.