Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Couple<ForeignKey,java.lang.Double>> |
ForeignKeyDiscoverer.discoverForeignKey(java.util.Set<Table> setOfTables,
java.util.Set<Column> setOfColumns,
java.util.Set<PrimaryKey> singleColumnPrimaryKeys,
java.util.Set<PrimaryKey> multiColumnPrimaryKeys,
double inclusionThreshold,
int k,
int numberOfQuantiles) |
java.util.ArrayList<Couple<ForeignKey,java.lang.Double>> |
ForeignKeyDiscoverer.discoverForeignKey(java.util.Set<Table> setOfTables,
java.util.Set<Column> setOfColumns,
java.util.Set<PrimaryKey> singleColumnPrimaryKeys,
java.util.Set<PrimaryKey> multiColumnPrimaryKeys,
double inclusionThreshold,
int k,
int numberOfQuantiles) |
void |
DatabaseCreator.generateSetOfTables(org.deckfour.xes.model.XLog log,
java.util.Set<PrimaryKey> primaryKeys) |
Modifier and Type | Method and Description |
---|---|
int |
PrimaryKey.compareTo(PrimaryKey o) |
Modifier and Type | Method and Description |
---|---|
PrimaryKey |
EntityPrimaryKeyConverter.getPrimaryKey(DatabaseCreator databaseCreator,
Entity entity) |
Modifier and Type | Method and Description |
---|---|
Entity |
EntityPrimaryKeyConverter.getEntity(PrimaryKey primaryKey) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<PrimaryKey,org.deckfour.xes.model.XLog> |
LogExtractor.extractLogFromPrimarykeys(org.deckfour.xes.model.XLog log,
java.util.Set<PrimaryKey> primaryKeys,
Tree<Entity> tree,
boolean conservative,
double noiseThreshold) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<PrimaryKey,org.deckfour.xes.model.XLog> |
LogExtractor.extractLogFromPrimarykeys(org.deckfour.xes.model.XLog log,
java.util.Set<PrimaryKey> primaryKeys,
Tree<Entity> tree,
boolean conservative,
double noiseThreshold) |