org.jboss.jrunit.table
Class XrefsTableList

java.lang.Object
  extended by org.jboss.jrunit.table.XrefsTableList

public class XrefsTableList
extends java.lang.Object

Tools Class for creating a OLAP like table

Author:
clebert.suconic@jboss.com

Nested Class Summary
static class XrefsTableList.ValueContainer
           
 
Constructor Summary
XrefsTableList(int numberOfAxis)
           
 
Method Summary
 void addElement(AxisReference[] axisElement, double value)
           
 void clear()
           
 void doOrdering()
           
 java.util.TreeSet[] getAxisSet()
           
 java.util.TreeSet getContentSet()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XrefsTableList

public XrefsTableList(int numberOfAxis)
Method Detail

clear

public void clear()

addElement

public void addElement(AxisReference[] axisElement,
                       double value)

getAxisSet

public java.util.TreeSet[] getAxisSet()

getContentSet

public java.util.TreeSet getContentSet()

doOrdering

public void doOrdering()


JRunit, a JUnit extension for distributed client/server tests.