powered by
The LogicalSet is defined as the Set containing the elements TRUE and FALSE.
LogicalSet
TRUE
FALSE
set6::Set -> LogicalSet
set6::Set
LogicalSet$new()
LogicalSet$clone()
set6::Set$add()
set6::Set$contains()
set6::Set$equals()
set6::Set$isSubset()
set6::Set$multiplicity()
set6::Set$print()
set6::Set$remove()
set6::Set$strprint()
set6::Set$summary()
new()
Create a new LogicalSet object.
The Logical set is the set containing TRUE and FALSE.
A new LogicalSet object.
clone()
The objects of this class are cloneable with this method.
LogicalSet$clone(deep = FALSE)
deep
Whether to make a deep clone.
# NOT RUN { l <- LogicalSet$new() print(l) l$contains(list(TRUE, 1, FALSE)) # }
Run the code above in your browser using DataLab