Uses of Class
jadex.application.space.envsupport.environment.AbstractEnvironmentSpace

Packages that use AbstractEnvironmentSpace
jadex.application.space.envsupport.environment   
jadex.application.space.envsupport.environment.space2d   
jadex.application.space.envsupport.evaluation   
 

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

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

Constructors in jadex.application.space.envsupport.environment with parameters of type AbstractEnvironmentSpace
DeltaTimeExecutor(AbstractEnvironmentSpace space, boolean tick)
          Creates a new DeltaTimeExecutor
RoundBasedExecutor(AbstractEnvironmentSpace space)
          Creates a new round based executor.
RoundBasedExecutor(AbstractEnvironmentSpace space, Comparator acomp)
          Creates a new round based executor.
SpaceObject(Object id, MObjectType type, Map properties, List tasks, Object monitor, AbstractEnvironmentSpace space)
          Creates a new EnvironmentObject.
 

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

Subclasses of AbstractEnvironmentSpace in jadex.application.space.envsupport.environment.space2d
 class ContinuousSpace2D
          Continuous version of 2D space.
 class Grid2D
          2D grid environment.
 class Space2D
          General 2D space.
 

Uses of AbstractEnvironmentSpace in jadex.application.space.envsupport.evaluation
 

Fields in jadex.application.space.envsupport.evaluation declared as AbstractEnvironmentSpace
protected  AbstractEnvironmentSpace SpaceObjectSource.envspace
          The environment space.
protected  AbstractEnvironmentSpace DefaultDataProvider.envspace
          The environment space.
 

Methods in jadex.application.space.envsupport.evaluation that return AbstractEnvironmentSpace
 AbstractEnvironmentSpace CSVFileDataConsumer.getSpace()
          Get the space.
 AbstractEnvironmentSpace AbstractChartDataConsumer.getSpace()
          Get the space.
 

Constructors in jadex.application.space.envsupport.evaluation with parameters of type AbstractEnvironmentSpace
DefaultDataProvider(AbstractEnvironmentSpace envspace, IObjectSource[] rowproviders, String tablename, String[] columnnames, IParsedExpression[] exps)
          Create a new space object table data provider.
SpaceObjectSource(String varname, AbstractEnvironmentSpace envspace, String objecttype, boolean aggregate, IParsedExpression dataexp, IParsedExpression includeexp)
          Create a new row provider.
 



Copyright © 2010. All Rights Reserved.