Skip to contents

And

And

Format

R6Class object.

Value

Object of R6Class for modelling an And operator

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Examples

  expr1 <- PropertyIsEqualTo$new(PropertyName = "property1", Literal = "value1")
  expr2 <- PropertyIsEqualTo$new(PropertyName = "property2", Literal = "value2")
  and <- And$new(expr1,expr2)
  and_xml <- and$encode() #see how it looks like in XML