jasco.tools.connectorparser
Class CombinationMaker

java.lang.Object
  extended by jasco.tools.connectorparser.CombinationMaker
Direct Known Subclasses:
ConnectorParameterInputCombinationMaker

public class CombinationMaker
extends java.lang.Object


Constructor Summary
CombinationMaker()
           
 
Method Summary
 void addObjectToCombine(java.lang.Object o)
           
 java.util.Iterator getCombinations()
           
 void nextRound()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CombinationMaker

public CombinationMaker()
Method Detail

getCombinations

public java.util.Iterator getCombinations()

addObjectToCombine

public void addObjectToCombine(java.lang.Object o)

nextRound

public void nextRound()