Uses of Interface
jadex.application.runtime.ISpace

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

Uses of ISpace in jadex.application.runtime
 

Methods in jadex.application.runtime that return ISpace
 ISpace IApplicationExternalAccess.getSpace(String name)
          Get a space of the application.
 

Uses of ISpace in jadex.application.runtime.impl
 

Methods in jadex.application.runtime.impl that return ISpace
 ISpace ExternalAccess.getSpace(String name)
          Get a space of the application.
 ISpace ApplicationInterpreter.getSpace(String name)
          Get a space by name.
 

Methods in jadex.application.runtime.impl with parameters of type ISpace
 void ApplicationInterpreter.addSpace(String name, ISpace space)
          Add a space to the context.
 

Uses of ISpace in jadex.application.space.agr
 

Classes in jadex.application.space.agr that implement ISpace
 class AGRSpace
          An AGR (agent-group-role) space.
 

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

Classes in jadex.application.space.envsupport.environment that implement ISpace
 class AbstractEnvironmentSpace
          Abstract base class for environment space.
 

Uses of ISpace in jadex.application.space.envsupport.environment.space2d
 

Classes in jadex.application.space.envsupport.environment.space2d that implement ISpace
 class ContinuousSpace2D
          Continuous version of 2D space.
 class Grid2D
          2D grid environment.
 class Space2D
          General 2D space.
 



Copyright © 2010. All Rights Reserved.