neosim.implementation
Class Entity3D

java.lang.Object
  |
  +--neosim.implementation.EntityImpl
        |
        +--neosim.implementation.Entity3D

public class Entity3D
extends EntityImpl

See Also:
Serialized Form

Constructor Summary
Entity3D(EntityClass ec, Population p, int index)
          Make an entity of population p, class ec
 
Method Summary
 double getXPos()
           
 double getYPos()
           
 double getZPos()
           
 void setPos(double x, double y, double z)
           
 
Methods inherited from class neosim.implementation.EntityImpl
addInConnection, addInPort, addInPort, addOutConnection, addOutPort, addOutPort, compareTo, connect, construct, defaultEventHandler, deleteInConnection, deleteInPort, deleteOutConnection, deleteOutPort, destroy, destroy, disconnect, getClassesOfInPort, getClassesOfOutPort, getEntityClass, getEventList, getID, getInConnections, getIndex, getLocalTime, getMinOutputDelay, getName, getNeosimClasses, getNumInConnections, getNumInPorts, getNumOutConnections, getNumOutPorts, getOutConnection, getPopulation, getPopulationTree, getRightWindowTime, handleEvents, init, lookupEntityClass, lookupEntityID, lookupPopulation, postEvent, queryEntity, queryOutputConnections, queryPopulation, reset, resetOutputDelay, sendEvent, sendEvent, setDstConnectionParams, setID, setLocalTime, setMinOutputDelay, setProvLocalTime, setSrcConnectionParams, trace, updateEntity, updatePopulation, zeroOutputDelay
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Entity3D

public Entity3D(EntityClass ec,
                Population p,
                int index)
Make an entity of population p, class ec
Method Detail

setPos

public void setPos(double x,
                   double y,
                   double z)

getXPos

public double getXPos()

getYPos

public double getYPos()

getZPos

public double getZPos()