|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjsim.event.Entity
public class Entity
This class represents a single simulation entity for event-scheduling simulation.
| Constructor Summary | |
|---|---|
Entity(double createTime)
Constructs a simulation entity, e.g., a customer. |
|
| Method Summary | |
|---|---|
double |
getCreateTime()
Get the creation time for the entity. |
long |
getEntityId()
Get the identifier for the entity. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Entity(double createTime)
createTime - time entity is created| Method Detail |
|---|
public long getEntityId()
public double getCreateTime()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||