dictRef: 'dictRef'

Description Usage Arguments Value Examples

Description

This method retrieves and sets the java reference the conceptmapper dictionary

Usage

1
2
3
4
5
6
7
8
9
dictRef(.Object)

dictRef(.Object) <- value

## S4 method for signature 'CMdictionary'
dictRef(.Object)

## S4 replacement method for signature 'CMdictionary'
dictRef(.Object) <- value

Arguments

.Object

An instance of class CMdictionary

value

the reference of a XML Conceptmapper dictionary file already created

Value

java reference to the Conceptmapper dictionary

Examples

1
2
3
4
5
dictionary <- new('CMdictionary')
dictRef(dictionary)
dictionary <- new('CMdictionary')
dict_file <- system.file('extdata', 'sample.cs.obo', package='OnassisJavaLibs')
dictRef(dictionary) <- .jnew('java/io/File', dict_file)

Onassis documentation built on Nov. 8, 2020, 8:18 p.m.