public interface InformationExtractionPreparer
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(InformationExtractionPreparerSpecification spec)
Initialize this instance.
|
void |
prepare(InformationExtraction ext)
Performs a prepare of the target InformationExtraction.
|
void initialize(InformationExtractionPreparerSpecification spec) throws IfsException
Called immediately after construction (via the default constructor) and used so that the implementation can initialize session-independent state. This instance may be subsequently used concurrently by multiple threads and sessions. A session can be retrieved from the specification object, but it must not be cached. The specification also has the implementation and instance specific parameters which should be cached in a session independent way.
spec - The specification for a given implementation.IfsException - if the operation fails.void prepare(InformationExtraction ext) throws IfsException
ext - the target InformationExtraction.IfsException - if the operation fails.Copyright © 2025. All rights reserved.