org.gcube.common.core.informationsystem.client
Class AtomicCondition

java.lang.Object
  extended by org.gcube.common.core.informationsystem.client.QueryParameter
      extended by 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)

Field Summary
 
Fields inherited from class org.gcube.common.core.informationsystem.client.QueryParameter
name, value
 
Constructor Summary
AtomicCondition(String path, String value)
          Creates an instance from the path and the value of the condition.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.