| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.optimizationservices.oscommon.datastructure.osinstance.Objective
public class Objective
A data structure class that corresponds to an xml element in the OSiL schema.
| 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 | 
|---|
public java.lang.String name
public java.lang.String maxOrMin
public int numberOfObjCoef
public double constant
public double weight
public ObjCoef[] coef
| Constructor Detail | 
|---|
public Objective()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||