Class InstanceStackContext

All Implemented Interfaces:
IEventChannel, IProfile, IProfileLifecycle, InferenceContext, Serializable

public class InstanceStackContext extends InferenceContextDelegate
Inference context that uses an instance stack to determine the active instances, and wraps an existing context.
Since:
5.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • InstanceStackContext

      public InstanceStackContext(InferenceContext context, InstanceStack stack)
      Constructs the inference context with the instance stack and the context that should be used as fall-back.
      Parameters:
      context - The inference context that should be wrapped.
      stack - The instance stack that should be used to determine the active instances.
  • Method Details