Class LogicalTerm

java.lang.Object
org.fiware.mintaka.domain.query.ngsi.QueryTerm
org.fiware.mintaka.domain.query.ngsi.LogicalTerm

public class LogicalTerm extends QueryTerm
Representation of a logical query term. A logical term is the connecatenation of a number of terms(comparison or logical), alternating with the connection LogicalConnectionTerms
  • Constructor Details

    • LogicalTerm

      public LogicalTerm(String term)
  • Method Details

    • addSubTerm

      public LogicalTerm addSubTerm(QueryTerm subTerm)
    • toSQLQuery

      public String toSQLQuery()
      Description copied from class: QueryTerm
      Return the sql string representation of the query term
      Specified by:
      toSQLQuery in class QueryTerm
      Returns:
      the sql string