Skip to content
GitLab
Menu
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
c661a097
Commit
c661a097
authored
Jul 23, 2019
by
DanFaria
Browse files
Fixed getName method in Ontology
parent
5a1d164a
Changes
1
Hide whitespace changes
Inline
Side-by-side
AgreementMakerLight/src/aml/ontology/Ontology.java
View file @
c661a097
...
...
@@ -264,7 +264,9 @@ public class Ontology
*/
public
String
getName
(
int
index
)
{
return
getLexicon
().
getBestName
(
index
);
if
(
lex
.
containsNonSmallFormula
(
index
))
return
getLexicon
().
getBestName
(
index
);
return
uris
.
getLocalName
(
index
);
}
/**
...
...
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