com.rubecula.jquantity
Class Row

java.lang.Object
  extended bycom.rubecula.util.Item
      extended bycom.rubecula.jquantity.Compound
          extended bycom.rubecula.jquantity.OneMatrix
              extended bycom.rubecula.jquantity.Row
All Implemented Interfaces:
Auditable, java.lang.Cloneable, java.lang.Comparable, CompoundModel, Divisible, Identifiable, Millable, Mutable, Nameable, Normalizable, Presentable, java.io.Serializable

public class Row
extends OneMatrix

Class

Since:
V_0_4
Version:
$Revision: 1.1 $
Author:
Robin Hillyard
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.rubecula.jquantity.OneMatrix
 
Fields inherited from class com.rubecula.jquantity.Compound
 
Fields inherited from class com.rubecula.util.Item
JQUANTITY_TEST
 
Constructor Summary
Row(BaseNumber[] elements)
           
Row(int length)
           
 
Method Summary
 int[] getDimensions()
          Method to get the maximumum indices for each dimension.
 
Methods inherited from class com.rubecula.jquantity.OneMatrix
factored, getElement, getElement, inverse, isNormal, length, normalize, quotient, setElement
 
Methods inherited from class com.rubecula.jquantity.Compound
audit, getIdentifier, isMutable, main, makePresentableInstance, present, setConstant, setIdentifier
 
Methods inherited from class com.rubecula.util.Item
audit, audit, compareTo, Debug, getClassNameShort, getType, IsDebug, present, SetDebug, test, test, toString, Wrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.rubecula.util.Auditable
audit, audit
 

Constructor Detail

Row

public Row(BaseNumber[] elements)
Parameters:
elements -

Row

public Row(int length)
Parameters:
length -
Method Detail

getDimensions

public int[] getDimensions()
Description copied from interface: CompoundModel
Method to get the maximumum indices for each dimension.

Specified by:
getDimensions in interface CompoundModel
Overrides:
getDimensions in class OneMatrix