Difference between revisions of "Eclipse projects"

From SIMA wiki
Jump to: navigation, search
(Created page with "File:Example.jpg == Simulation == == Entities == == ARSIN == == ARSDataStructureDecisionUnit == == ARSDecisionUnit == == ARSMemory == == AlternativeDecisionUn...")
 
Line 5: Line 5:
  
 
== Entities ==
 
== Entities ==
 +
This project contains all the entities that exist in the simulation environment, except the ARSIN
 +
(that is the name of the ARS agent). The decision to create a separate project for the entities is
 +
based on the consideration that the ARSIN project holds only the base data structures, and the
 +
ARS-related objects. Table 2.1 gives a list of all the entities in this project.
  
 +
{| border="1" cellpadding="20" cellspacing="0"
 +
|clsApple
 +
|clsAppleGreen
 +
|clsCake
 +
|-
 +
|clsCan
 +
|clsCarrot
 +
|clsFungus
 +
|-
 +
|clsFungusEater
 +
|clsHare
 +
|clsLamp
 +
|-
 +
|clsLynx
 +
|clsPlant
 +
|clsRectangleStationary
 +
|-
 +
|clsRemoteBotOrientationTest
 +
|clsSchnitzel
 +
|clsSchnitzl
 +
|-
 +
|clsSelf
 +
|clsSprout
 +
|clsStone
 +
|-
 +
|clsToilet
 +
|clsTomato
 +
|clsUnrealHealth
 +
|-
 +
|clsWallAxisAlign
 +
|clsWallHorizontal
 +
|clsWallVertical
 +
|}
 +
 +
All the entities in this project are part of the entity-hierarchy). The base classes of the hierarchy are found in the package entities.base
 +
in the ARSIN project.
  
 
== ARSIN ==
 
== ARSIN ==

Revision as of 13:32, 28 October 2013

File:Example.jpg

Simulation

Entities

This project contains all the entities that exist in the simulation environment, except the ARSIN (that is the name of the ARS agent). The decision to create a separate project for the entities is based on the consideration that the ARSIN project holds only the base data structures, and the ARS-related objects. Table 2.1 gives a list of all the entities in this project.

clsApple clsAppleGreen clsCake
clsCan clsCarrot clsFungus
clsFungusEater clsHare clsLamp
clsLynx clsPlant clsRectangleStationary
clsRemoteBotOrientationTest clsSchnitzel clsSchnitzl
clsSelf clsSprout clsStone
clsToilet clsTomato clsUnrealHealth
clsWallAxisAlign clsWallHorizontal clsWallVertical

All the entities in this project are part of the entity-hierarchy). The base classes of the hierarchy are found in the package entities.base in the ARSIN project.

ARSIN

ARSDataStructureDecisionUnit

ARSDecisionUnit

ARSMemory

AlternativeDecisionUnits

InspectorDecisionUnit

InspectorBodyEntity

GeneralTools