Content-Based Networking Simulation Library Documentation (v. 1.2.1) |
Abstract class representing a single workload event. More...
#include <WorkloadEvent.h>
Public Member Functions | |
const std::string & | event_name () const |
Returns the event name. | |
bool | node_event () const |
Returns true if the event is a 'Node Event', false if it is a 'Link Event'. | |
ssim::Time | timestep () const |
Returns the timestep at which the event is to be issued. | |
Protected Member Functions | |
WorkloadEvent (const std::string &event_name, bool node_event, ssim::Time timestep) | |
Derived classes must provide a name. |
Abstract class representing a single workload event.
Copyright © 2001-2004 University of Colorado.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". This documentation is authored and maintained by Matthew J. Rutherford |