Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
API
Commits
440261d1
Commit
440261d1
authored
Nov 05, 2015
by
Roland Kluge
Browse files
Add a new generic graph element property for storing the reverse edge of
and edge
parent
81de3c5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tudarmstadt/maki/simonstrator/api/common/graph/GenericGraphElementProperties.java
View file @
440261d1
...
...
@@ -30,4 +30,5 @@ public interface GenericGraphElementProperties {
*/
public
static
final
GraphElementProperty
<
Double
>
WEIGHT
=
new
GraphElementProperty
<>(
"WEIGHT"
,
Double
.
class
);
GraphElementProperty
<
IEdge
>
REVERSE_EDGE
=
new
GraphElementProperty
<
IEdge
>(
"reverseEdge"
,
IEdge
.
class
);
}
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