org.optimizationservices.oscommon.datastructure.osbenchmark
Class BenchmarkData

java.lang.Object
  extended by org.optimizationservices.oscommon.datastructure.osbenchmark.BenchmarkData

public class BenchmarkData
extends java.lang.Object

A data structure class that corresponds to an xml element in the OSbL schema.

Since:
OS 1.0
Version:
1.0, 03/14/2004
Author:
Robert Fourer, Jun Ma, Kipp Martin

Field Summary
 OptimizationBenchmark optimization
           
 OtherBenchmark[] other
           
 BenchmarkScores scores
           
 BenchmarkStatistics statistics
           
 
Constructor Summary
BenchmarkData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scores

public BenchmarkScores scores

statistics

public BenchmarkStatistics statistics

optimization

public OptimizationBenchmark optimization

other

public OtherBenchmark[] other
Constructor Detail

BenchmarkData

public BenchmarkData()