|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object vanetsim.scenario.LaneObject vanetsim.scenario.events.BlockingObject
public class BlockingObject
Constructor Summary | |
---|---|
BlockingObject(int lane,
boolean direction,
Street street,
double position)
Instantiates a new blocking object. |
Method Summary | |
---|---|
void |
removeFromLane()
Remove this BlockingObject from it's current lane. |
Methods inherited from class vanetsim.scenario.LaneObject |
---|
getCurDirection, getCurLane, getCurPosition, getCurSpeed, getCurStreet, getNext, getPrevious, getX, getY, setNext, setPrevious |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BlockingObject(int lane, boolean direction, Street street, double position)
lane
- the lane number (1..n)direction
- the directionstreet
- the streetposition
- the position on the streetMethod Detail |
---|
public void removeFromLane()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |