Skip to contents

PropertyIsNotEqualTo

PropertyIsNotEqualTo

Format

R6Class object.

Value

Object of R6Class for modelling an PropertyIsNotEqualTo

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Methods

Inherited methods


Method new()

Initializes an object extending PropertyIsNotEqualTo

Usage

PropertyIsNotEqualTo$new(PropertyName, Literal, matchCase = NA)

Arguments

PropertyName

property name

Literal

literal

matchCase

match case


Method clone()

The objects of this class are cloneable with this method.

Usage

PropertyIsNotEqualTo$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

Examples

  expr <- PropertyIsNotEqualTo$new(PropertyName = "property", Literal = "value")
  expr_xml <- expr$encode() #see how it looks like in XML