Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pnml-relast
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JastAdd
pnml
pnml-relast
Merge requests
!1
added ref-place and ref-transition execution support
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
added ref-place and ref-transition execution support
feature/ref-execution
into
master
Overview
6
Commits
3
Pipelines
0
Changes
3
5 unresolved threads
Hide all comments
Merged
Sebastian Ebert
requested to merge
feature/ref-execution
into
master
3 years ago
Overview
6
Commits
3
Pipelines
0
Changes
3
5 unresolved threads
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
ad6d6d99
Prev
Next
Show latest version
3 files
+
4
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
ad6d6d99
clean up
· ad6d6d99
Sebastian Ebert
authored
3 years ago
src/main/java/de/tudresden/inf/st/pnml/Main.java
+
4
−
2
Options
package
de.tudresden.inf.st.pnml
;
import
de.tudresden.inf.st.pnml.jastadd.model.*
;
import
de.tudresden.inf.st.pnml.jastadd.model.Marking
;
import
de.tudresden.inf.st.pnml.jastadd.model.PetriNet
;
import
fr.lip6.move.pnml.framework.general.PNType
;
import
fr.lip6.move.pnml.framework.hlapi.HLAPIRootClass
;
import
fr.lip6.move.pnml.framework.utils.ModelRepository
;
@@ -26,7 +28,7 @@ public class Main {
// String fileName = "src/main/resources/minimal.pnml";
// String fileName = "src/main/resources/philo.pnml";
String
fileName
=
"src/main/resources/
placeRefNe
t.pnml"
;
String
fileName
=
"src/main/resources/
haddadin_automaton_fla
t.pnml"
;
List
<
PetriNet
>
petriNets
=
parsePnml
(
fileName
);
Loading