@events = $session->getEventSymptoms( $class, $event )
The getEventSymptoms() function returns the list of events that are symptoms of the specified one.
@symptoms = $session->getEventSymptoms( "Router", "Down" );
@events = $session->getEventSymptoms( $class, $event )
The getEventSymptoms() function returns the list of events that are symptoms of the specified one.
@symptoms = $session->getEventSymptoms( "Router", "Down" );