names.typesys: Get Variable Names

Description Usage Arguments Details Value

Description

Methods to get the names of variables in a Term.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S4 method for signature ''typesys::Variable''
names(x)

## S4 method for signature ''typesys::Constant''
names(x)

## S4 method for signature ''typesys::Composite''
names(x)

## S4 replacement method for signature ''typesys::Variable''
names(x) <- value

Arguments

x

A Term object.

Details

Names can only be set on a Variable object.

Value

A character vector of variable names.


nick-ulle/typesys documentation built on Jan. 21, 2020, 5:13 p.m.