Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christian Pichot
AML-E-Project
Commits
d7aa4da2
Commit
d7aa4da2
authored
Aug 31, 2019
by
DanFaria
Browse files
Updated ViewMapping
parent
c834ea7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
AgreementMakerLight/src/aml/ui/ViewMapping.java
View file @
d7aa4da2
...
...
@@ -123,7 +123,7 @@ public class ViewMapping extends JDialog implements ActionListener
private
DirectedGraph
directedGraph
;
private
HashSet
<
Integer
>
nodes
;
private
Table2Set
<
Integer
,
Integer
>
edges
;
private
int
classDistance
,
individualDistance
;
private
int
classDistance
;
private
float
[]
sourceColor
,
targetColor
;
//Constructors
...
...
@@ -350,7 +350,6 @@ public class ViewMapping extends JDialog implements ActionListener
edges
=
new
Table2Set
<
Integer
,
Integer
>();
//Get the maximum distance
classDistance
=
aml
.
getClassDistance
();
individualDistance
=
aml
.
getIndividualDistance
();
//Add the starting source and target nodes to the graph
addNode
(
sourceId
,
8
);
...
...
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