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
PeerfactSim.KOM
Commits
623f8b8f
Commit
623f8b8f
authored
Nov 26, 2020
by
Julian Zobel
Browse files
JSONAttractionGenetor: NO Longer considers maximum radius
parent
a1b864da
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tud/kom/p2psim/impl/topology/movement/modularosm/ModularMultiTypeMovementModel.java
View file @
623f8b8f
...
...
@@ -228,7 +228,7 @@ public class ModularMultiTypeMovementModel extends ModularMovementModel
}
@Override
public
void
setI
Transition
Strategy
(
IAttractionAssigmentStrategy
transition
)
{
public
void
setI
AttractionAssigment
Strategy
(
IAttractionAssigmentStrategy
transition
)
{
if
(
supportedTransitions
.
size
()
==
0
)
this
.
attractionAssigment
=
transition
;
supportedTransitions
.
put
(
transition
.
getClass
(),
transition
);
}
...
...
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