We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
component: code owner: martin reporter: martin created: 2014-02-06 20:44:52 milestone: type: task version: keywords:
current solution sucks {{{ #!java { if (modTermA == null && modTermB == null) return ""; if (modTermA == null) return modTermB.getSBOTerm (); return modTermA.getSBOTerm (); } }}}
time: 2014-02-06 20:47:35 author: martin
also this:
#!java { if (modTermA == null && modTermB == null) return SBOTerm.MOD_UNKNOWN; if (modTermA == null) return modTermB.resolvModifier (); return modTermA.resolvModifier (); }
time: 2014-05-11 19:31:23 author: martin
now it is chemical reaction network, see bives-core:#40
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trac Ticket #18
component: code
owner: martin
reporter: martin
created: 2014-02-06 20:44:52
milestone:
type: task
version:
keywords:
current solution sucks
{{{
#!java
{
if (modTermA == null && modTermB == null)
return "";
if (modTermA == null)
return modTermB.getSBOTerm ();
return modTermA.getSBOTerm ();
}
}}}
comment 1
time: 2014-02-06 20:47:35
author: martin
also this:
comment 2
time: 2014-05-11 19:31:23
author: martin
now it is
chemicalreaction network, see bives-core:#40The text was updated successfully, but these errors were encountered: