hiveEntityClass-class: Class to contain EntityClass records

hiveEntityClass-classR Documentation

Class to contain EntityClass records

Description

This class is the S4 representation of the EntityClass record type. It is a container for the definition of an Entity class.

Slots

name

A character string specifying the name of the record. Defaults to "".

description

A character string containing a description of the record. Defaults to "".

variables

A hiveVariableDefinitionCollection object containing any variables associated with the record.

creator

A character string specifying the username of the User who created the record. Defaults to "".

owner

A character string specifying the username of the User associated with the record. Defaults to "".

group

A character string specifying the name of the Group associated with the record. Defaults to "".

permissions

A hivePermissions object specifying the permissions associated with the record. Defaults to read-only.

.creation_date

A character string specifying the time and date at which the record was created. Defaults to "".

.updated

A character string specifying the time and date at which the record was last updated. Defaults to "".

Author(s)

Adam C. Gower agower@bu.edu

See Also

Functions for working with EntityClass records are described in EntityClasses.


agower/GeneHive documentation built on April 14, 2022, 5:08 a.m.