-
Notifications
You must be signed in to change notification settings - Fork 1
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
41 changed files
with
73 additions
and
73 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
...l/isaatc/function/BetaLimitedVariate.java → .../ull/iis/function/BetaLimitedVariate.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
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
2 changes: 1 addition & 1 deletion
2
...s/ull/isaatc/function/LinearFunction.java → ...c/es/ull/iis/function/LinearFunction.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 es.ull.isaatc.function; | ||
package es.ull.iis.function; | ||
|
||
|
||
/** | ||
|
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
2 changes: 1 addition & 1 deletion
2
...l/isaatc/function/PolynomialFunction.java → .../ull/iis/function/PolynomialFunction.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
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
2 changes: 1 addition & 1 deletion
2
.../es/ull/isaatc/function/TimeFunction.java → ...src/es/ull/iis/function/TimeFunction.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
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
4 changes: 2 additions & 2 deletions
4
.../es/ull/isaatc/function/package-info.java → ...src/es/ull/iis/function/package-info.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,5 +1,5 @@ | ||
/** | ||
* Provides classes which can define time-depending functions. These functions are | ||
* also used as wrappers for random number generators {@link es.ull.isaatc.function.RandomFunction}. | ||
* also used as wrappers for random number generators {@link es.ull.iis.function.RandomFunction}. | ||
*/ | ||
package es.ull.isaatc.function; | ||
package es.ull.iis.function; |
16 changes: 8 additions & 8 deletions
16
utils/src/es/ull/isaatc/test/CycleTest.java → utils/src/es/ull/iis/test/CycleTest.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
2 changes: 1 addition & 1 deletion
2
...es/ull/isaatc/test/TestClassCreation.java → ...rc/es/ull/iis/test/TestClassCreation.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
2 changes: 1 addition & 1 deletion
2
utils/src/es/ull/isaatc/test/TestEvents.java → utils/src/es/ull/iis/test/TestEvents.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
2 changes: 1 addition & 1 deletion
2
utils/src/es/ull/isaatc/test/TestHash.java → utils/src/es/ull/iis/test/TestHash.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,4 +1,4 @@ | ||
package es.ull.isaatc.test; | ||
package es.ull.iis.test; | ||
import java.util.HashMap; | ||
import java.util.TreeMap; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
utils/src/es/ull/isaatc/test/TestLists.java → utils/src/es/ull/iis/test/TestLists.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
2 changes: 1 addition & 1 deletion
2
.../es/ull/isaatc/test/TestSimKitRandom.java → ...src/es/ull/iis/test/TestSimKitRandom.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,4 +1,4 @@ | ||
package es.ull.isaatc.test; | ||
package es.ull.iis.test; | ||
import simkit.random.*; | ||
|
||
import java.io.*; | ||
|
2 changes: 1 addition & 1 deletion
2
.../es/ull/isaatc/test/TestStupidMethod.java → ...src/es/ull/iis/test/TestStupidMethod.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 es.ull.isaatc.test; | ||
package es.ull.iis.test; | ||
|
||
/** | ||
* @author Iván Castilla Rodríguez | ||
|
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...c/es/ull/isaatc/util/ClassPathHacker.java → .../src/es/ull/iis/util/ClassPathHacker.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 es.ull.isaatc.util; | ||
package es.ull.iis.util; | ||
|
||
import java.io.File; | ||
import java.io.IOException; | ||
|
2 changes: 1 addition & 1 deletion
2
utils/src/es/ull/isaatc/util/Cycle.java → utils/src/es/ull/iis/util/Cycle.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,4 +1,4 @@ | ||
package es.ull.isaatc.util; | ||
package es.ull.iis.util; | ||
|
||
/** | ||
* Defines a repeated sequence of events. <p> | ||
|
2 changes: 1 addition & 1 deletion
2
...src/es/ull/isaatc/util/CycleIterator.java → utils/src/es/ull/iis/util/CycleIterator.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
2 changes: 1 addition & 1 deletion
2
...ll/isaatc/util/DiscreteCycleIterator.java → ...s/ull/iis/util/DiscreteCycleIterator.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
2 changes: 1 addition & 1 deletion
2
utils/src/es/ull/isaatc/util/ExcelTools.java → utils/src/es/ull/iis/util/ExcelTools.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
2 changes: 1 addition & 1 deletion
2
.../src/es/ull/isaatc/util/ExtendedMath.java → utils/src/es/ull/iis/util/ExtendedMath.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
2 changes: 1 addition & 1 deletion
2
utils/src/es/ull/isaatc/util/Output.java → utils/src/es/ull/iis/util/Output.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 es.ull.isaatc.util; | ||
package es.ull.iis.util; | ||
|
||
import java.io.*; | ||
|
||
|
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
2 changes: 1 addition & 1 deletion
2
...rc/es/ull/isaatc/util/PrioritizedMap.java → ...s/src/es/ull/iis/util/PrioritizedMap.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
2 changes: 1 addition & 1 deletion
2
.../es/ull/isaatc/util/PrioritizedTable.java → ...src/es/ull/iis/util/PrioritizedTable.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,5 +1,5 @@ | ||
|
||
package es.ull.isaatc.util; | ||
package es.ull.iis.util; | ||
|
||
import java.util.ArrayList; | ||
import java.util.Iterator; | ||
|
Oops, something went wrong.