Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
mohawk-2.0
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jon Shahen
mohawk-2.0
Commits
7c56ac35
Commit
7c56ac35
authored
Nov 13, 2015
by
Jonathan Shahen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved NuSMVMode to the Global repo
parent
2e9892ff
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
17 deletions
+2
-17
src/mohawk/collections/NuSMVMode.java
src/mohawk/collections/NuSMVMode.java
+0
-14
src/mohawk/refine/AbsRefine.java
src/mohawk/refine/AbsRefine.java
+1
-1
src/mohawk/refine/RolesAbsRefine.java
src/mohawk/refine/RolesAbsRefine.java
+0
-1
src/mohawk/testing/TestingSuite.java
src/mohawk/testing/TestingSuite.java
+1
-1
No files found.
src/mohawk/collections/NuSMVMode.java
deleted
100644 → 0
View file @
2e9892ff
/**
*
*/
package
mohawk.collections
;
/**
* @author kjayaram
*
*/
public
enum
NuSMVMode
{
SMC
,
// Symbolic model checking
BMC
// Bounded modelchecking
}
src/mohawk/refine/AbsRefine.java
View file @
7c56ac35
...
...
@@ -26,7 +26,7 @@ package mohawk.refine;
import
java.io.File
;
import
java.util.logging.Logger
;
import
mohawk.
collections
.NuSMVMode
;
import
mohawk.
global.pieces.mohawk
.NuSMVMode
;
import
mohawk.rbac.RBACInstance
;
import
mohawk.rbac.RBACSpecReader
;
...
...
src/mohawk/refine/RolesAbsRefine.java
View file @
7c56ac35
...
...
@@ -8,7 +8,6 @@ import java.io.IOException;
import
java.util.*
;
import
java.util.logging.Logger
;
import
mohawk.collections.NuSMVMode
;
import
mohawk.collections.RoleDepTree
;
import
mohawk.global.pieces.mohawk.*
;
import
mohawk.global.results.ExecutionResult
;
...
...
src/mohawk/testing/TestingSuite.java
View file @
7c56ac35
...
...
@@ -7,7 +7,7 @@ import java.util.concurrent.*;
import
java.util.logging.Level
;
import
java.util.logging.Logger
;
import
mohawk.
collections
.NuSMVMode
;
import
mohawk.
global.pieces.mohawk
.NuSMVMode
;
import
mohawk.global.results.*
;
import
mohawk.global.timing.MohawkTiming
;
import
mohawk.helper.SMVSpecHelper
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment