Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
vadere
vadere
Commits
b9f320b2
Commit
b9f320b2
authored
Aug 01, 2018
by
Stefan Schuhbaeck
Browse files
add deprecation annotation to AttributesCGM
parent
065e0bab
Changes
1
Hide whitespace changes
Inline
Side-by-side
VadereState/src/org/vadere/state/attributes/models/AttributesCGM.java
View file @
b9f320b2
...
...
@@ -11,6 +11,12 @@ public class AttributesCGM extends Attributes {
private
double
groupMemberRepulsionFactor
=
0.01
;
private
double
leaderAttractionFactor
=
0.003
;
/**
* moved to org.vadere.state.attributes.scenario.AttributeSource class to allow
* different groupDistributions for each source
*/
@Deprecated
()
private
List
<
Double
>
groupSizeDistribution
=
Arrays
.
asList
(
0.0
,
0.0
,
1.0
);
public
double
getGroupMemberRepulsionFactor
()
{
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment