org.rubato.rubettes.bigbang.model
Class ObjectPathFinder

java.lang.Object
  extended by org.rubato.rubettes.bigbang.model.ObjectPathFinder

public class ObjectPathFinder
extends java.lang.Object


Constructor Summary
ObjectPathFinder()
           
 
Method Summary
 java.util.Set<DenotatorPath> findPaths(Denotator currentDenotator)
           
 java.util.Set<DenotatorPath> findPaths(Denotator currentDenotator, DenotatorPath currentPath)
           
 boolean powersetOrListFound()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectPathFinder

public ObjectPathFinder()
Method Detail

findPaths

public java.util.Set<DenotatorPath> findPaths(Denotator currentDenotator,
                                              DenotatorPath currentPath)

findPaths

public java.util.Set<DenotatorPath> findPaths(Denotator currentDenotator)

powersetOrListFound

public boolean powersetOrListFound()