org.optimizationservices.oscommon.datastructure.osinstance
Class Objective

java.lang.Object
  extended by org.optimizationservices.oscommon.datastructure.osinstance.Objective

public class Objective
extends java.lang.Object

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

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

Field Summary
 ObjCoef[] coef
           
 double constant
           
 java.lang.String maxOrMin
           
 java.lang.String name
           
 int numberOfObjCoef
           
 double weight
           
 
Constructor Summary
Objective()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

maxOrMin

public java.lang.String maxOrMin

numberOfObjCoef

public int numberOfObjCoef

constant

public double constant

weight

public double weight

coef

public ObjCoef[] coef
Constructor Detail

Objective

public Objective()