net.sourceforge.combean.mathprog.grooml
Class GVectorValue

A value in a spare vector. Simple data holder. Implements LPVectorValue.

Field Summary
 int idx
           
 String offsetId
           
 byte orientation
           
 double val
           
 
Constructor Summary
GVectorValue(Integer idx, Double val, String offsetId, byte orientation)
           
 
Method Summary
double doubleValue()
          
int index()
          
LPVectorLabel label()
          
 

Constructor Detail

GVectorValue

public GVectorValue(Integer idx, Double val, String offsetId, byte orientation)


Method Detail

doubleValue

public double doubleValue()


index

public int index()


label

public LPVectorLabel label()