-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
import de.uni_leipzig.simba.keydiscovery.rockerone.Rocker; | ||
|
||
/** | ||
* @author Tommaso Soru <[email protected]> | ||
* @author Tommaso Soru {@literal ([email protected])} | ||
* | ||
*/ | ||
public class RockerKeyDiscovery implements IKeyDiscovery { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
/** | ||
* | ||
* @author ngonga | ||
* @author Tommaso Soru <[email protected]> | ||
* @author Tommaso Soru {@literal ([email protected])} | ||
* | ||
*/ | ||
public class CandidateNode implements Comparable<CandidateNode> { | ||
|
2 changes: 1 addition & 1 deletion
2
rocker-parent/src/main/java/de/uni_leipzig/simba/keydiscovery/model/FaultyPair.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package de.uni_leipzig.simba.keydiscovery.model; | ||
|
||
/** | ||
* @author Tommaso Soru <[email protected]> | ||
* @author Tommaso Soru {@literal ([email protected])} | ||
* | ||
*/ | ||
public class FaultyPair implements Comparable<FaultyPair> { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
import com.hp.hpl.jena.rdf.model.Resource; | ||
|
||
/** | ||
* @author Tommaso Soru <[email protected]> | ||
* @author Tommaso Soru {@literal ([email protected])} | ||
* | ||
*/ | ||
public class Issue { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
/** | ||
* A refinement key discovery task on a given class. | ||
* | ||
* @author Tommaso Soru <[email protected]> | ||
* @author Tommaso Soru {@literal ([email protected])} | ||
* | ||
*/ | ||
public class RKDClassTask implements Comparable<RKDClassTask> { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
import de.uni_leipzig.simba.keydiscovery.util.Timer; | ||
|
||
/** | ||
* @author Tommaso Soru <[email protected]> | ||
* @author Tommaso Soru {@literal ([email protected])} | ||
* | ||
*/ | ||
public class Algorithm { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
|
||
/** | ||
* | ||
* @author Tommaso Soru <[email protected]> | ||
* @author Tommaso Soru {@literal ([email protected])} | ||
* | ||
*/ | ||
public class DataIndexer { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
import de.uni_leipzig.simba.keydiscovery.model.RKDClassTask; | ||
|
||
/** | ||
* @author Tommaso Soru <[email protected]> | ||
* @author Tommaso Soru {@literal ([email protected])} | ||
* | ||
*/ | ||
public class ModelManager { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
|
||
|
||
/** | ||
* @author Tommaso Soru <[email protected]> | ||
* @author Tommaso Soru {@literal ([email protected])} | ||
* | ||
*/ | ||
public class Rocker implements Runnable { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
import de.uni_leipzig.simba.keydiscovery.rockerone.db.SQLiteManager; | ||
|
||
/** | ||
* @author Tommaso Soru <[email protected]> | ||
* @author Tommaso Soru {@literal ([email protected])} | ||
* | ||
*/ | ||
public class Score { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
import de.uni_leipzig.simba.keydiscovery.util.Randomly; | ||
|
||
/** | ||
* @author Tommaso Soru <[email protected]> | ||
* @author Tommaso Soru {@literal ([email protected])} | ||
* | ||
*/ | ||
public class SQLiteManager { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
|
||
/** | ||
* @author Mohamed Sherif | ||
* @author Tommaso Soru <[email protected]> | ||
* @author Tommaso Soru {@literal ([email protected])} | ||
* | ||
*/ | ||
public class CBDBuilder { | ||
|
2 changes: 1 addition & 1 deletion
2
rocker-parent/src/main/java/de/uni_leipzig/simba/keydiscovery/util/Randomly.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package de.uni_leipzig.simba.keydiscovery.util; | ||
|
||
/** | ||
* @author Tommaso Soru <[email protected]> | ||
* @author Tommaso Soru {@literal ([email protected])} | ||
* | ||
*/ | ||
public class Randomly { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
import org.apache.log4j.Logger; | ||
|
||
/** | ||
* @author Tommaso Soru <[email protected]> | ||
* @author Tommaso Soru {@literal ([email protected])} | ||
* | ||
*/ | ||
public class Timer { | ||
|
@@ -63,4 +63,4 @@ public static void main(String[] args) throws InterruptedException { | |
LOGGER.info(t.getLapSeconds(1)); | ||
} | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
import de.uni_leipzig.simba.keydiscovery.rockerone.Rocker; | ||
|
||
/** | ||
* @author Tommaso Soru <[email protected]> | ||
* @author Tommaso Soru {@literal ([email protected])} | ||
* | ||
*/ | ||
public class RockerTest { | ||
|