Alias#
Constructor#
Initialize a new Alias instance.
Fields#
Field |
Description |
Type |
|---|---|---|
|
aliased object |
|
|
description of symbol |
|
|
dimension of symbol, setting dimension is a shorthand notation to set |
|
|
Flag or a vector of flags that forces Alias elements to be recursively included in corresponding parent sets (i.e., implicit set definition) |
|
|
column headings for the |
|
|
string version of domain names |
|
|
|
|
|
|
|
|
name of symbol |
|
|
number of symbol records (i.e., returns |
|
|
the main symbol records |
|
|
reference to the Container that the symbol belongs to |
|
|
output a |
|
Methods#
Method |
Description |
Arguments/Defaults |
Returns |
|---|---|---|---|
|
adds UELs to the symbol |
|
|
|
copies the |
|
|
|
returns the number of domain violations for the symbol |
|
|
|
returns the number of duplicate records for the symbol |
|
|
|
drops domain violations for the symbol |
||
|
drops duplicate records for the Symbol. |
|
|
|
Check if two Symbol objects are equal |
|
logical |
|
get a view of records data frame that contain any domain violations |
|
|
|
get a view of records data frame that contain duplicate records. |
|
|
|
convenience method to set standard |
|
|
|
gets domain violations for the symbol |
list of |
|
|
get the sparsity of the symbol w.r.t the size of full cartesian product of the domain sets |
|
|
|
returns the UELs used in the Symbol |
|
|
|
returns TRUE if the symbol contains domain violations, FALSE otherwise |
|
|
|
returns TRUE if the symbol contains duplicate records, FALSE otherwise |
|
|
|
checks if the symbol is in a valid format, throw exceptions if |
|
|
|
removes UELs from the symbol |
|
|
|
renames UELs in the symbol |
|
|
|
reorders UELs in the parent set that appear in the parent set |
|
|
|
main convenience method to set standard |
|
|
|
sets UELs for the Symbol |
|
|