Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ProB Rodin Plugin
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
ProB Rodin Plugin
Commits
d8a58c0b
Commit
d8a58c0b
authored
2 years ago
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
Update RecursiveMachineLoader.loadAllMachines to new signature
parent
ca9c5d21
No related branches found
No related tags found
No related merge requests found
Pipeline
#98995
passed
2 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
de.prob.core/src/de/prob/core/command/LoadClassicalBModelCommand.java
+1
-1
1 addition, 1 deletion
.../src/de/prob/core/command/LoadClassicalBModelCommand.java
with
1 addition
and
1 deletion
de.prob.core/src/de/prob/core/command/LoadClassicalBModelCommand.java
+
1
−
1
View file @
d8a58c0b
...
...
@@ -134,7 +134,7 @@ public final class LoadClassicalBModelCommand {
try
{
Start
ast
=
bParser
.
parseFile
(
model
,
false
);
final
RecursiveMachineLoader
rml
=
new
RecursiveMachineLoader
(
model
.
getParent
(),
null
);
rml
.
loadAllMachines
(
model
,
ast
,
null
,
bParser
.
getDefinitions
());
rml
.
loadAllMachines
(
model
,
ast
,
bParser
.
getDefinitions
());
StructuredPrologOutput
output
=
new
StructuredPrologOutput
();
StructuredPrologOutput
out
=
new
StructuredPrologOutput
();
rml
.
printAsProlog
(
output
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment