XML state system: Add support of different comparison operators to the XML.
authorNaser Ezzati <n.ezzati@polymtl.ca>
Sat, 25 Oct 2014 00:41:32 +0000 (20:41 -0400)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Thu, 6 Nov 2014 18:03:03 +0000 (13:03 -0500)
commit5ddeee68d1fc57d872ad33f270bf96e8f8319fc7
tree5255e6b94be713bc723804ffc6a1b2cd50d607aa
parent49ab632efd229b2b62c2ab462e9d121d8d807f4c
XML state system: Add support of different comparison operators to the XML.

This will add 6 new comparison operators to the xml conditional statements.
These operators are: eq, ne, ge, gt, le, lt.

Change-Id: Ice9e87503eec6fea5a5d2281ffd8e42e59c8224a
Signed-off-by: Naser Ezzati <n.ezzati@polymtl.ca>
Reviewed-on: https://git.eclipse.org/r/35681
Tested-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Tested-by: Genevieve Bastien <gbastien+lttng@versatic.net>
org.eclipse.tracecompass.tmf.analysis.xml.core.tests/test_xml_files/test_invalid/invalid_condition_operators.xml [new file with mode: 0644]
org.eclipse.tracecompass.tmf.analysis.xml.core.tests/test_xml_files/test_valid/test_condition_operators.xml [new file with mode: 0644]
org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/tmf/analysis/xml/core/model/TmfXmlCondition.java
org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/tmf/analysis/xml/core/module/xmlStateProvider.xsd
org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/tmf/analysis/xml/core/stateprovider/TmfXmlStrings.java
This page took 0.026985 seconds and 5 git commands to generate.