Uses of Interface
org.cishell.framework.CIShellContext

Packages that use CIShellContext
org.cishell.framework The core package for the CIShell platform API. 
org.cishell.framework.algorithm Provides interfaces required for creating CIShell algorithms. 
 

Uses of CIShellContext in org.cishell.framework
 

Classes in org.cishell.framework that implement CIShellContext
 class LocalCIShellContext
          A simple implementation of CIShellContext that pulls the CIShell services from the provided BundleContext that all OSGi bundles receive on activation.
 

Uses of CIShellContext in org.cishell.framework.algorithm
 

Methods in org.cishell.framework.algorithm with parameters of type CIShellContext
 Algorithm AlgorithmFactory.createAlgorithm(Data[] data, Dictionary parameters, CIShellContext context)
          Creates an Algorithm to be executed