dictRef {Onassis} | R Documentation |
dictRef
This method retrieves and sets the java reference the conceptmapper dictionary
dictRef(.Object) dictRef(.Object) <- value ## S4 method for signature 'CMdictionary' dictRef(.Object) ## S4 replacement method for signature 'CMdictionary' dictRef(.Object) <- value
.Object |
An instance of class |
value |
the reference of a XML Conceptmapper dictionary file already created |
java reference to the Conceptmapper dictionary
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)