Learn R Programming

ows4R (version 0.1-1)

Not: Not

Description

Not

Usage

Not

Arguments

Value

Object of R6Class for modelling an Not

Format

R6Class object.

Methods

new(...)

This method is used to instantiate an Not operator

Examples

Run this code
# NOT RUN {
  expr <- PropertyIsEqualTo$new(PropertyName = "property", Literal = "value")
  not <- Not$new(expr)
  not_xml <- not$encode() #see how it looks like in XML

# }

Run the code above in your browser using DataLab