|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ohf.stem.ui.ge.GESimEntry
public class GESimEntry
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 |
---|
public GESimEntry(java.lang.String name, ISimulation simulation)
name
- Unique name for a Simulationsimulation
- Instance of Simulation implementationMethod Detail |
---|
public boolean isActive()
public StemKml getStemKml()
public void setStemKml(StemKml stemKml)
stemKml
- the stemKml to setpublic java.util.Map<java.lang.String,GEData> getStemMap()
public void setStemMap(java.util.Map<java.lang.String,GEData> stemMap)
stemMap
- the stemMap to setpublic java.lang.String getLogFolder()
public void setLogFolder(java.lang.String logFolder)
logFolder
- the logFolder to setpublic java.lang.String toString()
toString
in class java.lang.Object
public Aspect getAspectToDisplay()
public void setAspectToDisplay(Aspect value)
value
- the aspect that we want displayedpublic ISimulation getSimulation()
public int getMethod()
public void setMethod(int method)
method
- the method to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |