SSF.OS.OSPFv2.test
Class IPwithErrorInjection.OSPFError

java.lang.Object
  |
  +--SSF.OS.OSPFv2.test.IPwithErrorInjection.OSPFError
Enclosing class:
IPwithErrorInjection

class IPwithErrorInjection.OSPFError
extends java.lang.Object

Container to specify errors


Field Summary
 double from
          start time
 int ifc
          interface
 java.util.Hashtable parameters
          error parameters
 double until
          end time
 
Constructor Summary
(package private) IPwithErrorInjection.OSPFError()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

from

public double from
start time

until

public double until
end time

ifc

public int ifc
interface

parameters

public java.util.Hashtable parameters
error parameters
Constructor Detail

IPwithErrorInjection.OSPFError

IPwithErrorInjection.OSPFError()