Forums

F.A.Q. F.A.Q.    Register Register    Login Login    Home Home
Search Search
SBML Discussions » jsbml-development » SBML-Qual: defaultFunctionTerm
Show: Today's Posts  :: Message Navigator
| Subscribe to topic 
Return to the default flat view Create a new topic Submit Reply
AuthorTopic
Andreas Dräger


Posts: 273
Registered:
June 2006
Re: SBML-Qual: defaultFunctionTerm 10 Jun '12 09:21 Go to previous messageGo to previous message

Am 6/8/12 8:02 PM, schrieb mvaniersel:
> SBML-Qual has a method for defining the default result of a transition called defaultTerm. See for example this snippet:
>
>
> <listOfFunctionTerms>
> <functionTerm resultLevel="1">
> <math> < !−− A>= 1−−>
> <apply>
> <geq/>
> <c i>A</ c i>
> <c i>theta B A</ c i>
> </apply>
> </math>
> </functionTerm>
> <defaultTerm resultLevel="0" />
> </listOfFunctionTerms>
>
>
> See also the current specs: https://sbml.svn.sourceforge.net/svnroot/sbml/trunk/specifications/sbml-level-3/version-1/qual/spec/qual-spec.pdf
>
> defaultTerm is not currently implemented in JSBML. The problem is that this is a sub-element of a ListOf<FunctionTerm>, which we can not add additional members to. Or can we?
>
>


Hi Marijn and all others,

What I actually not understand in this definition is the following
question - I hope you can explain why it is as it is in the qual
specification:

The DefaultTerm is stored in the ListOfFunctionTerms. The Transition has
at most one such list. Why is the DefaultTerm not directly stored within
the Transition? The list is directly associated with precisely one
Transition. Hence, no other Transition has the identical list. Hence,
the DefaultTerm is also uniquely defined for one particular Transition.
From my perspective it is not clear why the actual list contains this
element besides its list members (i.e., instances of FunctionTerm).
Wouldn't it make sense to define that the Transition has a DefaultTerm
and optionally a ListOfFunctionTerms?

By the way, just now I see that all the classes in the UML diagrams of
the qual specification are spelled in upper case, whereas most SBML
elements (i.e., the things that are written in XML) are spelled in lower
case, e.g., <species.../> or <reaction.../>. Should maybe the UML
diagrams also be labeled with lower case names?

Best
Andreas

--
Dr. Andreas Dräger
University of Tuebingen
Center for Bioinformatics Tuebingen (ZBIT)
Sand 1
72076 Tübingen
Germany

Phone: +49-7071-29-78982
Fax: +49-7071-29-5091

____________________________________________________________
To manage your jsbml-development list subscription, visit
https://utils.its.caltech.edu/mailman/listinfo/jsbml-development

For a web interface to the jsbml-development mailing list, visit
http://sbml.org/Forums/

For questions or feedback about the jsbml-development list,
contact sbml-team@caltech.edu

      

SubjectPosterDate
Read Message   SBML-Qual: defaultFunctionTerm mvaniersel08 Jun '12 08:05
Read Message   Re: SBML-Qual: defaultFunctionTerm  Andreas Dräger10 Jun '12 09:21
Read Message   Re: [sbml-qual] SBML-Qual: defaultFunctionTerm Nicolas Le Novere11 Jun '12 08:29
Read Message   Re: [sbml-qual] SBML-Qual: defaultFunctionTerm Martijn van Iersel11 Jun '12 09:26
Read Message   Re: SBML-Qual: defaultFunctionTerm rodrigue11 Jun '12 01:52
Previous Topic:Deprecated SBML-Qual attributes and elements
Next Topic:Re: [sbml-render] Ids and names on elements
Go to forum:
-=] Back to Top [=-

Powered by FUDforum. (Copyright Advanced Internet Designs Inc.)

Please use our issue tracking system for any questions or suggestions about this website.