#define UNUSED_PARAMETER(x)
virtual const MSLogicJunction::LinkBits & getFoesFor(int linkIndex) const
Returns the foes for the given link.
virtual const MSLogicJunction::LinkBits & getResponseFor(int linkIndex) const
Returns the response for the given link.
virtual bool getIsCont(int linkIndex) const
virtual bool hasFoes() const
virtual ~MSJunctionLogic()
Destructor.
int nLinks()
Returns the logic's number of links.
MSJunctionLogic & operator=(const MSJunctionLogic &)
Assignment operator.
static MSLogicJunction::LinkBits myDummyFoes
A dummy foe container.
int myNLinks
The logic's number of links.
MSJunctionLogic()
Default constructor.
MSJunctionLogic(const MSJunctionLogic &)
Copy constructor.
std::bitset< SUMO_MAX_CONNECTIONS > LinkBits
Container for link response and foes.