org.gcube.common.core.informationsystem.client
Class AtomicCondition
java.lang.Object
org.gcube.common.core.informationsystem.client.QueryParameter
org.gcube.common.core.informationsystem.client.AtomicCondition
public class AtomicCondition
- extends QueryParameter
A model of an XPath equality condition on a result of a ISTemplateQuery.
An atomic condition is comprised of an arbitrary XPath expression which evaluates to
a simple element of the result, and a value to match against the text content of the
element.
- Author:
- Fabio Simeoni (University of Strathclyde), Manuele Simi (CNR)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AtomicCondition
public AtomicCondition(String path,
String value)
- Creates an instance from the path and the value of the condition.
- Parameters:
path - the path of the condition.value - the value of the condition.
Copyright © 2012. All Rights Reserved.