Difference between revisions of "Eclipse projects"
(→Entities) |
(→Entities) |
||
Line 5: | Line 5: | ||
== Entities == | == Entities == | ||
− | This project contains all the entities that exist in the simulation environment, except the ARSIN | + | This project contains all the entities that exist in the simulation environment, except the ARSIN and some ARSIN-related entities. 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 | based on the consideration that the ARSIN project holds only the base data structures, and the | ||
− | ARS-related objects. The entities | + | ARS-related objects. The entities within this project are |
{| border="1" cellpadding="10" cellspacing="0" | {| border="1" cellpadding="10" cellspacing="0" |
Revision as of 12:42, 28 October 2013
Contents
Simulation
Entities
This project contains all the entities that exist in the simulation environment, except the ARSIN and some ARSIN-related entities. 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. The entities within this project are
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.