org.rubato.rubettes.util
Class DenotatorValueFinder

java.lang.Object
  extended by org.rubato.rubettes.util.DenotatorValueFinder

public class DenotatorValueFinder
extends java.lang.Object


Constructor Summary
DenotatorValueFinder(Denotator denotator, boolean searchThroughPowersets)
           
 
Method Summary
 DenotatorPath getValuePathAt(int valueIndex)
           
 java.util.List<DenotatorPath> getValuePaths()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DenotatorValueFinder

public DenotatorValueFinder(Denotator denotator,
                            boolean searchThroughPowersets)
Method Detail

getValuePaths

public java.util.List<DenotatorPath> getValuePaths()

getValuePathAt

public DenotatorPath getValuePathAt(int valueIndex)