Uses of Class
com.senzing.sdk.core.SzCoreEnvironment
Packages that use SzCoreEnvironment
Package
Description
This package provides the "core" implementation of the Senzing SDK for
Java defined in the
com.senzing.sdk package.-
Uses of SzCoreEnvironment in com.senzing.sdk.core
Classes in com.senzing.sdk.core with type parameters of type SzCoreEnvironmentModifier and TypeClassDescriptionstatic classSzCoreEnvironment.AbstractBuilder<E extends SzCoreEnvironment,B extends SzCoreEnvironment.AbstractBuilder<E, B>> Provides a base class for builder implementations ofSzCoreEnvironmentand its derived classes.Methods in com.senzing.sdk.core that return SzCoreEnvironmentModifier and TypeMethodDescriptionSzCoreEnvironment.Builder.build()Creates a newSzCoreEnvironmentinstance based on thisSzCoreEnvironment.Builderinstance.static SzCoreEnvironmentSzCoreEnvironment.getActiveInstance()Gets the current active instance ofSzCoreEnvironment.