Click or drag to resize

FeaturePlaneMethodDesignExecutePlaneMethod Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Executes the plane method, invoking contained functions according to the settings

Namespace:  imbNLP.Toolkit.Planes
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public IPlaneContext ExecutePlaneMethod(
	IPlaneContext inputContext,
	ExperimentModelExecutionContext generalContext,
	ILogBuilder logger
)

Parameters

inputContext
Type: imbNLP.Toolkit.Planes.CoreIPlaneContext
The input context - related to this plane.
generalContext
Type: imbNLP.Toolkit.ExperimentModelExperimentModelExecutionContext
General execution context, attached to the PlanesMethodDesign
logger
Type: ILogBuilder
The logger.

Return Value

Type: IPlaneContext
Retur

Implements

IPlaneMethodDesignExecutePlaneMethod(IPlaneContext, ExperimentModelExecutionContext, ILogBuilder)
See Also