public abstract class CustomSemanticProcessorInterface
extends java.lang.Object
Constructor and Description |
---|
CustomSemanticProcessorInterface() |
Modifier and Type | Method and Description |
---|---|
abstract ResourceProcessorPair |
build(java.util.List<exa.bee.KeyValue> conf,
java.lang.String name,
java.lang.String fields)
Build a new processor according to the following configuration.
|
public abstract ResourceProcessorPair build(java.util.List<exa.bee.KeyValue> conf, java.lang.String name, java.lang.String fields) throws ResourceNotFoundException
ctx
- The ResourceContext used for resource allocation.conf
- The list of keyvalues set in the configuration.name
- The name of the processor.fields
- The list of fields on which the processor should be activated.ResourceNotFoundException
Copyright © 2013 Dassault Systèmes, All Rights Reserved.