net.sourceforge.combean.mathprog.lp.model
Class LPVectorLabelImpl

Package class diagram package LPVectorLabelImpl
java.lang.Object
  extended by net.sourceforge.combean.mathprog.lp.model.LPVectorLabelImpl
All Implemented Interfaces:
LPVectorLabel

public class LPVectorLabelImpl
extends Object
implements LPVectorLabel


Constructor Summary
LPVectorLabelImpl(String offsetId, VectorOrientation orientation)
           
 
Method Summary
 String getOffsetId()
           
 VectorOrientation getOrientation()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LPVectorLabelImpl

public LPVectorLabelImpl(String offsetId,
                         VectorOrientation orientation)
Parameters:
offsetId -
orientation -
Method Detail

getOffsetId

public String getOffsetId()
Specified by:
getOffsetId in interface LPVectorLabel
Returns:
the offset id.

getOrientation

public VectorOrientation getOrientation()
Specified by:
getOrientation in interface LPVectorLabel
Returns:
the orientation of the row or column vector where the entry belongs to.

toString

public String toString()
Overrides:
toString in class Object