|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.optimizationservices.oscommon.representationparser.OSgLReader
org.optimizationservices.oscommon.representationparser.OSbLReader
public class OSbLReader
The
Field Summary |
---|
Fields inherited from class org.optimizationservices.oscommon.representationparser.OSgLReader |
---|
m_document |
Constructor Summary | |
---|---|
OSbLReader()
Default constructor. |
|
OSbLReader(boolean validate)
constructor. |
Method Summary | |
---|---|
java.lang.String |
getBenchmarkMessage()
Get the benchmark message. |
BenchmarkScores |
getBenchmarkScores()
Get the benchmark scores. |
BenchmarkStatistics |
getBenchmarkStatistics()
Get the benchmark statistics. |
java.util.GregorianCalendar |
getBenchmarkTime()
Get time of the last benchmark. |
OptimizationBenchmark |
getOptimizationBenchmark()
Get the optimization benchmark information. |
OSBenchmark |
getOSBenchmark()
get the standard OSBenchmark, a local interface for storing Optimization Services benchmark result. |
java.lang.String |
getOtherBenchmarkDescriptionByName(java.lang.String name)
Get the String value from the other benchmark hash map. |
java.lang.String[] |
getOtherBenchmarkDescriptions()
Get the descriptions of all other benchmarks. |
java.lang.String[] |
getOtherBenchmarkNames()
Get the names of all other benchmarks. |
int |
getOtherBenchmarkNumber()
Get the number of other benchmarks. |
java.util.HashMap<java.lang.String,java.lang.String> |
getOtherBenchmarks()
Get the hash map of other benchmarks. |
java.lang.String |
getOtherBenchmarkValueByName(java.lang.String name)
Get the String value from the other benchmark hash map. |
java.lang.String[] |
getOtherBenchmarkValues()
Get the values of all other benchmarks. |
java.lang.String |
getServiceName()
Get the service name. |
java.lang.String |
getServiceURI()
Get the service uri. |
static void |
main(java.lang.String[] argv)
main for test purposes. |
Methods inherited from class org.optimizationservices.oscommon.representationparser.OSgLReader |
---|
getDocument, getRootElement, isValidate, readFile, readString, setDocument, setRootElement, setValidate, writeToFile, writeToSring, writeToStandardOutput |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OSbLReader(boolean validate)
validate
- holds whether the reader should be validating against the schema or not.public OSbLReader()
Method Detail |
---|
public OSBenchmark getOSBenchmark() throws java.lang.Exception
java.lang.Exception
- if there are errors getting the OSBenchmark.public java.lang.String getServiceURI()
public java.lang.String getServiceName()
public java.util.GregorianCalendar getBenchmarkTime()
public java.lang.String getBenchmarkMessage()
public BenchmarkScores getBenchmarkScores()
public BenchmarkStatistics getBenchmarkStatistics()
public OptimizationBenchmark getOptimizationBenchmark()
public java.util.HashMap<java.lang.String,java.lang.String> getOtherBenchmarks()
public int getOtherBenchmarkNumber()
public java.lang.String getOtherBenchmarkValueByName(java.lang.String name)
name
- holds the name of benchmark to get.
public java.lang.String getOtherBenchmarkDescriptionByName(java.lang.String name)
name
- holds the name of benchmark to get.
public java.lang.String[] getOtherBenchmarkNames()
public java.lang.String[] getOtherBenchmarkValues()
public java.lang.String[] getOtherBenchmarkDescriptions()
public static void main(java.lang.String[] argv)
argv
- command line arguments.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |