org.eclipse.ohf.stem.ui.ge
Class GESimEntry

java.lang.Object
  extended by org.eclipse.ohf.stem.ui.ge.GESimEntry

public class GESimEntry
extends java.lang.Object

SimEntry is special entry to describe a Simulation that we are or were actively logging. It holds information that is unique to the generation of KML files for a specific simulation.


Constructor Summary
GESimEntry(java.lang.String name, ISimulation simulation)
          Constructor
 
Method Summary
 Aspect getAspectToDisplay()
          Get the aspect that we want to display
 java.lang.String getLogFolder()
           
 int getMethod()
           
 ISimulation getSimulation()
           
 StemKml getStemKml()
           
 java.util.Map<java.lang.String,GEData> getStemMap()
           
 boolean isActive()
           
 void setAspectToDisplay(Aspect value)
           
 void setLogFolder(java.lang.String logFolder)
           
 void setMethod(int method)
           
 void setStemKml(StemKml stemKml)
           
 void setStemMap(java.util.Map<java.lang.String,GEData> stemMap)
           
 java.lang.String toString()
          for debug info
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GESimEntry

public GESimEntry(java.lang.String name,
                  ISimulation simulation)
Constructor

Parameters:
name - Unique name for a Simulation
simulation - Instance of Simulation implementation
Method Detail

isActive

public boolean isActive()
Returns:
the active

getStemKml

public StemKml getStemKml()
Returns:
the stemKml

setStemKml

public void setStemKml(StemKml stemKml)
Parameters:
stemKml - the stemKml to set

getStemMap

public java.util.Map<java.lang.String,GEData> getStemMap()
Returns:
the stemMap

setStemMap

public void setStemMap(java.util.Map<java.lang.String,GEData> stemMap)
Parameters:
stemMap - the stemMap to set

getLogFolder

public java.lang.String getLogFolder()
Returns:
the logFolder

setLogFolder

public void setLogFolder(java.lang.String logFolder)
Parameters:
logFolder - the logFolder to set

toString

public java.lang.String toString()
for debug info

Overrides:
toString in class java.lang.Object

getAspectToDisplay

public Aspect getAspectToDisplay()
Get the aspect that we want to display

Returns:
the sEIRValue

setAspectToDisplay

public void setAspectToDisplay(Aspect value)
Parameters:
value - the aspect that we want displayed

getSimulation

public ISimulation getSimulation()
Returns:
the simulation

getMethod

public int getMethod()
Returns:
the method

setMethod

public void setMethod(int method)
Parameters:
method - the method to set