edu.cmu.cs.able.gaugeInfrastructure.Siena.Events
Class GaugeInitEvent

java.lang.Object
  |
  +--edu.cmu.cs.able.gaugeInfrastructure.util.GaugeID
        |
        +--edu.cmu.cs.able.gaugeInfrastructure.Events.GaugeEvent
              |
              +--edu.cmu.cs.able.gaugeInfrastructure.Siena.Events.GaugeInitEvent
All Implemented Interfaces:
java.io.Serializable

public class GaugeInitEvent
extends GaugeEvent

See Also:
Serialized Form

Field Summary
 java.lang.String gaugeMgrID
           
 StringPairVector mappings
           
 StringPairVector setup
           
 
Fields inherited from class edu.cmu.cs.able.gaugeInfrastructure.Events.GaugeEvent
status
 
Fields inherited from class edu.cmu.cs.able.gaugeInfrastructure.util.GaugeID
gaugeName, gaugeType, modelName, modelType, uid
 
Constructor Summary
GaugeInitEvent(GaugeID gauge)
          Creates new GaugeInitEvent
 
Methods inherited from class edu.cmu.cs.able.gaugeInfrastructure.util.GaugeID
equals, toString, xferGaugeID
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

setup

public StringPairVector setup

mappings

public StringPairVector mappings

gaugeMgrID

public java.lang.String gaugeMgrID
Constructor Detail

GaugeInitEvent

public GaugeInitEvent(GaugeID gauge)
Creates new GaugeInitEvent