Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gs-gama
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
graphstream
gs-gama
Commits
3c4eb8e1
Commit
3c4eb8e1
authored
Feb 06, 2014
by
Thibaut Démare
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add test to remove edge/node
parent
0b74cc7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
src-gama-test/gama_model/models/test.gaml
src-gama-test/gama_model/models/test.gaml
+9
-3
No files found.
src-gama-test/gama_model/models/test.gaml
View file @
3c4eb8e1
...
...
@@ -57,14 +57,20 @@ global {
//
Step
gs_step
gs_sender_id
:
"test1"
gs_step_number
:
2
;
//
Remove
edge
gs_remove_edge
gs_sender_id
:
"test1"
gs_edge_id
:
"edge2"
;
//
Remove
node
gs_remove_node
gs_sender_id
:
"test1"
gs_node_id
:
"node3"
;
//
Clear
gs_clear
gs_sender_id
:
"test1"
;
//
gs_clear
gs_sender_id
:
"test1"
;
//
Close
gs_close
gs_sender_id
:
"test1"
;
//
gs_close
gs_sender_id
:
"test1"
;
//
If
the
previous
command
has
worked
,
the
next
one
should
work
too
gs_add_sender
gs_host
:
"localhost"
gs_port
:
2001
gs_sender_id
:
"test1"
;
//
gs_add_sender
gs_host
:
"localhost"
gs_port
:
2001
gs_sender_id
:
"test1"
;
}
}
...
...
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