org.eclipse.ohf.stem.internal.data
Class InfectorData

java.lang.Object
  extended by org.eclipse.ohf.stem.internal.data.DataSetRecord.DataSetData
      extended by org.eclipse.ohf.stem.internal.data.DecoratorRecord.DecoratorData
          extended by org.eclipse.ohf.stem.internal.data.InfectorData
Direct Known Subclasses:
InfectorData.StandardInfectorData

public abstract class InfectorData
extends DecoratorRecord.DecoratorData

This class represents data extracted from a poperties file that defines a Infector.


Nested Class Summary
static class InfectorData.SIInfectorData
          This class represents data extracted from a properties file that defines a SIInfector.
static class InfectorData.StandardInfectorData
          This class represents data extracted from a properties file that defines a StandardInfector.
 
Constructor Summary
InfectorData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfectorData

public InfectorData()