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