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
de2f888a
Commit
de2f888a
authored
Feb 07, 2014
by
Thibaut Démare
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new commands/facets for receiver
parent
386f353b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
src/org/graphstream/gama/extension/IKeywordGSAdditional.java
src/org/graphstream/gama/extension/IKeywordGSAdditional.java
+9
-4
No files found.
src/org/graphstream/gama/extension/IKeywordGSAdditional.java
View file @
de2f888a
...
...
@@ -4,7 +4,7 @@ import msi.gama.common.interfaces.IKeyword;
public
class
IKeywordGSAdditional
implements
IKeyword
{
// New commands
// Sender command
public
static
final
String
ADD_EDGE
=
"gs_add_edge"
;
public
static
final
String
ADD_EDGE_ATTRIBUTE
=
"gs_add_edge_attribute"
;
public
static
final
String
ADD_GRAPH_ATTRIBUTE
=
"gs_add_graph_attribute"
;
...
...
@@ -20,9 +20,14 @@ public class IKeywordGSAdditional implements IKeyword {
public
static
final
String
REMOVE_NODE
=
"gs_remove_node"
;
public
static
final
String
REMOVE_NODE_ATTRIBUTE
=
"gs_remove_node_attribute"
;
public
static
final
String
STEP
=
"gs_step"
;
//Receiver command
public
static
final
String
GET_EDGE_ATTRIBUTE
=
"gs_get_edge_attribute"
;
public
static
final
String
GET_NODE_ATTRIBUTE
=
"gs_get_node_attribute"
;
public
static
final
String
GET_GRAPH_ATTRIBUTE
=
"gs_get_graph_attribute"
;
public
static
final
String
WAIT_STEP
=
"gs_wait_step"
;
public
static
final
String
FLUSH
=
"gs_flush"
;
// Facets associated to a command
public
static
final
String
ATTRIBUTE_NAME
=
"gs_attribute_name"
;
public
static
final
String
ATTRIBUTE_VALUE
=
"gs_attribute_value"
;
public
static
final
String
EDGE_ID
=
"gs_edge_id"
;
...
...
@@ -32,7 +37,7 @@ public class IKeywordGSAdditional implements IKeyword {
public
static
final
String
NODE_ID_FROM
=
"gs_node_id_from"
;
public
static
final
String
NODE_ID_TO
=
"gs_node_id_to"
;
public
static
final
String
PORT
=
"gs_port"
;
public
static
final
String
RECEIVERID
=
"gs_receiver_id"
;
public
static
final
String
SENDERID
=
"gs_sender_id"
;
public
static
final
String
STEP_NUMBER
=
"gs_step_number"
;
}
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