| Package | Description | 
|---|---|
| net.sf.jailer.util | 
| Modifier and Type | Method and Description | 
|---|---|
static java.util.Collection<CycleFinder.Path> | 
CycleFinder.findCycle(DataModel dataModel,
         java.util.Collection<Table> tables,
         boolean findExact,
         java.lang.Long timeout,
         CycleFinder.CycleConsumer cycleConsumer)
Finds all dependency cycles in a data model. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
CycleFinder.CycleConsumer.consume(CycleFinder.Path cycle)
Consumes a cycle 
 |