-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use more suitable naming for packages
- Loading branch information
Showing
35 changed files
with
104 additions
and
98 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
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
...ng/parsing/CrySLModelReaderClassPath.java → ...sl/parsing/CrySLModelReaderClassPath.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
8 changes: 8 additions & 0 deletions
8
CrySLParser/src/main/java/crysl/parsing/CrySLParserException.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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package crysl.parsing; | ||
|
||
public class CrySLParserException extends Exception { | ||
|
||
public CrySLParserException(String message) { | ||
super(message); | ||
} | ||
} |
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
6 changes: 3 additions & 3 deletions
6
...tu/crossing/parsing/ExceptionsReader.java → .../java/crysl/parsing/ExceptionsReader.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
10 changes: 5 additions & 5 deletions
10
...ing/parsing/StateMachineGraphBuilder.java → ...ysl/parsing/StateMachineGraphBuilder.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
...ssing/rule/CrySLArithmeticConstraint.java → ...crysl/rule/CrySLArithmeticConstraint.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 de.darmstadt.tu.crossing.rule; | ||
package crysl.rule; | ||
|
||
import java.util.ArrayList; | ||
import java.util.List; | ||
|
2 changes: 1 addition & 1 deletion
2
...ssing/rule/CrySLComparisonConstraint.java → ...crysl/rule/CrySLComparisonConstraint.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 de.darmstadt.tu.crossing.rule; | ||
package crysl.rule; | ||
|
||
import java.util.List; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../tu/crossing/rule/CrySLCondPredicate.java → ...n/java/crysl/rule/CrySLCondPredicate.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 de.darmstadt.tu.crossing.rule; | ||
package crysl.rule; | ||
|
||
import java.util.Collection; | ||
import java.util.List; | ||
|
2 changes: 1 addition & 1 deletion
2
...adt/tu/crossing/rule/CrySLConstraint.java → ...main/java/crysl/rule/CrySLConstraint.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 de.darmstadt.tu.crossing.rule; | ||
package crysl.rule; | ||
|
||
import java.util.List; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...tadt/tu/crossing/rule/CrySLException.java → .../main/java/crysl/rule/CrySLException.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
...ossing/rule/CrySLExceptionConstraint.java → .../crysl/rule/CrySLExceptionConstraint.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 de.darmstadt.tu.crossing.rule; | ||
package crysl.rule; | ||
|
||
import java.util.Collections; | ||
import java.util.List; | ||
|
2 changes: 1 addition & 1 deletion
2
...u/crossing/rule/CrySLForbiddenMethod.java → ...java/crysl/rule/CrySLForbiddenMethod.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 de.darmstadt.tu.crossing.rule; | ||
package crysl.rule; | ||
|
||
import java.util.Collection; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...mstadt/tu/crossing/rule/CrySLLiteral.java → ...rc/main/java/crysl/rule/CrySLLiteral.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
...rmstadt/tu/crossing/rule/CrySLMethod.java → ...src/main/java/crysl/rule/CrySLMethod.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 de.darmstadt.tu.crossing.rule; | ||
package crysl.rule; | ||
|
||
import java.util.List; | ||
import java.util.Map.Entry; | ||
|
2 changes: 1 addition & 1 deletion
2
...rmstadt/tu/crossing/rule/CrySLObject.java → ...src/main/java/crysl/rule/CrySLObject.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 de.darmstadt.tu.crossing.rule; | ||
package crysl.rule; | ||
|
||
import java.util.Arrays; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...tadt/tu/crossing/rule/CrySLPredicate.java → .../main/java/crysl/rule/CrySLPredicate.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 de.darmstadt.tu.crossing.rule; | ||
package crysl.rule; | ||
|
||
import java.util.ArrayList; | ||
import java.util.Arrays; | ||
|
2 changes: 1 addition & 1 deletion
2
...darmstadt/tu/crossing/rule/CrySLRule.java → ...r/src/main/java/crysl/rule/CrySLRule.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
...stadt/tu/crossing/rule/CrySLSplitter.java → ...c/main/java/crysl/rule/CrySLSplitter.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 de.darmstadt.tu.crossing.rule; | ||
package crysl.rule; | ||
|
||
public class CrySLSplitter { | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...u/crossing/rule/CrySLValueConstraint.java → ...java/crysl/rule/CrySLValueConstraint.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 de.darmstadt.tu.crossing.rule; | ||
package crysl.rule; | ||
|
||
import java.util.ArrayList; | ||
import java.util.List; | ||
|
2 changes: 1 addition & 1 deletion
2
.../tu/crossing/rule/FiniteStateMachine.java → ...n/java/crysl/rule/FiniteStateMachine.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 de.darmstadt.tu.crossing.rule; | ||
package crysl.rule; | ||
|
||
import java.util.Collection; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...ossing/rule/ICrySLPredicateParameter.java → .../crysl/rule/ICrySLPredicateParameter.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 de.darmstadt.tu.crossing.rule; | ||
package crysl.rule; | ||
|
||
public interface ICrySLPredicateParameter { | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...stadt/tu/crossing/rule/ISLConstraint.java → ...c/main/java/crysl/rule/ISLConstraint.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 de.darmstadt.tu.crossing.rule; | ||
package crysl.rule; | ||
|
||
import java.util.List; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...t/tu/crossing/rule/StateMachineGraph.java → ...in/java/crysl/rule/StateMachineGraph.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
...rossing/rule/StateMachineGraphReader.java → ...a/crysl/rule/StateMachineGraphReader.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 de.darmstadt.tu.crossing.rule; | ||
package crysl.rule; | ||
|
||
import java.io.File; | ||
import java.io.FileInputStream; | ||
|
2 changes: 1 addition & 1 deletion
2
...darmstadt/tu/crossing/rule/StateNode.java → ...r/src/main/java/crysl/rule/StateNode.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 de.darmstadt.tu.crossing.rule; | ||
package crysl.rule; | ||
|
||
public class StateNode { | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...armstadt/tu/crossing/rule/Transition.java → .../src/main/java/crysl/rule/Transition.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 de.darmstadt.tu.crossing.rule; | ||
package crysl.rule; | ||
|
||
import java.util.Collection; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...tadt/tu/crossing/rule/TransitionEdge.java → .../main/java/crysl/rule/TransitionEdge.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 de.darmstadt.tu.crossing.rule; | ||
package crysl.rule; | ||
|
||
import java.util.Collection; | ||
|
||
|
8 changes: 0 additions & 8 deletions
8
CrySLParser/src/main/java/de/darmstadt/tu/crossing/parsing/CrySLException.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.