INET Framework for OMNeT++/OMNEST
|
Base class for selector objects used in extract...() methods of Topology. More...
#include <Topology.h>
Public Member Functions | |
virtual | ~Predicate () |
virtual bool | matches (cModule *module)=0 |
Base class for selector objects used in extract...() methods of Topology.
Redefine the matches() method to return whether the given module should be included in the extracted topology or not.
|
pure virtual |
Referenced by inet::Topology::extractByParameter().