public class ComputationDescription extends java.lang.Object implements FormatMarshaller, FormatUnmarshaller<ComputationDescription>
| Modifier and Type | Field and Description |
|---|---|
static ComputationDescription |
UNMARSHALL |
| Constructor and Description |
|---|
ComputationDescription(java.lang.String inCtrlSynopsis,
java.lang.String inResSynopsis) |
| Modifier and Type | Method and Description |
|---|---|
void |
addStream(java.lang.String inDatabase,
java.lang.String inSynopsis,
java.lang.String inConfig,
int inOffset) |
java.util.Set<java.lang.String> |
getAllSynopsis() |
java.lang.String |
getControlSynopsis() |
TrafficGenerator |
getGenerator() |
int |
getMilliOffset() |
int |
getMilliPrediction() |
int |
getNumStreams() |
java.lang.String |
getResource() |
java.lang.String |
getResultSynopsis() |
CompStreamDescription |
getStream(int inStreamNum) |
java.lang.String |
getSynopsis() |
void |
marshall(FormatWriter mFormat) |
void |
setResource(java.lang.String inResourceID) |
java.lang.String |
toString() |
ComputationDescription |
unmarshall(FormatReader mFormat) |
public static final ComputationDescription UNMARSHALL
public ComputationDescription(java.lang.String inCtrlSynopsis,
java.lang.String inResSynopsis)
public void addStream(java.lang.String inDatabase,
java.lang.String inSynopsis,
java.lang.String inConfig,
int inOffset)
public int getNumStreams()
public java.util.Set<java.lang.String> getAllSynopsis()
public CompStreamDescription getStream(int inStreamNum)
public java.lang.String getSynopsis()
public TrafficGenerator getGenerator()
public int getMilliPrediction()
public int getMilliOffset()
public java.lang.String getControlSynopsis()
public java.lang.String getResultSynopsis()
public java.lang.String getResource()
public void setResource(java.lang.String inResourceID)
public java.lang.String toString()
toString in class java.lang.Objectpublic void marshall(FormatWriter mFormat) throws FormatException
marshall in interface FormatMarshallermFormat - - The format writer to write toFormatException - If there was a problem while writingpublic ComputationDescription unmarshall(FormatReader mFormat) throws FormatException
unmarshall in interface FormatUnmarshaller<ComputationDescription>mFormat - - The format reader to read fromFormatException - If there was a problem while reading