gausselim.pivoting
Class PivotManager

java.lang.Object
  extended by gausselim.pivoting.PivotManager

public class PivotManager
extends java.lang.Object

Manager for available PivotingMethods.


Constructor Summary
PivotManager()
           
 
Method Summary
 java.lang.String getDescription(PivotingMethod pm)
           
 java.lang.String[] getDescriptions()
           
 PivotingMethod getPivotingMethod(java.lang.String description)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PivotManager

public PivotManager()
Method Detail

getDescriptions

public java.lang.String[] getDescriptions()
Returns:
descriptions for all available PivotingMethods

getDescription

public java.lang.String getDescription(PivotingMethod pm)
Returns:
a description for the specified PivotingMethod

getPivotingMethod

public PivotingMethod getPivotingMethod(java.lang.String description)
Returns:
a PivotingMethod for the specified description