18 template<
class NodeType>
28 return (outerNode->getMetaInfo().getState() == (innerNode->getMetaInfo().getState()));
Abstract base class for different kinds of events.
simple NodeCompatibilityChecker, which checks for compatible Neighboring states of passed nodes (does...
bool areCompatible(NodeType *outerNode, NodeType *innerNode)
returns true, if state of outerNode is state of innerNode.