Uses of Interface
jadex.application.runtime.IApplication

Packages that use IApplication
jadex.application.runtime   
jadex.application.runtime.impl   
jadex.application.space.agr   
jadex.application.space.envsupport.environment   
 

Uses of IApplication in jadex.application.runtime
 

Methods in jadex.application.runtime with parameters of type IApplication
 void ISpace.initSpace(IApplication context, MSpaceInstance config, IValueFetcher fetcher)
          Initialize a space.
 

Uses of IApplication in jadex.application.runtime.impl
 

Classes in jadex.application.runtime.impl that implement IApplication
 class ApplicationInterpreter
          The application interpreter provides a closed environment for components.
 

Uses of IApplication in jadex.application.space.agr
 

Fields in jadex.application.space.agr declared as IApplication
protected  IApplication AGRSpace.application
          The application.
 

Methods in jadex.application.space.agr with parameters of type IApplication
 void AGRSpace.initSpace(IApplication application, MSpaceInstance config, IValueFetcher fetcher)
           
 

Uses of IApplication in jadex.application.space.envsupport.environment
 

Fields in jadex.application.space.envsupport.environment declared as IApplication
protected  IApplication AbstractEnvironmentSpace.application
          The context.
 

Methods in jadex.application.space.envsupport.environment that return IApplication
 IApplication IEnvironmentSpace.getContext()
          Get the context of the space.
 IApplication AbstractEnvironmentSpace.getContext()
          Get the context.
 

Methods in jadex.application.space.envsupport.environment with parameters of type IApplication
 void AbstractEnvironmentSpace.initSpace(IApplication context, MSpaceInstance config, IValueFetcher pfetcher)
          Create a space.
 



Copyright © 2010. All Rights Reserved.