Uses of Class
org.simbrain.world.odorworld.AbstractEntity

Packages that use AbstractEntity
org.simbrain.world.odorworld The simbrain.world.odorworld package describes a world in which an agent can move around and smell objects, which are coded as vectors of values which diminish in various ways as the agent is closer or farther from the agent. 
 

Uses of AbstractEntity in org.simbrain.world.odorworld
 

Subclasses of AbstractEntity in org.simbrain.world.odorworld
 class OdorWorldAgent
          Agent represents in a creature in the world which can react to stimuli and move.
 class OdorWorldEntity
          WorldEntity represents an entity in the world.
 class Wall
          Wall represents a wall in the world.
 

Methods in org.simbrain.world.odorworld that return AbstractEntity
static AbstractEntity WorldClipboard.getClipboardEntity()
           
 AbstractEntity OdorWorld.getSelectedEntity()
           
 

Methods in org.simbrain.world.odorworld with parameters of type AbstractEntity
 JPopupMenu OdorWorld.buildPopupMenu(AbstractEntity theEntity)
          Create a popup menu based on location of mouse click.
static void WorldClipboard.copyItem(AbstractEntity entity)
          Copy an abstract entity from a world.
static void WorldClipboard.cutItem(AbstractEntity selectedEntity, OdorWorld parent)
          Cuts an object from a world.
 void OdorWorld.removeEntity(AbstractEntity entity)
          Remove the specified world entity.
static void WorldClipboard.setClipboardEntity(AbstractEntity clipboardEntity)
           
 

Constructors in org.simbrain.world.odorworld with parameters of type AbstractEntity
PanelStimulus(AbstractEntity we)
          Create and populate the stimulus panel.