| Author | Topic |
Posts: 8
Registered: March 2009
|
|
|
Posts: 469
Registered: October 2003
|
|
Re: event trigger with AND conjunction
|
22 Oct '09 01:15

|
 |
|
Dear Hannes,
This is perfectly possible. The trigger use an SBML math element. The
logical operators are allowed in math elements. See section 3.4.1 page 21
of the SBML specification for L2 V4.
Best regards,
hettling wrote:
> Dear all,
>
> does anybody know if it is possible to have a "AND" conjunction in the
> trigger of an event object, something like
>
> geq(parameter, 1) AND leq(parameter, 10)
>
> to make the event fire only if the value of my parameter is between 1
> and 10?
> I did not find this case in the SBML spec...
> If this is impossible, does anybody know a good workaround?
>
> Hope someone can help,
>
> thanks
>
> Hannes
>
> ____________________________________________________________
> To manage your sbml-discuss list subscription, visit
> https://utils.its.caltech.edu/mailman/listinfo/sbml-discuss
>
> For a web interface to the sbml-discuss mailing list, visit
> http://sbml.org/Forums/
>
> For questions or feedback about the sbml-discuss list,
> contact sbml-team@caltech.edu
--
Nicolas LE NOVERE, Computational Neurobiology, EMBL-EBI, Wellcome-Trust
Genome Campus, Hinxton CB101SD UK, Mob:+447833147074, Tel:+441223494521
Fax:468,Skype:n.lenovere,AIM:nlenovere,MSN:nlenovere@hotmail.com(NOT email)
http://www.ebi.ac.uk/~lenov/, http://www.ebi.ac.uk/compneur/
____________________________________________________________
To manage your sbml-discuss list subscription, visit
https://utils.its.caltech.edu/mailman/listinfo/sbml-discuss
For a web interface to the sbml-discuss mailing list, visit
http://sbml.org/Forums/
For questions or feedback about the sbml-discuss list,
contact sbml-team@caltech.edu
|
|
|
Posts: 8
Registered: March 2009
|
|
Re: event trigger with AND conjunction
|
22 Oct '09 03:18
|
 |
|
Dear Nicolas,
yes, now I saw it!
Many thanks,
Hannes
On Thu, 2009-10-22 at 09:15 +0100, Nicolas Le novère wrote:
> Dear Hannes,
>
> This is perfectly possible. The trigger use an SBML math element. The
> logical operators are allowed in math elements. See section 3.4.1 page 21
> of the SBML specification for L2 V4.
>
> Best regards,
>
> hettling wrote:
> > Dear all,
> >
> > does anybody know if it is possible to have a "AND" conjunction in the
> > trigger of an event object, something like
> >
> > geq(parameter, 1) AND leq(parameter, 10)
> >
> > to make the event fire only if the value of my parameter is between 1
> > and 10?
> > I did not find this case in the SBML spec...
> > If this is impossible, does anybody know a good workaround?
> >
> > Hope someone can help,
> >
> > thanks
> >
> > Hannes
> >
> > ____________________________________________________________
> > To manage your sbml-discuss list subscription, visit
> > https://utils.its.caltech.edu/mailman/listinfo/sbml-discuss
> >
> > For a web interface to the sbml-discuss mailing list, visit
> > http://sbml.org/Forums/
> >
> > For questions or feedback about the sbml-discuss list,
> > contact sbml-team@caltech.edu
>
>
____________________________________________________________
To manage your sbml-discuss list subscription, visit
https://utils.its.caltech.edu/mailman/listinfo/sbml-discuss
For a web interface to the sbml-discuss mailing list, visit
http://sbml.org/Forums/
For questions or feedback about the sbml-discuss list,
contact sbml-team@caltech.edu
|
|
|